2020-11-24 06:54:00 -08:00
|
|
|
{
|
|
|
|
"name": "ui",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-10-13 13:04:48 +00:00
|
|
|
"@material-ui/core": "4.12.3",
|
2021-03-02 07:14:08 +00:00
|
|
|
"@material-ui/icons": "4.11.2",
|
2021-10-13 13:12:44 +00:00
|
|
|
"@material-ui/lab": "4.0.0-alpha.58",
|
2021-10-14 06:30:36 -07:00
|
|
|
"@reduxjs/toolkit": "1.6.2",
|
2021-04-26 23:37:00 +00:00
|
|
|
"@testing-library/jest-dom": "^5.12.0",
|
2021-10-13 13:18:16 +00:00
|
|
|
"@testing-library/react": "^12.1.2",
|
2021-07-10 17:31:54 +00:00
|
|
|
"@testing-library/user-event": "^13.1.9",
|
2021-10-13 13:30:55 +00:00
|
|
|
"@types/jest": "^27.0.2",
|
2020-12-26 13:43:51 -08:00
|
|
|
"@types/lodash.uniqby": "4.7.6",
|
2021-07-10 17:26:34 +00:00
|
|
|
"@types/node": "^16.3.1",
|
2021-10-13 13:06:13 +00:00
|
|
|
"@types/react": "^17.0.29",
|
2021-07-10 23:47:33 +00:00
|
|
|
"@types/react-dom": "^17.0.9",
|
2021-10-08 01:14:12 +00:00
|
|
|
"@types/react-redux": "7.1.19",
|
2021-10-13 13:12:48 +00:00
|
|
|
"@types/react-router-dom": "5.3.1",
|
2021-07-10 23:53:36 +00:00
|
|
|
"@types/react-syntax-highlighter": "13.5.2",
|
2021-09-15 01:11:31 +00:00
|
|
|
"@types/recharts": "1.8.20",
|
2021-10-13 13:24:21 +00:00
|
|
|
"axios": "0.21.2",
|
2020-11-24 06:54:00 -08:00
|
|
|
"clsx": "1.1.1",
|
2020-12-26 13:43:51 -08:00
|
|
|
"lodash.uniqby": "4.7.0",
|
2021-07-11 00:11:21 +00:00
|
|
|
"query-string": "7.0.1",
|
2020-11-24 06:54:00 -08:00
|
|
|
"react": "^16.13.1",
|
|
|
|
"react-dom": "^16.13.1",
|
2021-04-26 23:42:18 +00:00
|
|
|
"react-redux": "7.2.4",
|
2021-10-13 13:31:49 +00:00
|
|
|
"react-router-dom": "5.3.0",
|
2021-03-01 15:51:15 -08:00
|
|
|
"react-scripts": "4.0.3",
|
2021-03-01 23:32:23 +00:00
|
|
|
"react-syntax-highlighter": "15.4.3",
|
2021-10-13 13:30:11 +00:00
|
|
|
"recharts": "2.1.4",
|
2021-04-08 07:35:17 +00:00
|
|
|
"typescript": "~4.2.4"
|
2020-11-24 06:54:00 -08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-10-14 07:13:45 -07:00
|
|
|
"start": "export PUBLIC_URL=http://localhost:3000/ && react-scripts start",
|
2020-11-24 06:54:00 -08:00
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
2021-01-14 22:05:17 -08:00
|
|
|
"not dead",
|
2020-11-24 06:54:00 -08:00
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"redux-devtools": "3.7.0"
|
2021-10-10 06:33:38 -07:00
|
|
|
},
|
|
|
|
"homepage": "/[[.RootPath]]"
|
2020-11-24 06:54:00 -08:00
|
|
|
}
|