forked from radiantearth/stac-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.67 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
{
"name": "@radiantearth/stac-browser",
"version": "2.0.0",
"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"
},
"bugs": {
"url": "https://github.com/radiantearth/stac-browser/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/radiantearth/stac-browser.git"
},
"author": "Radiant Earth Foundation <[email protected]>",
"contributors": [
{
"name": "Seth Fitzsimmons"
},
{
"name": "Rob Emanuele"
},
{
"name": "Matthias Mohr"
}
],
"license": "ISC",
"dependencies": {
"@babel/core": "^7.12.10",
"@radiantearth/stac-fields": "1.0.0-beta.7",
"@radiantearth/stac-migrate": "1.0.0",
"bootstrap-vue": "^2.21.2",
"bs58": "^4.0.1",
"commonmark": "^0.29.3",
"core-js": "^3.6.5",
"d3-scale-chromatic": "^1.5.0",
"leaflet": "^1.7.1",
"leaflet-easybutton": "^2.4.0",
"lodash.escape": "^4.0.1",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"node-fetch": "^2.6.1",
"p-map": "^3.0.0",
"regenerator-runtime": "^0.13.7",
"vue": "^2.6.12",
"vue-async-computed": "^3.9.0",
"vue-meta": "^2.4.0",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}