CoolFace
Apppublic

LiquidAI/LFM2-WebGPU

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
94likes
package.json36 linesDownload Raw Back to root
1{2  "name": "lfm-tool-calling",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite",8    "build": "tsc -b && vite build",9    "lint": "eslint .",10    "preview": "vite preview"11  },12  "dependencies": {13    "@huggingface/transformers": "^3.7.1",14    "@monaco-editor/react": "^4.7.0",15    "@tailwindcss/vite": "^4.1.11",16    "idb": "^8.0.3",17    "lucide-react": "^0.535.0",18    "react": "^19.1.0",19    "react-dom": "^19.1.0",20    "tailwindcss": "^4.1.11"21  },22  "devDependencies": {23    "@eslint/js": "^9.30.1",24    "@types/react": "^19.1.8",25    "@types/react-dom": "^19.1.6",26    "@vitejs/plugin-react": "^4.6.0",27    "eslint": "^9.30.1",28    "eslint-plugin-react-hooks": "^5.2.0",29    "eslint-plugin-react-refresh": "^0.4.20",30    "globals": "^16.3.0",31    "typescript": "~5.8.3",32    "typescript-eslint": "^8.35.1",33    "vite": "^7.0.4"34  }35}36