-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 918 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "dashibase-insert",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@babel/types": "^7.18.4",
"@headlessui/vue": "^1.6.4",
"@heroicons/vue": "^1.0.6",
"@supabase/supabase-js": "^1.35.3",
"@tailwindcss/forms": "^0.5.2",
"oh-vue-icons": "^1.0.0-rc3",
"pinia": "^2.0.14",
"pinia-plugin-persistedstate": "^1.6.1",
"uuid": "^8.3.2",
"vue": "^3.2.25",
"vue-draggable-next": "^2.1.1",
"vue-router": "^4.0.16"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/sortablejs": "^1.13.0",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.3",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vue-tsc": "^0.34.7"
}
}