issue-ai/package.json

44 lines
1.1 KiB
JSON

{
"name": "issue-ai",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=2048' next dev --port 6176",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:init": "tsx scripts/init-db.ts",
"import": "tsx scripts/import-tickets.ts"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"better-sqlite3": "^11.8.1",
"cookie": "^1.0.2",
"docx": "^9.1.1",
"echarts": "^5.5.0",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"lucide-react": "^1.8.0",
"next": "^15.1.0",
"puppeteer": "^23.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"recharts": "^2.15.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.0",
"@types/bcryptjs": "^2.4.6",
"@types/better-sqlite3": "^7.6.12",
"@types/jsonwebtoken": "^9.0.7",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "^10.2.1",
"postcss": "^8.4.49",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.0",
"typescript": "^5.6.3"
}
}