-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 821 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 821 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
{
"name": "weatherstation-dashboard",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/fonts": "^0.14.0",
"@nuxt/image": "^2.0.0",
"@nuxtjs/i18n": "^10.2.3",
"@types/lodash": "^4.17.24",
"echarts": "^6.0.0",
"knex": "^3.1.0",
"lodash": "^4.17.23",
"moment": "^2.30.1",
"nuxt": "^4.3.1",
"pg": "^8.19.0",
"swiper": "^11.1.4",
"vue": "^3.5.28",
"vue-chartjs": "^5.3.3",
"vue-echarts": "^8.0.1",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@types/node": "^25.3.3",
"@types/pg": "^8.18.0",
"sass-embedded": "^1.97.3",
"typescript": "^5.9.3"
}
}