| { | |
| "name": "front", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "VITE_TEST_TOKEN=$(cat ~/.cache/huggingface/token) vite", | |
| "build": "npm run format && tsc -b && vite build && cp ./dist/index.html ../index.html", | |
| "lint": "eslint .", | |
| "format": "npm run lint && prettier --write .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@breezystack/lamejs": "^1.2.7", | |
| "@gradio/client": "^1.12.0", | |
| "@huggingface/hub": "^1.0.1", | |
| "@huggingface/inference": "^3.3.4", | |
| "@sec-ant/readable-stream": "^0.6.0", | |
| "autoprefixer": "^10.4.20", | |
| "base64-arraybuffer": "^1.0.2", | |
| "postcss": "^8.5.2", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "sass-embedded": "^1.85.0", | |
| "textlinestream": "^1.1.1", | |
| "vite-plugin-singlefile": "^2.1.0", | |
| "yaml": "^2.7.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.19.0", | |
| "@types/react": "^19.0.8", | |
| "@types/react-dom": "^19.0.3", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "daisyui": "^4.12.23", | |
| "eslint": "^9.19.0", | |
| "eslint-plugin-react-hooks": "^5.0.0", | |
| "eslint-plugin-react-refresh": "^0.4.18", | |
| "globals": "^15.14.0", | |
| "prettier": "^3.5.1", | |
| "tailwindcss": "^3.4.17", | |
| "typescript": "~5.7.2", | |
| "typescript-eslint": "^8.22.0", | |
| "vite": "^6.1.0" | |
| }, | |
| "prettier": { | |
| "trailingComma": "es5", | |
| "tabWidth": 2, | |
| "semi": true, | |
| "singleQuote": true, | |
| "bracketSameLine": false | |
| } | |
| } | |