You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.4 KiB
61 lines
1.4 KiB
{ |
|
"name": "myreact", |
|
"version": "0.1.0", |
|
"private": true, |
|
"dependencies": { |
|
"@ant-design/icons": "^5.6.1", |
|
"@craco/craco": "5.9.0", |
|
"@testing-library/jest-dom": "^4.2.4", |
|
"@testing-library/react": "^9.3.2", |
|
"@testing-library/user-event": "^7.1.2", |
|
"@types/react": "^19.0.10", |
|
"@types/react-dom": "17.0.0", |
|
"antd": "^4.7.0", |
|
"axios": "^0.21.0", |
|
"craco-less": "^1.17.1", |
|
"echarts": "5.2.0", |
|
"echarts-for-react": "^3.0.2", |
|
"file-saver": "^2.0.5", |
|
"html2canvas": "^1.4.1", |
|
"js-cookie": "^2.2.1", |
|
"jspdf": "^3.0.0", |
|
"process": "^0.11.10", |
|
"quill-emoji": "^0.2.0", |
|
"react": "^17.0.0", |
|
"react-countup": "^6.5.3", |
|
"react-dom": "^17.0.0", |
|
"react-qrcode-logo": "^3.0.0", |
|
"react-quill": "^1.3.5", |
|
"react-redux": "^7.2.2", |
|
"react-router-dom": "^5.2.0", |
|
"react-scripts": "3.4.3", |
|
"redux": "^4.0.5", |
|
"typescript": "^4.1.3", |
|
"xlsx": "^0.18.5" |
|
}, |
|
"scripts": { |
|
"start": "craco start", |
|
"build": "craco build", |
|
"test": "craco test", |
|
"eject": "react-scripts 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" |
|
] |
|
}, |
|
"devDependencies": { |
|
"@types/react-router-dom": "^5.1.7" |
|
}, |
|
"proxy": "http://localhost:8187" |
|
}
|
|
|