CoolFace
Apppublic

SFM2001/spititout

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
package.json34 linesDownload Raw Back to root
1{2  "name": "react-example",3  "private": true,4  "version": "0.0.0",5  "type": "module",6  "scripts": {7    "dev": "vite --port=3000 --host=0.0.0.0",8    "build": "vite build",9    "preview": "vite preview",10    "clean": "rm -rf dist",11    "lint": "tsc --noEmit"12  },13  "dependencies": {14    "@tailwindcss/vite": "^4.1.14",15    "@vitejs/plugin-react": "^5.0.4",16    "lucide-react": "^0.546.0",17    "react": "^19.0.1",18    "react-dom": "^19.0.1",19    "vite": "^6.2.3",20    "express": "^4.21.2",21    "dotenv": "^17.2.3",22    "motion": "^12.23.24"23  },24  "devDependencies": {25    "@types/node": "^22.14.0",26    "autoprefixer": "^10.4.21",27    "tailwindcss": "^4.1.14",28    "tsx": "^4.21.0",29    "typescript": "~5.8.2",30    "vite": "^6.2.3",31    "@types/express": "^4.17.21"32  }33}34