63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
|
|
{
|
||
|
|
"name": "antd-demo",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"private": true,
|
||
|
|
"dependencies": {
|
||
|
|
"@ant-design/icons": "^4.3.0",
|
||
|
|
"@testing-library/jest-dom": "^4.2.4",
|
||
|
|
"@testing-library/react": "^9.5.0",
|
||
|
|
"@testing-library/user-event": "^7.2.1",
|
||
|
|
"antd": "^4.5.4",
|
||
|
|
"axios": "^0.21.1",
|
||
|
|
"cors": "^2.8.5",
|
||
|
|
"formik": "^2.1.5",
|
||
|
|
"html-react-parser": "^0.14.1",
|
||
|
|
"immutability-helper": "^3.1.1",
|
||
|
|
"katex": "^0.12.0",
|
||
|
|
"loadash": "^1.0.0",
|
||
|
|
"lodash": "^4.17.20",
|
||
|
|
"plotly.js": "^1.57.1",
|
||
|
|
"quill": "^1.3.7",
|
||
|
|
"react": "^16.13.1",
|
||
|
|
"react-bootstrap": "^1.3.0",
|
||
|
|
"react-confirm-alert": "^2.7.0",
|
||
|
|
"react-dnd": "^11.1.3",
|
||
|
|
"react-dnd-html5-backend": "^11.1.3",
|
||
|
|
"react-dom": "^16.13.1",
|
||
|
|
"react-draft-wysiwyg": "^1.14.5",
|
||
|
|
"react-excel-renderer": "^1.1.0",
|
||
|
|
"react-katex": "^2.0.2",
|
||
|
|
"react-latex": "^2.0.0",
|
||
|
|
"react-plotly.js": "^2.5.0",
|
||
|
|
"react-quill": "^1.3.5",
|
||
|
|
"react-redux": "^7.2.1",
|
||
|
|
"react-router-dom": "^5.2.0",
|
||
|
|
"react-scripts": "^3.4.3",
|
||
|
|
"redux": "^4.0.5",
|
||
|
|
"rxjs": "^6.6.3",
|
||
|
|
"update": "^0.7.4",
|
||
|
|
"yup": "^0.29.3"
|
||
|
|
},
|
||
|
|
"scripts": {
|
||
|
|
"start": "react-scripts --expose-gc --max-old-space-size=9000 start",
|
||
|
|
"build": "react-scripts --expose-gc --max-old-space-size=9000 build",
|
||
|
|
"test": "react-scripts --expose-gc --max-old-space-size=3500 test",
|
||
|
|
"eject": "react-scripts --expose-gc --max-old-space-size=3500 eject"
|
||
|
|
},
|
||
|
|
"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"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|