2020-11-06 10:36:21 +00:00
|
|
|
{
|
|
|
|
"name": "datagod",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
|
|
"@testing-library/react": "^11.1.0",
|
|
|
|
"@testing-library/user-event": "^12.1.10",
|
2020-11-27 10:50:15 +00:00
|
|
|
"@types/echarts": "^4.9.2",
|
2020-11-06 10:36:21 +00:00
|
|
|
"@types/jest": "^26.0.15",
|
|
|
|
"@types/node": "^12.0.0",
|
|
|
|
"@types/react": "^16.9.53",
|
|
|
|
"@types/react-dom": "^16.9.8",
|
|
|
|
"@types/react-router": "^5.1.8",
|
|
|
|
"@types/react-router-dom": "^5.1.6",
|
|
|
|
"antd": "^4.8.0",
|
2020-11-27 10:50:15 +00:00
|
|
|
"echarts": "^4.9.0",
|
|
|
|
"echarts-for-react": "^2.0.16",
|
2020-11-06 10:36:21 +00:00
|
|
|
"react": "^17.0.1",
|
|
|
|
"react-dom": "^17.0.1",
|
|
|
|
"react-router": "^5.2.0",
|
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-scripts": "4.0.0",
|
|
|
|
"typescript": "^4.0.3",
|
|
|
|
"web-vitals": "^0.2.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
]
|
2020-11-08 17:18:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
|
|
|
"@typescript-eslint/parser": "^4.6.1",
|
|
|
|
"eslint": "^7.13.0",
|
|
|
|
"eslint-plugin-react": "^7.21.5",
|
|
|
|
"prettier": "2.1.2"
|
2020-11-06 10:36:21 +00:00
|
|
|
}
|
|
|
|
}
|