1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "name": "my-project",
- "version": "0.1.0",
- "private": true,
- "dependencies": {
- "@testing-library/jest-dom": "^5.16.1",
- "@testing-library/react": "^12.1.2",
- "@testing-library/user-event": "^13.5.0",
- "antd": "^4.18.2",
- "antd-img-crop": "^4.1.0",
- "array-move": "^4.0.0",
- "bootstrap": "^5.1.3",
- "react": "^17.0.2",
- "react-bootstrap": "^2.0.4",
- "react-dom": "^17.0.2",
- "react-dropzone": "^11.5.1",
- "react-redux": "^7.2.6",
- "react-router-dom": "^5.3.0",
- "react-scripts": "5.0.0",
- "react-sortable-hoc": "^2.0.0",
- "redux-saga": "^1.1.3",
- "redux-thunk": "^2.4.1",
- "web-vitals": "^2.1.2"
- },
- "scripts": {
- "start": "react-scripts start",
- "build": "react-scripts build",
- "test": "react-scripts test",
- "eject": "react-scripts eject"
- },
- "eslintConfig": {
- "extends": [
- "react-app",
- "react-app/jest"
- ]
- },
- "browserslist": {
- "production": [
- ">0.2%",
- "not dead",
- "not op_mini all"
- ],
- "development": [
- "last 1 chrome version",
- "last 1 firefox version",
- "last 1 safari version"
- ]
- },
- "devDependencies": {
- "@babel/eslint-parser": "^7.16.5",
- "@babel/preset-react": "^7.16.7",
- "eslint": "^7.32.0",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-import": "^2.25.4",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.2.0",
- "eslint-plugin-react": "^7.28.0"
- }
- }
|