CampFireID/package.json
2025-03-16 11:25:09 +03:00

37 lines
910 B
JSON

{
"name": "campfire-id",
"version": "1.0.0",
"description": "Telegram Mini App for user achievements and virtual economy",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "^13.5.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@twa-dev/sdk": "^6.9.0",
"mongoose": "^7.5.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"bcryptjs": "^2.4.3",
"dotenv": "^16.3.1",
"axios": "^1.5.1",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"framer-motion": "^10.16.4"
},
"devDependencies": {
"typescript": "^5.2.2",
"@types/react": "^18.2.25",
"@types/node": "^20.8.3",
"@types/express": "^4.17.18",
"eslint": "^8.51.0",
"eslint-config-next": "13.5.4",
"prettier": "^3.0.3"
}
}