Spaces:
Sleeping
Sleeping
| { | |
| "name": "fakeshield", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "node --max-http-header-size=64000 ./node_modules/vite/bin/vite.js", | |
| "build": "tsc -b && vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@react-oauth/google": "^0.13.5", | |
| "@react-three/drei": "^10.7.7", | |
| "@react-three/fiber": "^9.5.0", | |
| "@tailwindcss/container-queries": "^0.1.1", | |
| "@tailwindcss/forms": "^0.5.11", | |
| "framer-motion": "^12.38.0", | |
| "lucide-react": "^0.577.0", | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4", | |
| "react-router-dom": "^7.13.1", | |
| "recharts": "^3.8.0", | |
| "three": "^0.183.2" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.4", | |
| "@types/node": "^24.12.0", | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "^19.2.3", | |
| "@types/three": "^0.183.1", | |
| "@vitejs/plugin-react": "^6.0.0", | |
| "autoprefixer": "^10.4.27", | |
| "eslint": "^9.39.4", | |
| "eslint-plugin-react-hooks": "^7.0.1", | |
| "eslint-plugin-react-refresh": "^0.5.2", | |
| "globals": "^17.4.0", | |
| "postcss": "^8.5.8", | |
| "stylelint": "^17.4.0", | |
| "stylelint-config-recommended": "^18.0.0", | |
| "stylelint-config-standard": "^40.0.0", | |
| "tailwindcss": "^3.4.19", | |
| "typescript": "~5.9.3", | |
| "typescript-eslint": "^8.56.1", | |
| "vite": "^8.0.0" | |
| } | |
| } | |