asynqmon/ui/package.json

62 lines
1.6 KiB
JSON
Raw Normal View History

2020-11-24 22:54:00 +08:00
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.12.3",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.58",
"@reduxjs/toolkit": "1.6.2",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^27.0.2",
2020-12-27 05:43:51 +08:00
"@types/lodash.uniqby": "4.7.6",
"@types/node": "^16.3.1",
"@types/react": "^17.0.29",
"@types/react-dom": "^17.0.9",
"@types/react-redux": "7.1.19",
"@types/react-router-dom": "5.3.1",
"@types/react-syntax-highlighter": "13.5.2",
"@types/recharts": "1.8.20",
"axios": "0.21.2",
2020-11-24 22:54:00 +08:00
"clsx": "1.1.1",
2021-12-20 08:09:16 +08:00
"dayjs": "1.10.7",
2020-12-27 05:43:51 +08:00
"lodash.uniqby": "4.7.0",
"query-string": "7.0.1",
2020-11-24 22:54:00 +08:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "7.2.4",
"react-router-dom": "5.3.0",
2021-03-02 07:51:15 +08:00
"react-scripts": "4.0.3",
"react-syntax-highlighter": "15.4.3",
"recharts": "2.1.4",
"typescript": "~4.2.4"
2020-11-24 22:54:00 +08:00
},
"scripts": {
2021-10-14 22:13:45 +08:00
"start": "export PUBLIC_URL=http://localhost:3000/ && react-scripts start",
2020-11-24 22: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-15 14:05:17 +08:00
"not dead",
2020-11-24 22: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"
},
"homepage": "/[[.RootPath]]"
2020-11-24 22:54:00 +08:00
}