2024-02-15 02:30:10 +00:00
|
|
|
{
|
|
|
|
"name": "tasko",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint",
|
2024-02-16 01:27:24 +00:00
|
|
|
"postinstall": "prisma generate",
|
|
|
|
"format": "prettier --check --ignore-path .gitignore .",
|
|
|
|
"format:fix": "prettier --write --ignore-path .gitignore ."
|
2024-02-15 02:30:10 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@clerk/nextjs": "^4.29.3",
|
|
|
|
"@hello-pangea/dnd": "^16.5.0",
|
2024-02-17 19:43:59 +00:00
|
|
|
"@liveblocks/client": "^1.9.8",
|
2024-02-21 18:53:35 +00:00
|
|
|
"@liveblocks/node": "^1.10.0",
|
2024-02-21 18:50:15 +00:00
|
|
|
"@liveblocks/react": "^1.10.0",
|
2024-02-22 17:52:09 +00:00
|
|
|
"@prisma/client": "^5.10.2",
|
2024-02-15 02:30:10 +00:00
|
|
|
"@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",
|
2024-02-19 17:34:29 +00:00
|
|
|
"@tanstack/react-query": "^5.22.2",
|
2024-02-15 02:30:10 +00:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.0",
|
|
|
|
"date-fns": "^3.3.1",
|
|
|
|
"lodash": "^4.17.21",
|
2024-02-23 17:57:24 +00:00
|
|
|
"lucide-react": "^0.338.0",
|
2024-02-16 02:44:56 +00:00
|
|
|
"next": "14.1.0",
|
2024-02-15 02:30:10 +00:00
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18",
|
|
|
|
"sonner": "^1.4.0",
|
|
|
|
"stripe": "^14.16.0",
|
|
|
|
"tailwind-merge": "^2.2.0",
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
"unsplash-js": "^7.0.19",
|
2024-02-22 17:51:04 +00:00
|
|
|
"usehooks-ts": "^2.15.0",
|
2024-02-15 02:30:10 +00:00
|
|
|
"zod": "^3.22.4",
|
2024-02-19 17:34:37 +00:00
|
|
|
"zustand": "^4.5.1"
|
2024-02-15 02:30:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-17 19:43:59 +00:00
|
|
|
"@next/eslint-plugin-next": "^14.1.0",
|
2024-02-15 02:30:10 +00:00
|
|
|
"@types/lodash": "^4.14.202",
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
2024-02-19 17:34:11 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
2024-02-20 17:41:26 +00:00
|
|
|
"@typescript-eslint/parser": "^7.0.2",
|
2024-02-17 19:43:59 +00:00
|
|
|
"autoprefixer": "^10.0.1",
|
2024-02-16 01:27:24 +00:00
|
|
|
"eslint": "^8.56.0",
|
|
|
|
"eslint-config-next": "^14.1.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-02-17 19:43:59 +00:00
|
|
|
"postcss": "^8",
|
2024-02-16 01:27:24 +00:00
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
2024-02-21 18:50:23 +00:00
|
|
|
"prisma": "^5.10.2",
|
2024-02-15 02:30:10 +00:00
|
|
|
"tailwindcss": "^3.3.0",
|
|
|
|
"typescript": "^5"
|
|
|
|
}
|
|
|
|
}
|