{ "name": "campfire-id", "version": "1.0.0", "private": true, "description": "Telegram Mini App for user achievements and virtual economy", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@chakra-ui/next-js": "^2.2.0", "@chakra-ui/react": "^2.8.2", "@emotion/react": "^11.11.4", "@emotion/styled": "^11.11.0", "@twa-dev/sdk": "^7.0.0", "@twa-dev/types": "^7.0.0", "@types/cors": "^2.8.17", "axios": "^1.6.7", "bcryptjs": "^2.4.3", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "framer-motion": "^11.0.8", "jsonwebtoken": "^9.0.2", "mongoose": "^8.2.1", "next": "15.2.2", "react": "^18.2.0", "react-dom": "^18.2.0", "zod": "^3.22.4" }, "devDependencies": { "@types/express": "^4.17.18", "@types/node": "^20.11.24", "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", "eslint": "^8.57.0", "eslint-config-next": "15.2.2", "prettier": "^3.0.3", "typescript": "^5.3.3" } }