Files
ngo-toolkit/package.json
T
2026-03-18 18:26:24 +08:00

36 lines
840 B
JSON

{
"name": "ngo-toolkit",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:migrate": "bun run lib/db/migrate.ts"
},
"dependencies": {
"next": "14.2.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@auth0/nextjs-auth0": "^3.5.0",
"@anthropic-ai/sdk": "^0.39.0",
"pg": "^8.13.1",
"docx": "^9.1.1",
"xlsx": "^0.18.5",
"@react-pdf/renderer": "^4.1.5",
"crypto": "^1.0.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/pg": "^8.11.10",
"typescript": "^5.7.2",
"tailwindcss": "^3.4.17",
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"@types/crypto-js": "^4.2.2"
}
}