npi-2026/web/package.json
DJP 26d3eb03ed Initial commit — NPI Tracker application
Full-stack NPI (New Product Introduction) gate tracking tool with:
- Express/TypeScript API with PostgreSQL
- React/Vite/Mantine frontend
- 13-gate process (G0-G12) with 4 product categories
- RACI matrix auto-population from templates
- File attachments with preview (images, PDFs, text)
- Kanban board, Gantt/timeline views
- Docker Compose orchestration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-02 14:36:31 -04:00

35 lines
872 B
JSON

{
"name": "npi-tracker-web",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@mantine/core": "^7.14.0",
"@mantine/dates": "^7.14.0",
"@mantine/form": "^7.14.0",
"@mantine/hooks": "^7.14.0",
"@mantine/notifications": "^7.14.0",
"@tabler/icons-react": "^3.24.0",
"@tanstack/react-query": "^5.62.0",
"axios": "^1.7.9",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.6.0",
"vite": "^6.0.0"
}
}