generated from sherif414/starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 971 Bytes
/
package.json
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
37
38
39
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"dev": "vite --port 3000",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"up": "taze major -I"
},
"dependencies": {
"@headlessui/vue": "^1.7.7",
"@supabase/supabase-js": "2.2.3",
"@vueuse/core": "^9.10.0",
"chart.js": "^4.1.1",
"chartist": "^1.3.0",
"dayjs": "^1.11.7",
"motion": "^10.15.3",
"pinia": "^2.0.28",
"tippy.js": "^6.3.7",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/chart.js": "^2.9.37",
"@types/node": "18.11.18",
"@types/uuid": "^9.0.0",
"@unocss/reset": "^0.48.3",
"@vitejs/plugin-vue": "^4.0.0",
"taze": "^0.8.5",
"typescript": "^4.9.4",
"unocss": "0.48.3",
"unplugin-auto-import": "^0.12.1",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.4",
"vue-tsc": "^1.0.24"
}
}