-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 983 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": "a1000c-map-client",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --fail-on-error",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@elfalem/leaflet-curve": "^0.9.2",
"@nuxt/content": "^1.15.1",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/tailwindcss": "^4.2.0",
"core-js": "^3.37.0",
"html-webpack-plugin": "5.6",
"local-pkg": "0.5.0",
"node": "14",
"nuxt": "^2.15.7",
"nuxt-leaflet": "^0.0.27",
"push-dir": "^0.4.1",
"swiper": "^5.4.1",
"vue-awesome-swiper": "^4.1.1",
"vue-shortkey": "^3.1.7",
"vue2-leaflet-markercluster": "^3.1.0",
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@cypress/vue": "^5.0.5",
"@cypress/webpack-dev-server": "^3.8.0",
"cypress": "11.2.0",
"postcss": "^8.4.38"
}
}