forked from DOI-USGS/asc-geostac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
101 lines (101 loc) · 3.13 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
94
95
96
97
98
99
100
101
{
"name": "leaflet-planetary-with-stac",
"version": "1.0.0",
"license": "UNLICENSED",
"main": "index.js",
"description": "Forked CartoCosmos Leaflet webmap with added ability to discover USGS Analysis Ready Data (ARD) holdings using the SpatioTemporal Asset Catalogs (STAC) API.",
"authors": "GeoSTAC",
"contributors": [
{
"name": "Amy Stamile",
"url": "https://github.com/amystamile"
},
{
"name": "Zachary Kaufman",
"url": "https://github.com/zak52"
},
{
"name": "Jacob Cain",
"url": "https://github.com/jrc632"
},
{
"name": "Gavin Nelson",
"url": "https://github.com/gsn9"
}
],
"homepage": "https://github.com/GeoSTAC/CartoCosmos-with-STAC",
"repository": {
"type": "git",
"url": "https://github.com/GeoSTAC/CartoCosmos-with-STAC.git"
},
"scripts": {
"start": "webpack-dev-server --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"lint": "eslint --ext .js src",
"test": "mocha --require @babel/register",
"fix": "npm run lint --fix",
"prettier-watch": "onchange '**/*.js' -- prettier --write {{changed}}",
"generate-docs": "node_modules/.bin/jsdoc src/js/ --configure .jsdoc.json --verbose",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/register": "^7.17.0",
"@babel/runtime": "^7.17.2",
"babel-loader": "^8.2.3",
"babel-plugin-import": "^1.13.3",
"babel-preset-airbnb": "^5.0.0",
"braintree-jsdoc-template": "^3.3.0",
"chai": "^4.3.6",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.6.0",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"gh-pages": "^3.2.3",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"jsdoc": "^3.6.10",
"jsdom": "^19.0.0",
"jsdom-global": "^3.0.2",
"mocha": "^9.2.0",
"onchange": "^7.1.0",
"prettier": "^2.5.1",
"prop-types": "^15.8.1",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@fortawesome/free-brands-svg-icons": "^6.2.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@mui/x-date-pickers": "^5.0.4",
"@svgr/webpack": "^6.2.1",
"@trussworks/react-uswds": "^3.1.0",
"autoprefixer": "^10.4.2",
"date-fns": "^2.28.0",
"jquery": "^3.6.0",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",
"leaflet.sld": "github:brittainjackson7/leaflet.sld#master",
"mocha-jsdom": "^2.0.0",
"proj4leaflet": "^1.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-reverse-portal": "^2.1.1",
"wicket": "^1.3.8"
}
}