-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 942 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
38
{
"name": "nuxt-app",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"autoprefixer": "^10.4.15",
"nuxt": "^3.7.3",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@asherondb/ac-position": "^1.0.3",
"@iconify-json/fa-brands": "^1.1.5",
"@iconify-json/fa6-brands": "^1.1.13",
"@iconify-json/fa6-regular": "^1.1.13",
"@iconify-json/fa6-solid": "^1.1.15",
"@nuxt/ui": "^2.8.1",
"@pinia/nuxt": "^0.4.11",
"@turf/turf": "^6.5.0",
"better-sqlite3": "^8.6.0",
"date-fns": "^2.30.0",
"joi": "^17.10.1",
"leaflet": "^1.9.4",
"leaflet-svg-shape-markers": "^1.4.0",
"lodash-es": "^4.17.21",
"pinia": "^2.1.6"
},
"overrides": {
"vue": "latest"
}
}