-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
40
41
42
43
44
45
46
{
"name": "spark-template",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"kill": "fuser -k 5000/tcp",
"build": "tsc -b --noCheck && vite build",
"lint": "eslint .",
"optimize": "vite optimize",
"preview": "vite preview"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"@phosphor-icons/vue": "^2.2.1",
"@supabase/supabase-js": "^2.52.1",
"@tailwindcss/vite": "^4.0.17",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/typescript": "^1.8.20",
"@vueuse/core": "^13.6.0",
"chart.js": "^4.5.0",
"vue": "^3.5.18",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.1",
"vuetify": "^3.9.2"
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"@tailwindcss/postcss": "^4.1.8",
"eslint": "^9.28.0",
"globals": "^16.0.0",
"tailwindcss": "^4.0.17",
"typescript": "~5.7.2",
"typescript-eslint": "^8.25.0",
"vite": "^6.3.5"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"engines": {
"node": ">=20.0.0"
}
}