50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "user",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ramonak/react-progress-bar": "^5.3.0",
|
|
"@reduxjs/toolkit": "^2.5.1",
|
|
"antd": "^5.23.3",
|
|
"axios": "^1.7.9",
|
|
"cra-template": "1.2.0",
|
|
"crypto-js": "^3.3.0",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"framer-motion": "^12.0.6",
|
|
"react": "^18.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^18.2.0",
|
|
"react-icons": "^5.4.0",
|
|
"react-paginate": "^8.3.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.1.5",
|
|
"react-scripts": "5.0.1",
|
|
"react-toastify": "^11.0.3"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|