Dev/better import
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | ... | @@ -28,7 +28,7 @@ |
| "react-draggable": "^4.4.5", | ||
| "react-redux": "^8.0.5", | ||
| "react-router-dom": "^6.10.0", | ||
| "react-scripts": "^2.1.8", | ||
| "react-scripts": "^5.0.1", | ||
| "socket.io-client": "^4.6.1", | ||
| "sql.js": "^1.8.0", | ||
| "vite-plugin-svgr": "^2.4.0", | ||
| ... | ... | @@ -73,12 +73,15 @@ |
| "@vitejs/plugin-react": "^3.1.0", | ||
| "eslint": "^8.38.0", | ||
| "eslint-config-prettier": "^8.8.0", | ||
| "eslint-import-resolver-typescript": "^3.5.5", | ||
| "eslint-plugin-import": "^2.27.5", | ||
| "eslint-plugin-prettier": "^4.2.1", | ||
| "prettier": "^2.8.7", | ||
| "sass": "^1.61.0", | ||
| "typescript": "^4.9.5", | ||
| "vite": "^4.2.1", | ||
| "vite-plugin-wasm-pack": "^0.1.12", | ||
| "vite-tsconfig-paths": "^4.0.8", | ||
| "vite-ydk-loader": "^0.0.2" | ||
| } | ||
| } |
Please register or sign in to comment