asynqmon/ui/package.json

60 lines
1.5 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.11.0",
"@material-ui/icons": "4.9.1",
"@material-ui/lab": "4.0.0-alpha.56",
"@reduxjs/toolkit": "1.4.0",
"@testing-library/jest-dom": "^5.11.9",
2020-11-24 22:54:00 +08:00
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^12.8.0",
2020-11-24 22:54:00 +08:00
"@types/jest": "^24.0.0",
2020-12-27 05:43:51 +08:00
"@types/lodash.uniqby": "4.7.6",
2020-11-24 22:54:00 +08:00
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
2021-03-02 07:48:22 +08:00
"@types/react-dom": "^17.0.1",
"@types/react-redux": "7.1.16",
2020-11-24 22:54:00 +08:00
"@types/react-router-dom": "5.1.6",
"@types/react-syntax-highlighter": "13.5.0",
"@types/recharts": "1.8.16",
"axios": "0.21.1",
2020-11-24 22:54:00 +08:00
"clsx": "1.1.1",
2020-12-27 05:43:51 +08:00
"lodash.uniqby": "4.7.0",
"query-string": "6.14.1",
2020-11-24 22:54:00 +08:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
2021-03-02 07:51:15 +08:00
"react-scripts": "4.0.3",
"react-syntax-highlighter": "15.4.3",
2020-11-24 22:54:00 +08:00
"recharts": "1.8.5",
"typescript": "~3.7.2"
},
"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%",
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"
}
}