-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
93 lines (93 loc) · 2.3 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
{
"name": "@openeo/web-editor",
"version": "0.14.0-beta.3",
"apiVersions": [
"1.0.0-rc.2",
"1.0.0",
"1.0.1",
"1.1.0",
"1.2.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"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/m-mohr"
},
"scripts": {
"build:database": "node src/build-database.js",
"start": "npm run build:database && npx vue-cli-service serve",
"build": "npm run build:database && npx vue-cli-service build --report"
},
"dependencies": {
"@kirtandesai/ol-geocoder": "^5.0.6",
"@musement/iso-duration": "^1.0.0",
"@openeo/js-client": "^2.6.0",
"@openeo/js-commons": "^1.5.0",
"@openeo/js-processgraphs": "^1.4.1",
"@openeo/vue-components": "^2.17.0",
"@radiantearth/stac-fields": "^1.5.0-beta.2",
"@radiantearth/stac-migrate": "^2.0.0-beta.1",
"@tmcw/togeojson": "^5.5.0",
"ajv": "^6.12.6",
"axios": "^1.0.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": "^4.0.0",
"ol": "^9.2.0",
"ol-ext": "^4.0.21",
"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"
]
}