2024-02-15 02:30:10 +00:00
|
|
|
{
|
|
|
|
"name": "tasko",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-10-21 20:48:55 +00:00
|
|
|
"dev": "next dev --turbo",
|
2024-02-15 02:30:10 +00:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint",
|
2024-03-27 00:58:59 +00:00
|
|
|
"postinstall": "prisma generate --no-engine",
|
2024-04-07 17:20:08 +00:00
|
|
|
"format": "prettier --check --ignore-path .prettierignore .",
|
|
|
|
"format:fix": "prettier --write --ignore-path .prettierignore ."
|
2024-02-15 02:30:10 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-04 17:14:37 +00:00
|
|
|
"@clerk/nextjs": "^6.1.3",
|
2024-09-16 17:21:44 +00:00
|
|
|
"@hello-pangea/dnd": "^17.0.0",
|
2024-10-28 20:59:36 +00:00
|
|
|
"@liveblocks/client": "^2.10.2",
|
2024-10-29 01:58:42 +00:00
|
|
|
"@liveblocks/node": "^2.10.2",
|
2024-10-28 17:20:51 +00:00
|
|
|
"@liveblocks/react": "^2.10.2",
|
2024-10-17 17:24:57 +00:00
|
|
|
"@prisma/client": "^5.21.1",
|
2024-10-04 17:59:35 +00:00
|
|
|
"@prisma/extension-accelerate": "^1.2.1",
|
2024-10-02 21:04:16 +00:00
|
|
|
"@radix-ui/react-accordion": "^1.2.1",
|
2024-10-03 17:13:53 +00:00
|
|
|
"@radix-ui/react-avatar": "^1.1.1",
|
2024-10-02 21:07:48 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
2024-06-20 18:00:59 +00:00
|
|
|
"@radix-ui/react-label": "^2.1.0",
|
2024-10-04 17:59:21 +00:00
|
|
|
"@radix-ui/react-popover": "^1.1.2",
|
2024-02-15 02:30:10 +00:00
|
|
|
"@radix-ui/react-separator": "^1.0.3",
|
2024-06-20 19:30:24 +00:00
|
|
|
"@radix-ui/react-slot": "^1.1.0",
|
2024-10-04 18:00:33 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.1.3",
|
2024-10-23 23:17:45 +00:00
|
|
|
"@radix-ui/react-visually-hidden": "^1.1.0",
|
2024-11-04 17:14:14 +00:00
|
|
|
"@tanstack/react-query": "^5.59.19",
|
2024-10-28 17:20:36 +00:00
|
|
|
"@vercel/analytics": "^1.3.2",
|
2024-10-31 17:26:28 +00:00
|
|
|
"@vercel/functions": "^1.5.0",
|
2024-10-25 17:37:16 +00:00
|
|
|
"@vercel/speed-insights": "^1.0.14",
|
2024-09-06 17:35:56 +00:00
|
|
|
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240905",
|
2024-02-15 02:30:10 +00:00
|
|
|
"class-variance-authority": "^0.7.0",
|
2024-04-23 17:13:45 +00:00
|
|
|
"clsx": "^2.1.1",
|
2024-09-17 17:45:18 +00:00
|
|
|
"date-fns": "^4.1.0",
|
2024-10-14 03:42:12 +00:00
|
|
|
"dompurify": "^3.1.7",
|
2024-09-18 18:07:11 +00:00
|
|
|
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
|
2024-02-15 02:30:10 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-10-29 17:19:26 +00:00
|
|
|
"lucide-react": "^0.454.0",
|
2024-10-30 17:36:59 +00:00
|
|
|
"next": "^15.0.2",
|
2024-10-23 23:17:45 +00:00
|
|
|
"react": "19.0.0-rc.0",
|
2024-11-05 17:26:19 +00:00
|
|
|
"react-day-picker": "^9.3.0",
|
2024-10-23 23:17:45 +00:00
|
|
|
"react-dom": "19.0.0-rc.0",
|
2024-08-16 18:18:57 +00:00
|
|
|
"sharp": "^0.33.5",
|
2024-11-05 17:26:48 +00:00
|
|
|
"sonner": "^1.7.0",
|
2024-11-04 17:14:53 +00:00
|
|
|
"stripe": "^17.3.1",
|
2024-10-14 17:44:10 +00:00
|
|
|
"tailwind-merge": "^2.5.4",
|
2024-02-15 02:30:10 +00:00
|
|
|
"tailwindcss-animate": "^1.0.7",
|
|
|
|
"unsplash-js": "^7.0.19",
|
2024-04-04 17:43:56 +00:00
|
|
|
"usehooks-ts": "^3.1.0",
|
2024-05-09 17:21:11 +00:00
|
|
|
"zod": "^3.23.8",
|
2024-10-30 17:35:46 +00:00
|
|
|
"zustand": "^5.0.1"
|
2024-02-15 02:30:10 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-15 23:55:03 +00:00
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
2024-10-21 20:58:17 +00:00
|
|
|
"@eslint/js": "^9.13.0",
|
2024-08-20 18:32:15 +00:00
|
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
2024-10-30 17:36:34 +00:00
|
|
|
"@next/eslint-plugin-next": "15.0.2",
|
2024-10-14 03:42:12 +00:00
|
|
|
"@types/dompurify": "^3",
|
2024-10-30 23:40:18 +00:00
|
|
|
"@types/lodash": "^4.17.13",
|
2024-11-05 17:26:36 +00:00
|
|
|
"@types/node": "^22.9.0",
|
2024-10-15 21:23:57 +00:00
|
|
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
|
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
2024-10-30 00:54:10 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.12.2",
|
2024-11-05 17:27:06 +00:00
|
|
|
"@typescript-eslint/parser": "^8.13.0",
|
2024-08-05 17:25:17 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-11-04 17:14:01 +00:00
|
|
|
"eslint": "^9.14.0",
|
2024-10-29 17:18:51 +00:00
|
|
|
"eslint-config-next": "15.0.2",
|
2024-02-16 01:27:24 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
2024-09-18 18:06:16 +00:00
|
|
|
"postcss": "^8.4.47",
|
2024-07-15 17:20:19 +00:00
|
|
|
"prettier": "^3.3.3",
|
2024-09-24 22:01:49 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
2024-10-17 17:24:38 +00:00
|
|
|
"prisma": "^5.21.1",
|
2024-09-23 17:34:26 +00:00
|
|
|
"tailwindcss": "^3.4.13",
|
2024-10-09 17:46:36 +00:00
|
|
|
"typescript": "^5.6.3"
|
2024-05-28 22:31:40 +00:00
|
|
|
},
|
|
|
|
"overrides": {
|
|
|
|
"@types/react": "npm:types-react@rc",
|
|
|
|
"@types/react-dom": "npm:types-react-dom@rc"
|
2024-06-05 00:37:10 +00:00
|
|
|
},
|
2024-10-21 20:48:55 +00:00
|
|
|
"packageManager": "yarn@4.5.1",
|
2024-10-15 21:23:57 +00:00
|
|
|
"resolutions": {
|
|
|
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
|
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
|
|
|
|
}
|
2024-02-15 02:30:10 +00:00
|
|
|
}
|