Files
finanzas/package.json

47 lines
1.1 KiB
JSON

{
"name": "finanzas",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"bot": "node scripts/bot.js",
"type-check": "tsc --noEmit"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.23",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"headers-polyfill": "^4.0.3",
"jose": "^6.1.3",
"lucide-react": "^0.563.0",
"next": "^14.2.35",
"node-telegram-bot-api": "^0.67.0",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"recharts": "^3.7.0",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.19",
"uuid": "^13.0.0",
"zustand": "^5.0.10"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.64.13",
"typescript": "^5.9.3"
}
}