fix(用户信息): 修改密码接口修正,费用记录时间字段修正
正在显示
| ... | ... | @@ -9,7 +9,6 @@ |
| "@date-io/moment": "1.x", | ||
| "@emotion/react": "^11.4.1", | ||
| "@emotion/styled": "^11.3.0", | ||
| "@hot-loader/react-dom": "17.0.1", | ||
| "@mui/icons-material": "^5.3.1", | ||
| "@mui/lab": "^5.0.0-alpha.67", | ||
| "@mui/material": "^5.4.0", | ||
| ... | ... | @@ -17,24 +16,7 @@ |
| "@mui/styles": "^5.3.0", | ||
| "@mui/x-data-grid": "^5.14.0", | ||
| "@mui/x-date-pickers": "^5.0.0-beta.6", | ||
| "@types/history": "^4.7.3", | ||
| "@types/jest": "27.4.0", | ||
| "@types/lodash": "^4.14.149", | ||
| "@types/minio": "^7.0.11", | ||
| "@types/node": "17.0.14", | ||
| "@types/react": "17.0.0", | ||
| "@types/react-copy-to-clipboard": "^5.0.2", | ||
| "@types/react-dom": "17.0.11", | ||
| "@types/react-grid-layout": "^1.1.1", | ||
| "@types/react-redux": "^7.1.5", | ||
| "@types/react-router": "^5.1.3", | ||
| "@types/react-router-dom": "^5.1.2", | ||
| "@types/react-virtualized": "^9.21.10", | ||
| "@types/superagent": "^4.1.12", | ||
| "@types/webpack-env": "^1.14.1", | ||
| "@types/websocket": "^1.0.0", | ||
| "@uiw/react-codemirror": "^4.3.2", | ||
| "chart.js": "^2.9.3", | ||
| "history": "^4.10.1", | ||
| "js-cookie": "^3.0.1", | ||
| "kbar": "^0.1.0-beta.27", | ||
| ... | ... | @@ -55,25 +37,21 @@ |
| "react-moment": "^1.1.1", | ||
| "react-redux": "^7.1.3", | ||
| "react-router-dom": "^5.1.2", | ||
| "react-script": "^2.0.5", | ||
| "react-virtualized": "^9.22.2", | ||
| "react-window": "^1.8.6", | ||
| "react-window-infinite-loader": "^1.0.7", | ||
| "recharts": "^2.1.1", | ||
| "redux": "^4.0.5", | ||
| "redux-thunk": "^2.3.0", | ||
| "styled-components": "^5.3.1", | ||
| "superagent": "^6.1.0", | ||
| "testcafe": "^1.18.3", | ||
| "use-debounce": "^7.0.1", | ||
| "websocket": "^1.0.31", | ||
| "yarn": "^1.22.17" | ||
| "websocket": "^1.0.31" | ||
| }, | ||
| "scripts": { | ||
| "start": "PORT=5005 react-app-rewired start", | ||
| "server_install": "yarn --registry=https://registry.npmjs.org/", | ||
| "server_build": "./node_modules/react-scripts/bin/react-scripts.js build", | ||
| "build": "react-scripts build", | ||
| "server_build": "react-app-rewired build", | ||
| "build": "react-app-rewired build", | ||
| "test": "react-scripts test", | ||
| "eject": "react-scripts eject" | ||
| }, | ||
| ... | ... | @@ -94,15 +72,34 @@ |
| }, | ||
| "devDependencies": { | ||
| "@types/qrcode": "^1.4.2", | ||
| "@types/history": "^4.7.3", | ||
| "@types/jest": "27.4.0", | ||
| "@types/lodash": "^4.14.149", | ||
| "@types/minio": "^7.0.11", | ||
| "@types/node": "17.0.14", | ||
| "@types/react": "17.0.0", | ||
| "@types/react-copy-to-clipboard": "^5.0.2", | ||
| "@types/react-dom": "17.0.11", | ||
| "@types/react-grid-layout": "^1.1.1", | ||
| "@types/react-redux": "^7.1.5", | ||
| "@types/react-router": "^5.1.3", | ||
| "@types/react-router-dom": "^5.1.2", | ||
| "@types/react-virtualized": "^9.21.10", | ||
| "@types/superagent": "^4.1.12", | ||
| "@types/webpack-env": "^1.14.1", | ||
| "@types/websocket": "^1.0.0", | ||
| "@types/react-window": "^1.8.5", | ||
| "@types/react-window-infinite-loader": "^1.0.5", | ||
| "@types/recharts": "^1.8.22", | ||
| "@hot-loader/react-dom": "17.0.1", | ||
| "http-proxy-middleware": "^2.0.6", | ||
| "prettier": "2.5.1", | ||
| "react-app-rewire-hot-loader": "^2.0.1", | ||
| "react-app-rewired": "^2.1.6", | ||
| "react-scripts": "5.0.0", | ||
| "typescript": "^4.4.3" | ||
| "typescript": "^4.4.3", | ||
| "yarn": "^1.22.17", | ||
| "testcafe": "^1.18.3" | ||
| }, | ||
| "resolutions": { | ||
| "nth-check": "^2.0.1", | ||
| ... | ... |
请
注册
或者
登录
后发表评论