forked from openearth/Grondwater-Monitoring-IJmuiden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "grondwater-monitoring-ijmuiden",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"start": "yarn serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"format": "vue-cli-service lint --fix"
},
"dependencies": {
"@mapbox/mapbox-gl-draw": "^1.1.2",
"@mapbox/mapbox-gl-geocoder": "^4.5.0",
"@mdi/js": "^4.5.95",
"@turf/bbox": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@voorhoede/deltares-vuetify-theme": "^1.0.2",
"@vue/composition-api": "^1.7.1",
"axios": "^0.21.2",
"core-js": "^3.3.2",
"echarts": "^5.4.0",
"file-saver": "^2.0.5",
"html-loader": "^1.3.1",
"mapbox-gl": "^1.5.0",
"markdown-loader": "^6.0.0",
"query-string": "^6.8.3",
"uuid": "^8.3.1",
"vue": "^2.6.10",
"vue-echarts": "^6.2.3",
"vue-mapbox": "^0.4.1",
"vue-router": "^3.1.3",
"vue2mapbox-gl": "^0.13.1",
"vuetify": "^2.3.13",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.0",
"vue-cli-plugin-vuetify": "^2.0.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.3.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}