-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 892 Bytes
/
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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@firebase/app-types": "^0.9.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@pinia/nuxt": "^0.5.1",
"apexcharts": "^3.49.0",
"d3": "^7.9.0",
"firebase-admin": "^11.11.1",
"firebase-functions": "^4.9.0",
"nuxt": "^3.11.2",
"nuxt-vuefire": "^1.0.2",
"pinia": "^2.1.7",
"primevue": "^3.52.0",
"three": "^0.134.0",
"topojson": "^3.0.2",
"troisjs": "^0.3.4",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue3-apexcharts": "^1.5.2",
"world-atlas": "^2.0.2"
},
"devDependencies": {
"@nuxtjs/color-mode": "^3.4.1",
"dayjs-nuxt": "^2.1.9",
"nuxt-primevue": "^0.3.1"
}
}