-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
93 lines (93 loc) · 2.47 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
{
"name": "stac-portal-frontend",
"version": "2.1.0",
"private": true,
"author": "James Hinton",
"engines": {
"node": "16",
"npm": ">=6"
},
"dependencies": {
"@emotion/cache": "11.10.3",
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "^5.10.3",
"@mui/material": "5.10.3",
"@mui/styled-engine": "5.10.3",
"@mui/x-date-pickers": "^5.0.5",
"@rpldy/mock-sender": "^1.1.0",
"@rpldy/upload-button": "^1.1.0",
"@rpldy/upload-drop-zone": "^1.1.0",
"@rpldy/upload-preview": "^1.1.0",
"@rpldy/uploady": "^1.1.0",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.3.0",
"@testing-library/user-event": "14.4.3",
"axios": "^1.1.2",
"chart.js": "3.9.1",
"chroma-js": "2.4.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.5",
"install": "^0.13.0",
"leaflet": "^1.8.0",
"leaflet-draw": "^1.0.4",
"material-react-table": "^1.0.0-beta.7",
"moment": "^2.29.4",
"npm": "^8.19.2",
"prop-types": "15.8.1",
"rc-progress": "^3.4.0",
"react": "^18.2.0",
"react-chartjs-2": "4.3.1",
"react-dom": "^18.2.0",
"react-drag-drop-files": "^2.3.7",
"react-github-btn": "1.3.0",
"react-iframe": "^1.8.5",
"react-json-tree": "^0.17.0",
"react-leaflet": "^4.0.2",
"react-leaflet-draw": "^0.20.3",
"react-router-dom": "6.3.0",
"react-scripts": "5.0.1",
"react-table": "7.8.0",
"sass": "^1.54.7",
"stylis": "4.1.1",
"stylis-plugin-rtl": "2.1.1",
"web-vitals": "3.0.0",
"yup": "0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "8.23.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1"
}
}