forked from pratik227/zap_dashboard
-
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) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 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
{
"name": "zap-aggregator-dashboard",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dicebear/collection": "^9.2.4",
"@dicebear/core": "^9.2.4",
"@fullcalendar/core": "^6.1.18",
"@fullcalendar/daygrid": "^6.1.18",
"@fullcalendar/interaction": "^6.1.18",
"@fullcalendar/list": "^6.1.18",
"@fullcalendar/timegrid": "^6.1.18",
"@fullcalendar/vue3": "^6.1.18",
"@iconify-prerendered/vue-tabler": "^0.28.1749100890",
"echarts": "^5.4.3",
"nostr-core": "^0.2.0",
"nostr-tools": "^2.15.0",
"qrcode-vue3": "^1.6.8",
"vue": "^3.4.38",
"vue-echarts": "^6.6.1",
"vue-qrcode-reader": "^5.7.2",
"vue3-emoji-picker": "^1.1.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"vite": "^5.4.2",
"vite-plugin-pwa": "^1.0.1"
}
}