CoolFace
Apppublic

lukerocks78/coaching-v-4

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
package.json37 linesDownload Raw Back to root
1{2  "name": "cursor-coaching-app",3  "version": "1.0.0",4  "main": "src/server/index.js",5  "type": "commonjs",6  "scripts": {7    "start": "node src/server/index.js"8  },9  "keywords": [],10  "author": "",11  "license": "ISC",12  "description": "A voice assistant web app using OpenAI's Realtime API",13  "dependencies": {14    "@emotion/react": "^11.14.0",15    "@emotion/styled": "^11.14.0",16    "@huggingface/inference": "^3.1.5",17    "@vitejs/plugin-react": "^4.3.4",18    "cors": "^2.8.5",19    "dotenv": "^16.4.5",20    "express": "^4.18.3",21    "framer-motion": "^12.0.6",22    "multer": "^1.4.5-lts.1",23    "node-fetch": "^2.7.0",24    "react": "^19.0.0",25    "react-dom": "^19.0.0",26    "react-icons": "^5.4.0",27    "transformers": "^3.1.0",28    "vite": "^6.0.11"29  },30  "devDependencies": {31    "@tailwindcss/cli": "^4.0.1",32    "autoprefixer": "^10.4.20",33    "postcss": "^8.5.1",34    "tailwindcss": "^4.0.1"35  }36}37