| { | |
| "name": "transformersjs-minimal", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview", | |
| "test": "vitest" | |
| }, | |
| "dependencies": { | |
| "@huggingface/transformers": "../transformers.js", | |
| "@tailwindcss/typography": "^0.5.19", | |
| "lucide-react": "^0.554.0", | |
| "react": "^19.1.1", | |
| "react-dom": "^19.1.1", | |
| "react-hook-form": "^7.66.1", | |
| "showdown": "^2.1.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.36.0", | |
| "@tailwindcss/vite": "^4.1.13", | |
| "@trivago/prettier-plugin-sort-imports": "^5.2.2", | |
| "@types/node": "^24.6.1", | |
| "@types/react": "^19.1.13", | |
| "@types/react-dom": "^19.1.9", | |
| "@types/showdown": "^2.0.6", | |
| "@vitejs/plugin-react": "^5.0.3", | |
| "autoprefixer": "^10.4.21", | |
| "dotenv": "^17.2.3", | |
| "eslint": "^9.36.0", | |
| "eslint-plugin-react-hooks": "^5.2.0", | |
| "eslint-plugin-react-refresh": "^0.4.20", | |
| "fs": "^0.0.1-security", | |
| "globals": "^16.4.0", | |
| "postcss": "^8.5.6", | |
| "prettier": "^3.6.2", | |
| "prettier-plugin-tailwindcss": "^0.6.14", | |
| "tailwindcss": "^4.1.13", | |
| "typescript": "~5.8.3", | |
| "typescript-eslint": "^8.44.0", | |
| "vite": "^7.1.7", | |
| "vite-plugin-html-config": "^2.0.2", | |
| "vite-tsconfig-paths": "^5.1.4", | |
| "vitest": "^4.0.15" | |
| } | |
| } | |