-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
208 lines (208 loc) · 6.52 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
{
"name": "earthdata-pub-dashboard",
"version": "1.0.19",
"description": "A dashboard for Earthdata Pub API",
"repository": {
"type": "git",
"url": "https://github.com/eosdis-nasa/earthdata-pub-dashboard.git"
},
"author": {
"name": "Earthdata Pub Dev Team"
},
"license": "BSD 3-Clause License",
"bugs": {
"url": "https://bugs.earthdata.nasa.gov/browse/EDPUB"
},
"homepage": "https://github.com/eosdis-nasa/earthdata-pub-dashboard",
"private": true,
"engines": {
"node": "18.14.1"
},
"scripts": {
"clean-modules": "rm -rf package-lock.json node_modules/",
"audit-ci": "audit-ci --high -p npm",
"serve": "NODE_ENV=development webpack serve --config webpack.dev.js",
"serve-hot": "NODE_ENV=development webpack serve --hot --config webpack.dev.js",
"serve-cypress": "SHOW_DISTRIBUTION_API_METRICS=true ESROOT=http://example.com npm run serve",
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"watch": "webpack --watch",
"lint": "eslint app/src/js/ --ext .js",
"lint-fix": "eslint --fix app/src/js/ --ext .js",
"cypress": "LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost CYPRESS_TESTING=true NODE_ENV=test cypress open",
"cypress-ci": "LOCALSTACK_HOST=localhost LOCAL_ES_HOST=localhost CYPRESS_TESTING=true NODE_ENV=test cypress run --spec 'cypress/integration/*' --config video=true",
"validate": "ava cypress/validation-tests/*.js",
"test": "NODE_ENV=test npm run lint && ava",
"e2e-tests": "docker-compose -f ./docker-compose.yml -f ./docker-compose-cypress.yml up --exit-code-from=e2e --abort-on-container-exit",
"validation-tests": "docker-compose -f ./docker-compose.yml -f ./docker-compose-validate.yml up --exit-code-from=validate --abort-on-container-exit",
"start-dashboard": "npm run start",
"stop-dashboard": "npm run stop",
"start": "docker-compose -f ./docker-compose.yml up -d",
"stop": "docker-compose -f ./docker-compose.yml down",
"view-logs": "docker-compose -f ./docker-compose.yml up"
},
"ava": {
"babel": {
"testOptions": {
"plugins": [
"@babel/plugin-syntax-jsx",
[
"babel-plugin-webpack-alias-7",
{
"config": "./config/webpack.config.test.js"
}
]
]
},
"extensions": [
"js",
"jsx",
"ts"
]
},
"require": [
"@babel/register",
"./test/_setup-browser-env.js",
"ignore-styles"
],
"files": [
"test/**/*",
"!node_modules/",
"!test/fixtures/**/*"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 safari versions"
]
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.16.0",
"@babel/register": "^7.12.1",
"@cypress/webpack-preprocessor": "^5.10.0",
"@webpack-cli/serve": "^1.0.1",
"@wojtekmaj/enzyme-adapter-react-17": "0.8.0",
"audit-ci": "^5.1.2",
"autoprefixer": "^10.4.0",
"ava": "^3.13.0",
"ava-http": "^1.0.0",
"axe-core": "^4.4.1",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^4.0.0",
"cls-bluebird": "^2.1.0",
"copy-webpack-plugin": "6.3.2",
"core-js": "^3.6.5",
"css-loader": "^6.5.1",
"cypress": "^13.6.1",
"cypress-axe": "^1.5.0",
"cypress-failed-log": "^2.6.1",
"cypress-localstorage-commands": "^1.7.0",
"enzyme": "^3.8.0",
"eslint": "8.34.0",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"file-loader": "^6.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"immutable": "^4.0.0-rc.12",
"jsdom": "^18.1.1",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.20",
"mini-css-extract-plugin": "^2.4.5",
"nock": "^13.2.1",
"postcss": "^8.3.11",
"postcss-loader": "^6.2.1",
"redux-mock-store": "^1.5.3",
"resolve-url-loader": "^4.0.0",
"sass": "^1.43.5",
"sass-loader": "^12.3.0",
"seamless-immutable": "^7.1.4",
"sinon": "^16.1.1",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@edpub/upload-utility": "1.0.0",
"@floating-ui/utils": "^0.2.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.7",
"@reduxjs/toolkit": "^1.2.5",
"@rjsf/core": "^3.2.1",
"ace-builds": "^1.15.2",
"bootstrap": "5.1.3",
"brace": "^0.11.1",
"classnames": "^2.2.5",
"compare-versions": "^4.1.1",
"connected-react-router": "^6.6.1",
"crypto-browserify": "^3.12.0",
"date-fns": "^3.6.0",
"deepmerge": "^4.2.2",
"global": "^4.3.1",
"hash-wasm": "4.9.0",
"history": "^4.10.1",
"https-browserify": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"localized-strings": "^0.2.4",
"lodash.clonedeep": "^4.5.0",
"lodash.frompairs": "^4.0.1",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"lodash.isequal": "^4.5.0",
"lodash.isnil": "^4.0.0",
"lodash.omitby": "^4.6.0",
"lodash.truncate": "^4.4.2",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"numeral": "^2.0.4",
"object-path": "^0.11.8",
"paginator": "^1.0.0",
"path": "^0.12.7",
"prop-types": "^15.5.10",
"react": "^17.0.2",
"react-ace": "^9.5.0",
"react-bootstrap": "^2.0.2",
"react-collapsible": "^2.8.1",
"react-datepicker": "^7.3.0",
"react-datetime-picker": "^3.4.3",
"react-dom": "^17.0.2",
"react-flow-builder": "^2.8.0",
"react-qr-code": "^2.0.12",
"react-redux": "^7.2.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router-query-params": "^1.0.3",
"react-select": "^5.8.0",
"react-table": "^7.6.0",
"reactflow": "^11.8.3",
"recharts": "^2.15.0",
"redux": "^4.1.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"slugify": "^1.4.5",
"stream": "0.0.2",
"stream-http": "^3.2.0",
"stubborn-queue": "^2.0.0",
"style-loader": "^3.3.1"
},
"overrides": {
"yaml": "2.2.2"
}
}