Skip to content

Commit

Permalink
feat: add template
Browse files Browse the repository at this point in the history
为挑战杯做了模板适配,添加了更多的用户字段
  • Loading branch information
MaxtuneLee committed Feb 22, 2024
1 parent 9e7e311 commit 5926dc0
Show file tree
Hide file tree
Showing 12 changed files with 622 additions and 242 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,29 @@
"name": "approval-system",
"version": "0.1.0",
"private": true,
"proxy":"https://approve.sast.fun",
"proxy": "https://approve.sast.fun",
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@craco/craco": "^6.4.3",
"@sentry/react": "^7.11.1",
"@sentry/tracing": "^7.11.1",
"@sentry/utils": "^7.101.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.1",
"@types/node": "^16.11.36",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"antd": "^4.21.3",
"antd": "4.21.3",
"axios": "^0.27.2",
"craco": "^0.0.3",
"craco-less": "^2.0.0",
"form-render": "^1.13.12",
"form-render": "1.13.12",
"http-proxy-middleware": "^2.0.6",
"inquirer": "^8.2.4",
"moment": "^2.30.1",
"qs": "^6.11.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-pdf-js": "^5.1.0",
Expand All @@ -36,7 +39,7 @@
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"start": "craco start",
"start": "set PORT=3006 && craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
Expand Down Expand Up @@ -65,6 +68,7 @@
]
},
"devDependencies": {
"@types/qs": "^6.9.11",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"chalk": "^5.0.1",
Expand Down
Loading

0 comments on commit 5926dc0

Please sign in to comment.