CoolFace
Apppublic

eddyencode/deepsitev3

sourceHugging Facemitupdated 1y agoView on Hugging Face
1likes
package.json49 linesDownload Raw Back to root
1{2  "name": "html-space-editor",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    "start": "node server.js"12  },13  "dependencies": {14    "@huggingface/hub": "^1.1.1",15    "@huggingface/inference": "^3.6.1",16    "@monaco-editor/react": "^4.7.0",17    "@tailwindcss/vite": "^4.0.15",18    "@xenova/transformers": "^2.17.2",19    "body-parser": "^1.20.3",20    "classnames": "^2.5.1",21    "cookie-parser": "^1.4.7",22    "dotenv": "^16.4.7",23    "express": "^4.21.2",24    "react": "^19.0.0",25    "react-dom": "^19.0.0",26    "react-icons": "^5.5.0",27    "react-markdown": "^10.1.0",28    "react-speech-recognition": "^4.0.0",29    "react-toastify": "^11.0.5",30    "react-use": "^17.6.0",31    "tailwindcss": "^4.0.15"32  },33  "devDependencies": {34    "@eslint/js": "^9.21.0",35    "@types/express": "^5.0.1",36    "@types/react": "^19.0.10",37    "@types/react-dom": "^19.0.4",38    "@types/react-speech-recognition": "^3.9.6",39    "@vitejs/plugin-react": "^4.3.4",40    "eslint": "^9.21.0",41    "eslint-plugin-react-hooks": "^5.1.0",42    "eslint-plugin-react-refresh": "^0.4.19",43    "globals": "^15.15.0",44    "typescript": "~5.7.2",45    "typescript-eslint": "^8.24.1",46    "vite": "^6.2.0"47  }48}49