-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.27 KB
/
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
40
41
42
{
"name": "cp-dashboard",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "^1.4.1",
"@nuxt/icon": "^1.5.0",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/device": "^3.2.2",
"@nuxtjs/google-fonts": "^3.2.0",
"@nuxtjs/leaflet": "^1.2.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@popperjs/core": "^2.11.8",
"@types/node": "^20.16.2",
"@types/w3c-web-serial": "^1.0.6",
"@types/wicg-file-system-access": "^2023.10.5",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/nuxt": "^0.10.1",
"@vueuse/core": "^11.0.3",
"autoprefixer": "^10.4.20",
"chart.js": "^4.4.4",
"chartjs-adapter-moment": "^1.0.1",
"daisyui": "^4.12.10",
"dayjs": "^1.11.13",
"moment": "^2.30.1",
"nuxt": "^3.13.0",
"postcss": "^8.4.41",
"typescript": "^5.5.4",
"v-calendar": "^3.1.2",
"vue": "^3.4.38",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.29"
},
"packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
}