forked from Amsterdam/ggw-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
{
"name": "ggw-dashboard",
"version": "1.0.2",
"description": "Gebiedsgericht Werken Dashboard",
"author": "Datapunt Amsterdam",
"private": true,
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"amsterdam-stijl": "^3.0.5",
"bootstrap-vue": "^2.19.0",
"copy-webpack-plugin": "^5.1.2",
"jquery": "^3.5.1",
"leaflet": "^1.7.1",
"proj4": "^2.6.2",
"proj4leaflet": "^1.0.2",
"sass-loader": "^8.0.2",
"vega": "^5.17.0",
"vega-embed": "^6.13.0",
"vega-lite": "^4.17.0",
"vue": "^2.6.12",
"vue-axios": "^2.1.5",
"vue-router": "^3.4.9",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.8",
"@vue/cli-plugin-eslint": "^4.5.8",
"@vue/cli-plugin-unit-jest": "^4.5.8",
"@vue/cli-service": "^4.5.8",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/test-utils": "^1.1.1",
"axios": "^0.21.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^25.5.1",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.14.1",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
]
}