intimate_view/package.json

43 lines
965 B
JSON
Raw Normal View History

2020-08-18 11:22:29 +00:00
{
"name": "create-react-app-antd",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@craco/craco": "^5.6.4",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^11.1.0",
2020-08-19 11:32:01 +00:00
"antd": "^4.5.4",
2020-08-18 11:22:29 +00:00
"craco-less": "^1.17.0",
2020-08-20 11:29:22 +00:00
"echarts": "^4.8.0",
"echarts-for-react": "^2.0.16",
2020-08-18 11:22:29 +00:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
2020-08-24 16:44:25 +00:00
"react-route": "^1.0.3",
"react-router-dom": "^5.2.0",
2020-08-18 11:22:29 +00:00
"react-scripts": "^3.4.3",
"reqwest": "^2.0.5"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}