{ "name": "woord-web-app", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview" }, "dependencies": { "ahooks": "^3.7.1", "antd": "^4.23.4", "axios": "^1.1.2", "lodash": "^4.17.21", "qs": "^6.11.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.4.1" }, "devDependencies": { "@types/lodash": "^4.14.186", "@types/qs": "^6.9.7", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.39.0", "@typescript-eslint/parser": "^5.39.0", "@vitejs/plugin-react": "^2.1.0", "eslint": "^8.24.0", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "typescript": "^4.8.4", "vite": "^3.1.0" } }