-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 1.91 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "masseutsendelse-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@azure/msal-browser": "2.20.0",
"@mapbox/togeojson": "0.16.0",
"@sentry/tracing": "6.16.1",
"@sentry/vue": "6.16.1",
"@toast-ui/vue-editor": "3.1.5",
"@turf/area": "6.5.0",
"@turf/helpers": "6.5.0",
"@vtfk/components": "0.8.0",
"@vtfk/utilities": "1.0.0",
"@xmldom/xmldom": "0.8.4",
"axios": "0.25.0",
"core-js": "3.19.3",
"dxf-parser": "1.1.2",
"export-from-json": "^1.7.2",
"leaflet": "1.7.1",
"lodash.get": "4.4.2",
"lodash.keys": "4.2.0",
"lodash.merge": "4.6.2",
"lodash.pick": "4.4.0",
"lodash.set": "4.3.2",
"lodash.unset": "4.5.2",
"msw": "0.36.8",
"proj4": "2.7.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"sjablong": "1.0.33",
"vue": "2.6.14",
"vue-router": "3.5.3",
"vue2-leaflet": "2.7.1",
"vuera": "0.2.7",
"vuetify": "2.5.14",
"vuex": "3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.17",
"@vue/cli-plugin-eslint": "4.5.17",
"@vue/cli-service": "4.5.17",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-plugin-vue": "7.20.0",
"sass": "1.32.13",
"sass-loader": "10.2.1",
"vue-cli-plugin-vuetify": "2.4.8",
"vue-template-compiler": "2.6.14",
"vuetify-loader": "1.7.3"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"msw": {
"workerDirectory": "public"
},
"size-limit": [
{
"path": "./dist",
"webpack": false
}
]
}