datagod/package.json

49 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2020-11-06 10:36:21 +00:00
{
2020-12-01 02:55:13 +00:00
"name": "create-react-app-antd",
2020-11-06 10:36:21 +00:00
"version": "0.1.0",
"private": true,
"dependencies": {
2020-12-06 16:54:36 +00:00
"@ant-design/compatible": "^1.0.8",
"@ant-design/icons": "^4.3.0",
"@craco/craco": "^5.9.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.3.0",
"antd": "^4.9.1",
2020-12-06 16:54:36 +00:00
"craco": "0.0.3",
"craco-less": "^1.17.1",
2020-12-01 11:29:56 +00:00
"echarts": "^4.9.0",
"echarts-for-react": "^2.0.16",
2020-12-01 02:55:13 +00:00
"react": "^16.13.1",
"react-dom": "^16.13.1",
2020-12-01 11:29:56 +00:00
"react-router-dom": "^5.2.0",
2020-12-01 02:55:13 +00:00
"react-scripts": "3.4.3"
2020-11-06 10:36:21 +00:00
},
"scripts": {
2020-12-01 02:55:13 +00:00
"start": "craco start",
"build": "craco build",
"test": "craco test"
2020-11-06 10:36:21 +00:00
},
"eslintConfig": {
2020-12-01 02:55:13 +00:00
"extends": "react-app"
2020-11-06 10:36:21 +00:00
},
"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-plugin-react": "^7.21.5",
"prettier": "2.1.2"
2020-11-06 10:36:21 +00:00
}
}