-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "minitickerapp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@fontsource/zen-kaku-gothic-antique": "^5.2.8",
"@formkit/i18n": "^1.7.2",
"@formkit/vue": "^1.7.2",
"@pinia/colada": "^0.20.0",
"@primevue/themes": "^4.5.4",
"@tailwindcss/vite": "^4.1.18",
"@vueuse/core": "^14.1.0",
"axios": "^1.13.2",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"jspdf": "^4.0.0",
"jwt-decode": "^4.0.0",
"ninja-keys": "^1.2.2",
"pinia": "^3.0.4",
"primevue": "^4.5.4",
"tailwindcss": "^4.1.18",
"vue": "^3.5.24",
"vue-router": "^4.6.4",
"vue-sonner": "^2.0.9",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"daisyui": "^5.5.14",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.4"
}
}