39 lines
962 B
JSON
39 lines
962 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": {
|
|
"@chakra-ui/react": "^2.8.1",
|
|
"@emotion/react": "^11.11.1",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@twa-dev/sdk": "^6.9.0",
|
|
"@types/cors": "^2.8.17",
|
|
"axios": "^1.5.1",
|
|
"bcryptjs": "^2.4.3",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2",
|
|
"framer-motion": "^10.16.4",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"mongoose": "^7.5.3",
|
|
"next": "^13.5.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.18",
|
|
"@types/node": "^20.8.3",
|
|
"@types/react": "^18.2.25",
|
|
"eslint": "^8.51.0",
|
|
"eslint-config-next": "13.5.4",
|
|
"prettier": "^3.0.3",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|