CoolFace
Apppublic

tifkin/NextTokenPrediction

sourceHugging Facemitupdated 11d agoView on Hugging Face
0likes
package.json33 linesDownload Raw Back to frontend
1{2  "name": "next-token-prediction-frontend",3  "private": true,4  "version": "1.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite --host 0.0.0.0",8    "build": "tsc -b && vite build",9    "test": "vitest run",10    "test:e2e": "DEBUG=pw:webserver playwright test"11  },12  "dependencies": {13    "lucide-react": "^0.468.0",14    "react": "^18.3.1",15    "react-dom": "^18.3.1"16  },17  "devDependencies": {18    "@playwright/test": "^1.53.2",19    "@tailwindcss/vite": "^4.1.11",20    "@testing-library/jest-dom": "^6.6.3",21    "@testing-library/react": "^16.3.0",22    "@testing-library/user-event": "^14.6.1",23    "@types/react": "^18.3.23",24    "@types/react-dom": "^18.3.7",25    "@vitejs/plugin-react": "^4.6.0",26    "jsdom": "^24.1.3",27    "tailwindcss": "^4.1.11",28    "typescript": "^5.8.3",29    "vite": "^5.4.19",30    "vitest": "^2.1.9"31  }32}33