{ "name": "admin", "version": "0.0.0", "private": true, "scripts": { "build": "vite build", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "deploy": "vercel deploy dist --team=turborepo --confirm", "dev": "vite --host 0.0.0.0 --port 3001 --clearScreen false", "lint": "tsc --noEmit && eslint \"src/**/*.ts*\"" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0", "ui": "workspace:*" }, "devDependencies": { "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "@vitejs/plugin-react": "^2.1.0", "eslint": "^7.32.0", "eslint-config-custom": "workspace:*", "tsconfig": "workspace:*", "typescript": "^4.8.3", "vite": "^3.1.0" } }