datagod/package.json
2020-12-01 10:55:13 +08:00

37 lines
780 B
JSON

{
"name": "create-react-app-antd",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^5.6.4",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^11.0.0",
"@testing-library/user-event": "^11.1.0",
"antd": "^4.5.2",
"craco-less": "^1.17.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3"
},
"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"
]
}
}