-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
42
{
"name": "iem-webapp",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test:e2e": "nightwatch"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxt/http": "^0.6.4",
"@nuxtjs/axios": "^5.12.5",
"@telophase/bulma-horizontal-card": "^1.3.2",
"@turf/turf": "^6.5.0",
"core-js": "^3.8.3",
"deepdash": "^5.3.9",
"leaflet": "^1.7.1",
"lodash": "^4.17.21",
"nuxt": "^2.14.12",
"nuxt-buefy": "^0.4.4",
"nuxt-leaflet": "0.0.25",
"nuxt-umami": "^1.2.3",
"parse-dms": "0.0.5",
"plotly.js-dist-min": "^2.3.1",
"proj4": "^2.7.4",
"proj4leaflet": "^1.0.2",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"chromedriver": "^88.0.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"nightwatch": "^1.5.1",
"prettier": "^2.2.1",
"raw-loader": "^4.0.2",
"sass": "*",
"sass-loader": "*"
}
}