CoolFace
Apppublic

danielsanga/personalagent-integration

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
package.json26 linesDownload Raw Back to interface
1{2  "name": "interface",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev",7    "build": "next build",8    "start": "next start",9    "lint": "next lint"10  },11  "dependencies": {12    "next": "14.2.35",13    "next-pwa": "^5.6.0",14    "react": "^18",15    "react-dom": "^18"16  },17  "devDependencies": {18    "@types/node": "^20",19    "@types/react": "^18",20    "@types/react-dom": "^18",21    "eslint": "^8",22    "eslint-config-next": "14.2.35",23    "typescript": "^5"24  }25}26