Spaces:
Sleeping
Sleeping
Alessandro Tomassini
deploy(hf): overlay README/Dockerfile da huggingface/, senza docs/binari/model
c42a5a1 | { | |
| "name": "anonimyzer-spa", | |
| "private": true, | |
| "version": "0.8.0", | |
| "type": "module", | |
| "description": "Frontend SPA indipendente e API-based dell'Anonimizzatore Documenti di Gara (React 19 + Ant Design v6).", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "preview": "vite preview", | |
| "lint": "tsc -b --noEmit", | |
| "typecheck": "tsc -b --noEmit" | |
| }, | |
| "dependencies": { | |
| "@ant-design/icons": "^6.0.0", | |
| "@hookform/resolvers": "^3.9.1", | |
| "@tanstack/react-query": "^5.62.0", | |
| "antd": "^6.0.0", | |
| "axios": "^1.7.9", | |
| "pdfjs-dist": "^4.9.155", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "react-hook-form": "^7.54.0", | |
| "react-router-dom": "^7.1.0", | |
| "zod": "^3.24.1", | |
| "zustand": "^5.0.2" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^25.9.3", | |
| "@types/react": "^19.0.0", | |
| "@types/react-dom": "^19.0.0", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "babel-plugin-react-compiler": "^19.0.0-beta", | |
| "typescript": "^5.7.2", | |
| "vite": "^6.0.5" | |
| }, | |
| "packageManager": "pnpm@9.15.0" | |
| } | |