fix: remove unused dependencies
Showing
This diff is collapsed.
... | ... | @@ -4,17 +4,7 @@ |
"private": true, | ||
"dependencies": { | ||
"@ant-design/pro-components": "^2.4.4", | ||
"@dnd-kit/core": "^6.0.8", | ||
"@dnd-kit/sortable": "^7.0.2", | ||
"@react-spring/web": "^9.7.2", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
"@types/jest": "^27.5.2", | ||
"@types/node": "^16.18.23", | ||
"@types/react": "^18.0.33", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/sql.js": "^1.4.4", | ||
"antd": "^5.4.0", | ||
"axios": "^0.27.2", | ||
"classnames": "^2.3.2", | ||
... | ... | @@ -24,14 +14,12 @@ |
"react": "^18.2.0", | ||
"react-animated-numbers": "^0.16.0", | ||
"react-dom": "^18.2.0", | ||
"react-draggable": "^4.4.5", | ||
"react-router-dom": "^6.10.0", | ||
"react-scripts": "^2.1.3", | ||
"sql.js": "^1.8.0", | ||
"uuid": "^9.0.0", | ||
"valtio": "^1.10.4", | ||
"vite-plugin-svgr": "^2.4.0", | ||
"web-vitals": "^2.1.4", | ||
"ygopro-deck-encode": "^1.0.3" | ||
}, | ||
"scripts": { | ||
... | ... | @@ -41,14 +29,11 @@ |
"build:prod": "vite build --base=https://cdn02.moecube.com:444/neos/", | ||
"preview": "vite preview", | ||
"lint": "eslint --ext .ts --ext .tsx src", | ||
"fmt": "eslint --ext .ts --ext .tsx src --fix && cd rust-src && cargo fmt", | ||
"test": "react-scripts test", | ||
"eject": "react-scripts eject" | ||
"fmt": "eslint --ext .ts --ext .tsx src --fix && cd rust-src && cargo fmt" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
"react-app", | ||
"react-app/jest" | ||
"react-app" | ||
] | ||
}, | ||
"browserslist": { | ||
... | ... | @@ -64,6 +49,10 @@ |
] | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^16.18.23", | ||
"@types/react": "^18.0.33", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/sql.js": "^1.4.4", | ||
"@types/google-protobuf": "^3.15.6", | ||
"@types/lodash-es": "^4.17.7", | ||
"@types/uuid": "^9.0.1", | ||
... | ... |
Please register or sign in to comment