Files
podzahr/package.json
T

36 lines
923 B
JSON

{
"name": "parsa-songwriter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "bun --bun next dev",
"build": "bun --bun next build",
"start": "bun --bun next start",
"lint": "bun --bun next lint",
"seed": "bun run scripts/seed.ts",
"telegram:webhook": "bun run scripts/setup-telegram-webhook.ts"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.937.0",
"@aws-sdk/s3-request-presigner": "^3.937.0",
"framer-motion": "^11.11.17",
"next": "^15.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.3.0",
"zarinpal-node-sdk": "^2.2.0"
},
"devDependencies": {
"@types/bun": "^1.3.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "15.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}