-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "@nasa_pds/pds-doi-ui",
"version": "1.3.0",
"private": false,
"homepage": ".",
"dependencies": {
"@fontsource/roboto": "^4.5.8",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@nasapds/pds-wds-react": "0.3.0",
"@reduxjs/toolkit": "^1.9.7",
"@testing-library/jest-dom": "^5.12",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^13.1.9",
"jwt-decode": "^3.1.2",
"react": ">=17.0.2 <18.0.0",
"react-dom": "^17.0.2",
"react-oauth2-pkce": "^2.0.7",
"react-redux": ">=7.2.4 <8.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": ">=4.0.3 <5.0.0",
"redux": "^4.1.0",
"redux-saga": "^1.2.3",
"styled-components": ">=5.3.5 <6.0.0",
"xlsx": "^0.17.0",
"xml-formatter": "^3.5.0",
"xml-js": "^1.6.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}