forked from radiantearth/stac-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.5 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
{
"name": "@radiantearth/stac-browser",
"version": "3.1.0",
"description": "A full-fledged UI in Vue for browsing and searching static STAC catalogs and STAC APIs.",
"main": "src/main.js",
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:report": "vue-cli-service build --report",
"build:minimal": "vue-cli-service build --noSourceMaps",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.?(js|json)\"",
"i18n:fields": "node helpers/fields_locales.js"
},
"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": {
"@apidevtools/json-schema-ref-parser": "^10.1.0",
"@musement/iso-duration": "^1.0.0",
"@radiantearth/stac-fields": "1.3.0",
"@radiantearth/stac-migrate": "~1.6.0",
"axios": "^1.2.0",
"bootstrap-vue": "^2.21.2",
"bs58": "^4.0.1",
"chart.js": "^4.3.0",
"commonmark": "^0.29.3",
"core-js": "^3.6.5",
"leaflet": "^1.8.0",
"node-polyfill-webpack-plugin": "^2.0.0",
"remove-markdown": "^0.5.0",
"stac-layer": "^0.15.0",
"urijs": "^1.19.11",
"v-clipboard": "^3.0.0-next.1",
"vue": "^2.6.12",
"vue-chartjs": "^5.2.0",
"vue-i18n": "^8.28.2",
"vue-multiselect": "^2.1.6",
"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": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@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": "^13.2.0",
"vue-cli-plugin-i18n": "~2.3.1",
"vue-template-compiler": "^2.6.12"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}