-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxt/ui": "^2.11.0",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"leaflet": "^1.9.4",
"nuxt": "^3.8.2",
"vue": "^3.3.9",
"vue-router": "^4.2.5"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"chart.js": "4.4.0",
"chartjs-plugin-datalabels": "^2.2.0",
"chroma-js": "^2.4.2",
"d3": "^7.8.5",
"html2canvas": "^1.4.1",
"nodemailer": "^6.9.7",
"validator": "^13.11.0",
"vue-chartjs": "^5.2.0"
},
"pnpm": {
"neverBuiltDependencies": [
"@fortawesome/fontawesome-common-types",
"@fortawesome/fontawesome-svg-core",
"@fortawesome/free-solid-svg-icons"
]
}
}