-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 930 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 930 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
37
38
{
"name": "movie-collection-visualizer",
"version": "2.3.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:build": "tauri build"
},
"overrides": {
"dompurify": "^3.4.2"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.11.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"chart.js": "^4.4.8",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"lucide-vue-next": "^0.477.0",
"pinia": "^2.3.1",
"vue": "^3.5.13",
"vue-chartjs": "^5.3.3",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.0",
"@types/node": "^22.13.0",
"@vitejs/plugin-vue": "^5.2.1",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"vue-tsc": "^2.2.0"
}
}