gantt-board/package.json

58 lines
1.6 KiB
JSON

{
"name": "gantt-board",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "eslint",
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-select": "^2.2.6",
"@supabase/supabase-js": "^2.97.0",
"@tanstack/react-query": "^5.66.0",
"dotenv": "^16.6.1",
"sonner": "^2.0.7",
"swr": "^2.4.0"
},
"devDependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.33",
"@types/react": "^19.2.14",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.24",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"eslint": "^9",
"eslint-config-next": "^16.1.6",
"framer-motion": "^12.34.1",
"lucide-react": "^0.574.0",
"next": "^15.5.12",
"postcss": "^8.5.6",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.4.1",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"webpack-bundle-analyzer": "^5.2.0",
"zustand": "^5.0.11"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}