2024-10-14 18:51:44 +08:00
|
|
|
{
|
2024-12-24 14:25:06 +08:00
|
|
|
"name": "{{projectName}}",
|
2024-10-14 18:51:44 +08:00
|
|
|
"version": "0.0.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "craco build",
|
|
|
|
|
"lint": "eslint src --ext .js,.jsx,.tsx,.ts,.json --fix --quiet",
|
|
|
|
|
"start": "craco start",
|
2024-12-24 14:25:06 +08:00
|
|
|
"test": "craco test"
|
2024-10-14 18:51:44 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-11-21 11:17:13 +08:00
|
|
|
"@ant-design/icons": "^5.5.1",
|
2025-01-08 11:18:06 +08:00
|
|
|
"@toco-design/components": "{{uiVersion}}",
|
2024-10-14 18:51:44 +08:00
|
|
|
"@reduxjs/toolkit": "^1.9.7",
|
|
|
|
|
"axios": "^1.7.2",
|
|
|
|
|
"classnames": "^2.5.1",
|
2024-12-24 14:25:06 +08:00
|
|
|
"path-to-regexp": "^8.2.0",
|
2024-10-14 18:51:44 +08:00
|
|
|
"react": "^18.3.1",
|
|
|
|
|
"react-dom": "^18.2.0",
|
2024-12-27 15:13:18 +08:00
|
|
|
"react-intl": "~6.6.2",
|
2024-10-14 18:51:44 +08:00
|
|
|
"react-redux": "^8.1.3",
|
2024-12-29 12:16:42 +08:00
|
|
|
"react-router-dom": "^6.22.2"
|
2024-10-14 18:51:44 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@craco/craco": "^7.1.0",
|
2024-12-29 12:16:42 +08:00
|
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
|
|
|
"@testing-library/react": "^13.4.0",
|
|
|
|
|
"@testing-library/user-event": "^14.5.2",
|
2024-12-24 14:25:06 +08:00
|
|
|
"@types/jest": "^27.5.2",
|
|
|
|
|
"@types/node": "^17.0.45",
|
|
|
|
|
"@types/react": "^18.2.60",
|
|
|
|
|
"@types/react-dom": "^18.2.19",
|
2024-10-14 18:51:44 +08:00
|
|
|
"craco-alias": "^3.0.1",
|
|
|
|
|
"eslint-plugin-json": "^3.1.0",
|
2024-12-29 12:16:42 +08:00
|
|
|
"react-scripts": "5.0.1",
|
|
|
|
|
"typescript": "^5",
|
|
|
|
|
"web-vitals": "^2.1.4"
|
2024-10-14 18:51:44 +08:00
|
|
|
},
|
|
|
|
|
"browserslist": {
|
|
|
|
|
"production": [
|
|
|
|
|
">0.2%",
|
|
|
|
|
"not dead",
|
|
|
|
|
"not op_mini all"
|
|
|
|
|
],
|
|
|
|
|
"development": [
|
|
|
|
|
"last 1 chrome version",
|
|
|
|
|
"last 1 firefox version",
|
|
|
|
|
"last 1 safari version"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=18"
|
|
|
|
|
}
|
|
|
|
|
}
|