| { | |
| "name": "structured-data-extractor-ui", | |
| "private": true, | |
| "version": "0.1.0", | |
| "type": "module", | |
| "description": "Paper & Ink UI for the structured-data-extraction API.", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "preview": "vite preview", | |
| "lint": "tsc --noEmit" | |
| }, | |
| "dependencies": { | |
| "@react-three/drei": "^9.114.0", | |
| "@react-three/fiber": "^8.17.10", | |
| "motion": "^11.11.17", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "three": "^0.169.0" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^22.10.0", | |
| "@types/react": "^18.3.12", | |
| "@types/react-dom": "^18.3.1", | |
| "@types/three": "^0.169.0", | |
| "@vitejs/plugin-react": "^4.3.3", | |
| "autoprefixer": "^10.4.20", | |
| "postcss": "^8.4.47", | |
| "tailwindcss": "^3.4.14", | |
| "typescript": "^5.6.3", | |
| "vite": "^5.4.10" | |
| } | |
| } | |