Spaces:
Running
Running
| { | |
| "name": "toothmap_frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.13.0", | |
| "@types/react": "^18.3.12", | |
| "@types/react-dom": "^18.3.1", | |
| "@vitejs/plugin-react": "^4.3.3", | |
| "autoprefixer": "^10.5.0", | |
| "axios": "^1.15.0", | |
| "eslint": "^9.13.0", | |
| "eslint-plugin-react": "^7.37.2", | |
| "eslint-plugin-react-hooks": "^5.0.0", | |
| "eslint-plugin-react-refresh": "^0.4.14", | |
| "globals": "^15.11.0", | |
| "lucide-react": "^1.8.0", | |
| "postcss": "^8.5.10", | |
| "react-router-dom": "^7.14.1", | |
| "tailwindcss": "^3.4.19", | |
| "vite": "^5.4.10" | |
| } | |
| } | |