fix:
Showing
| { | ||
| "name": "vite-react-ts-admin", | ||
| "private": true, | ||
| "version": "0.0.0", | ||
| "version": "0.1.0", | ||
| "type": "module", | ||
| "scripts": { | ||
| "start": "vite --force", | ||
| ... | ... | @@ -89,6 +89,7 @@ |
| "react-style-proptype": "^3.2.2", | ||
| "react-text-loop-next": "^0.0.3", | ||
| "resize-observer-polyfill": "^1.5.1", | ||
| "rrule": "^2.7.2", | ||
| "socket.io-client": "^4.7.2", | ||
| "swap-array": "^1.0.0", | ||
| "xlsx-js-style": "^1.2.0", | ||
| ... | ... | @@ -100,6 +101,7 @@ |
| "@babel/plugin-transform-react-jsx": "^7.22.15", | ||
| "@commitlint/cli": "^17.4.4", | ||
| "@commitlint/config-conventional": "^17.4.4", | ||
| "@rollup/plugin-node-resolve": "^15.2.1", | ||
| "@types/file-saver": "^2.0.3", | ||
| "@types/history": "^4.7.2", | ||
| "@types/jest": "^26.0.0", | ||
| ... | ... | @@ -126,6 +128,7 @@ |
| "postcss": "^8.4.29", | ||
| "prettier": "^2.8.4", | ||
| "qs": "^6.11.0", | ||
| "rollup-plugin-peer-deps-external": "^2.2.4", | ||
| "rollup-plugin-visualizer": "^5.9.2", | ||
| "stylelint": "^15.2.0", | ||
| "stylelint-config-standard": "^30.0.1", | ||
| ... | ... |
This diff is collapsed.
Please
register
or
sign in
to comment