36 lines
844 B
JSON
36 lines
844 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": {
|
|
"@auth0/nextjs-auth0": "^3.5.0",
|
|
"@google/generative-ai": "^0.24.1",
|
|
"@react-pdf/renderer": "^4.1.5",
|
|
"crypto": "^1.0.1",
|
|
"docx": "^9.1.1",
|
|
"next": "14.2.21",
|
|
"pg": "^8.13.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"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"
|
|
}
|
|
}
|