-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 963 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 963 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
39
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining-assign": "^7.24.7",
"@grpc/grpc-js": "^1.10.9",
"@grpc/proto-loader": "^0.7.13",
"autoprefixer": "^10.4.19",
"chart.js": "^4.4.3",
"firebase": "^10.12.2",
"firebase-tools": "^13.11.2",
"konsta": "^3.1.3",
"nuxt": "^3.12.1",
"postcss": "^8.4.38",
"sass": "^1.77.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"vue": "^3.4.27",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.3.3",
"whatwg-url": "^14.0.0"
},
"devDependencies": {
"@types/papaparse": "^5.3.14",
"nuxt-icon": "^0.6.10",
"papaparse": "^5.4.1"
},
"plugins": [
"@babel/plugin-proposal-optional-chaining-assign"
]
}