anycoder-380d34cb / package.json
spdniloy's picture
Upload package.json with huggingface_hub
f76e770 verified
Raw
History Blame Contribute Delete
548 Bytes
{
"name": "profit-tracker",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.0.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"date-fns": "^3.0.6",
"recharts": "^2.10.3",
"lucide-react": "^0.303.0"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4"
}
}