-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
84 lines (84 loc) · 2 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
{
"name": "@openeo/web-editor",
"version": "0.12.0",
"apiVersions": [
"1.0.0-rc.2",
"1.0.0",
"1.0.1",
"1.1.0"
],
"author": "openEO Consortium",
"contributors": [
{
"name": "Matthias Mohr"
},
{
"name": "Gustav Jv Rensburg"
},
{
"name": "Miha Kadunc"
},
{
"name": "Christoph Friedrich"
},
{
"name": "Sofian Slimani"
}
],
"description": "An interactive and easy to use web-based editor for the OpenEO API.",
"license": "Apache-2.0",
"homepage": "http://openeo.org",
"bugs": {
"url": "https://github.com/Open-EO/openeo-web-editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Open-EO/openeo-web-editor.git"
},
"scripts": {
"build:epsg": "node src/build-epsg.js",
"start": "npm run build:epsg && npx vue-cli-service serve",
"build": "npm run build:epsg && npx vue-cli-service build --report"
},
"dependencies": {
"@musement/iso-duration": "^1.0.0",
"@openeo/js-client": "^2.5.1",
"@openeo/js-commons": "^1.4.1",
"@openeo/js-processgraphs": "^1.3.0",
"@openeo/vue-components": "^2.13.0",
"ajv": "^6.12.6",
"axios": "^0.24.0",
"chart.js": "^3.7.1",
"chartjs-adapter-luxon": "^1.1.0",
"codemirror": "^5.58.2",
"content-type": "^1.0.4",
"core-js": "^3.7.0",
"jsonlint-mod": "^1.7.6",
"luxon": "^2.4.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"ol": "^6.14.1",
"ol-ext": "^3.2.20",
"proj4": "^2.7.5",
"splitpanes": "^2.3.6",
"v-clipboard": "^2.2.3",
"vue": "^2.7.0",
"vue-chartjs": "^4.0.5",
"vue-multiselect": "^2.1.6",
"vue-snotify": "^3.2.1",
"vue-tour": "^2.0.0",
"vue2-datepicker": "^3.9.0",
"vuedraggable": "^2.24.3",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"epsg-index": "^1.0.0",
"sass": "^1.35.2",
"sass-loader": "^10.2.0"
},
"browserslist": [
"> 2%",
"not ie > 0"
]
}