feat: 打包
Showing
config/config.ts
deleted
100644 → 0
... | ... | @@ -8,7 +8,7 @@ |
"start:debug": "vite --debug", | ||
"start:mock": "vite --mode mock", | ||
"start:production": "vite --mode production", | ||
"build": "vite build", | ||
"build": "NODE_OPTIONS=--max_old_space_size=8192 vite build", | ||
"preview": "vite preview", | ||
"lint:script": "eslint --ext .js,.jsx,.ts,.tsx --fix ./", | ||
"lint:style": "stylelint --fix **/*.{css,less,scss}" | ||
... | ... | @@ -28,16 +28,10 @@ |
"dependencies": { | ||
"@ant-design/charts": "^1.1.16", | ||
"@ant-design/icons": "^5.0.1", | ||
"@ant-design/pro-card": "^1.13.2", | ||
"@ant-design/pro-components": "^2.4.0", | ||
"@ant-design/pro-descriptions": "^1.6.8", | ||
"@ant-design/pro-form": "^2.18.4", | ||
"@ant-design/pro-layout": "^7.16.11", | ||
"@ant-design/pro-list": "^1.13.5", | ||
"@ant-design/pro-table": "^2.30.8", | ||
"@ant-design/pro-form": "^2.18.6", | ||
"@ant-design/pro-layout": "^6.26.5", | ||
"@handsontable/react": "^12.1.2", | ||
"@types/qs": "^6.9.7", | ||
"@umijs/route-utils": "^1.0.36", | ||
"@websee/core": "^4.0.2", | ||
"@websee/performance": "^4.0.2", | ||
"@websee/recordscreen": "^4.0.2", | ||
... | ... | @@ -60,6 +54,7 @@ |
"file-saver": "^2.0.5", | ||
"guid-factory": "^1.2.0", | ||
"handsontable": "^12.1.2", | ||
"history": "^5.3.0", | ||
"html2canvas": "^1.4.1", | ||
"hyperformula": "^2.1.0", | ||
"i18next": "^23.4.9", | ||
... | ... | @@ -89,6 +84,7 @@ |
"react-intl": "^6.4.4", | ||
"react-lifecycles-compat": "^3.0.4", | ||
"react-resizable": "^3.0.4", | ||
"react-router": "^6.15.0", | ||
"react-router-dom": "^6.8.2", | ||
"react-split-pane": "^2.0.3", | ||
"react-style-proptype": "^3.2.2", | ||
... | ... |
src/pages/403.tsx
deleted
100644 → 0
src/router/config.tsx
0 → 100644
src/router/privateRoute.tsx
0 → 100644
Please
register
or
sign in
to comment