forked from radiantearth/stac-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.9 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
{
"name": "@radiantearth/stac-browser",
"version": "3.0.0-beta.4",
"description": "A Vue-based STAC browser intended for static + dynamic deployment",
"main": "src/main.js",
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build --report",
"lint": "vue-cli-service lint"
},
"bugs": {
"url": "https://github.com/radiantearth/stac-browser/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/radiantearth/stac-browser.git"
},
"author": "Radiant Earth Foundation <hello@radiant.earth>",
"contributors": [
{
"name": "Seth Fitzsimmons"
},
{
"name": "Rob Emanuele"
},
{
"name": "Matthias Mohr"
}
],
"license": "ISC",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@radiantearth/stac-fields": "1.0.0-beta.18",
"@radiantearth/stac-migrate": "~1.1.0",
"axios": "^0.21.4",
"bootstrap-vue": "^2.21.2",
"bs58": "^4.0.1",
"commonmark": "^0.29.3",
"core-js": "^3.6.5",
"leaflet": "^1.8.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"remove-markdown": "^0.3.0",
"stac-layer": "^0.15.0",
"urijs": "^1.19.11",
"v-clipboard": "^2.2.3",
"vue": "^2.6.12",
"vue-read-more-smooth": "^0.1.8",
"vue-router": "^3.2.0",
"vue2-datepicker": "^3.9.2",
"vue2-leaflet": "^2.7.0",
"vue2-leaflet-fullscreen": "^1.0.1",
"vuex": "^3.4.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-router": "^5.0.4",
"@vue/cli-plugin-vuex": "^5.0.4",
"@vue/cli-service": "^5.0.4",
"babel-eslint": "^10.1.0",
"eslint": "^8.17.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}