CoolFace
Apppublic

spdniloy/anycoder-380d34cb

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
package.json26 linesDownload Raw Back to root
1{2  "name": "profit-tracker",3  "version": "1.0.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.0.4",13    "react": "18.2.0",14    "react-dom": "18.2.0",15    "date-fns": "^3.0.6",16    "recharts": "^2.10.3",17    "lucide-react": "^0.303.0"18  },19  "devDependencies": {20    "autoprefixer": "^10.4.16",21    "postcss": "^8.4.32",22    "tailwindcss": "^3.4.0",23    "eslint": "^8.56.0",24    "eslint-config-next": "14.0.4"25  }26}