mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
71 lines
2.2 KiB
JSON
71 lines
2.2 KiB
JSON
{
|
|
"name": "tasko",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"postinstall": "prisma generate --no-engine",
|
|
"format": "prettier --check --ignore-path .prettierignore .",
|
|
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
|
},
|
|
"dependencies": {
|
|
"@clerk/nextjs": "^5.0.0-beta.40",
|
|
"@hello-pangea/dnd": "^16.6.0",
|
|
"@liveblocks/client": "^1.11.0",
|
|
"@liveblocks/node": "^1.11.1",
|
|
"@liveblocks/react": "^1.11.1",
|
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
|
"@prisma/client": "^5.12.1",
|
|
"@prisma/extension-accelerate": "^1.0.0",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@tanstack/react-query": "^5.28.14",
|
|
"@vercel/analytics": "^1.2.2",
|
|
"@vercel/speed-insights": "^1.0.10",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"date-fns": "^3.6.0",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.367.0",
|
|
"next": "14.1.4",
|
|
"react": "^18.2.0",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-dom": "^18.2.0",
|
|
"sonner": "^1.4.41",
|
|
"stripe": "^15.0.0",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unsplash-js": "^7.0.19",
|
|
"usehooks-ts": "^3.1.0",
|
|
"zod": "^3.22.4",
|
|
"zustand": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.1.4",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"@typescript-eslint/eslint-plugin": "^7.6.0",
|
|
"@typescript-eslint/parser": "^7.6.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^14.1.4",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"postcss": "^8",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-tailwindcss": "^0.5.13",
|
|
"prisma": "^5.12.1",
|
|
"tailwindcss": "^3.4.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|