-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
executable file
·144 lines (144 loc) · 4.77 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "ors-maps-client",
"version": "2.3.0",
"private": false,
"description": "Openrouteservice maps client",
"repository": "https://github.com/GIScience/ors-map-client",
"license": "MIT",
"author": "[email protected]",
"scripts": {
"build": "rimraf ./static && webpack --progress --config build/webpack.prod.conf.js",
"commit": "git-cz",
"dev": "webpack serve --progress --config build/webpack.dev.conf.js",
"lint": "eslint --ext .js,.vue src cypress/e2e/*.cy.js",
"release": "standard-version",
"start": "pnpm dev",
"test": "cypress open",
"test:ci": "start-server-and-test 'webpack serve --config build/webpack.dev.conf.js --host local-ipv6' http://localhost:8080/ 'cypress run -q && cypress run --component -q'",
"test:component": "cypress open --component",
"test:component:ci": "start-server-and-test 'pnpm dev' http://localhost:8080/ 'cypress run --component -q'",
"test:e2e": "cypress open --e2e",
"test:e2e:ci": "start-server-and-test 'pnpm dev' http://localhost:8080/ 'cypress run -q'"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.11.3",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.8",
"@maphubs/tokml": "^0.6.0",
"@popperjs/core": "^2.4.0",
"autoprefixer": "^7.1.2",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-imports": "^1.4.1",
"chart.js": "4.1.1",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.6.0",
"css-minimizer-webpack-plugin": "^4.0.0",
"dom-to-image": "^2.6.0",
"eslint": "^7.6.0",
"eslint-config-standard": "^14.1.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^7.0.0-beta.2",
"html-webpack-plugin": "^5.0.0",
"leaflet": "^1.8.0",
"leaflet-draw-locales": "^1.1.0",
"leaflet-geometryutil": "^0.10.2",
"leaflet-gesture-handling": "^1.1.8",
"leaflet-measure": "^3.1.0",
"leaflet.markercluster": "^1.5.3",
"lodash": "^4.17.19",
"lz-string": "^1.4.4",
"mini-css-extract-plugin": "^2.0.0",
"moment": "^2.29.4",
"openrouteservice-js": "^0.4.1",
"path-browserify": "^1.0.1",
"postcss": "^8.4.16",
"postcss-import": "^11.0.0",
"postcss-loader": "^7.0.1",
"postcss-preset-env": "^7.8.0",
"postcss-url": "^7.2.1",
"process": "^0.11.10",
"rimraf": "^2.6.0",
"sass": "^1.65.1",
"sass-loader": "^13.3.2",
"stream-browserify": "^3.0.0",
"stylus": "^0.59.0",
"stylus-loader": "^3.0.2",
"timers-browserify": "^2.0.12",
"tinycolor2": "^1.4.1",
"togpx": "^0.5.4",
"vee-validate": "^2.0.6",
"vue": "^2.7.14",
"vue-chartjs": "^5.2.0",
"vue-horizontal-list": "^1.0.7",
"vue-i18n": "^7.6.0",
"vue-json-pretty": "^1.4.1",
"vue-loader": "^14.2.4",
"vue-lodash": "^2.1.2",
"vue-moment": "^4.0.0",
"vue-resize": "^1.0.1",
"vue-rest-client": "^0.1.15",
"vue-router": "^3.0.1",
"vue-style-loader": "^3.0.1",
"vue2-dropzone": "^3.6.0",
"vue2-leaflet": "^2.7.1",
"vue2-leaflet-draw-toolbar": "^0.1.1",
"vue2-leaflet-height-graph": "git+https://github.com/GIScience/vue2-leaflet-height-graph.git",
"vue2-leaflet-markercluster": "^3.1.0",
"vue2-leaflet-polyline-measure": "^1.0.0",
"vuedraggable": "^2.17.0",
"vuetify": "^1.5.19",
"vuex": "^3.0.1",
"webpack": "^5.88.2",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^4.0.0",
"webpack-merge": "^4.1.0",
"xml2js": "^0.6.0"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^5.17.1",
"@types/leaflet": "^1.5.17",
"@vue/server-test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.0",
"babel-plugin-istanbul": "^4.1.1",
"chalk": "^2.0.1",
"chromedriver": "^127.0.1",
"commitizen": "^4.2.4",
"cypress": "^12.17.3",
"cz-conventional-changelog": "^3.3.0",
"geckodriver": "^3.0.2",
"node-notifier": "^5.1.2",
"ora": "^1.2.0",
"os-browserify": "^0.3.0",
"portfinder": "^1.0.13",
"standard-version": "^9.3.0",
"start-server-and-test": "^1.14.0",
"vm-browserify": "^1.1.2",
"vue-hot-reload-api": "^2.3.4",
"vue-server-renderer": "^2.7.14",
"vue-template-compiler": "^2.7.14",
"webpack-dev-server": "^4.15.1"
},
"engines": {
"node": ">=14.0.0",
"pnpm": ">=7.1.1"
}
}