2024-02-14 21:30:10 -05:00
|
|
|
{
|
|
|
|
"name": "tasko",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2024-10-21 16:48:55 -04:00
|
|
|
"dev": "next dev --turbo",
|
2024-12-28 00:27:03 -05:00
|
|
|
"debug": "NODE_OPTIONS='--inspect' next dev --turbo",
|
2024-02-14 21:30:10 -05:00
|
|
|
"build": "next build",
|
2025-01-15 21:04:16 -05:00
|
|
|
"build-collections": "content-collections build",
|
2024-02-14 21:30:10 -05:00
|
|
|
"start": "next start",
|
2024-12-18 21:39:25 -05:00
|
|
|
"lint": "next lint && tsc --noemit",
|
2024-03-26 20:58:59 -04:00
|
|
|
"postinstall": "prisma generate --no-engine",
|
2024-04-07 13:20:08 -04:00
|
|
|
"format": "prettier --check --ignore-path .prettierignore .",
|
2024-12-28 17:36:50 -05:00
|
|
|
"format:fix": "prettier --write --ignore-path .prettierignore .",
|
|
|
|
"test": "jest",
|
2024-12-29 18:55:47 -05:00
|
|
|
"coverage": "jest --coverage",
|
|
|
|
"generate-junit": "JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=jest-junit"
|
2024-02-14 21:30:10 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2025-01-21 17:53:05 +00:00
|
|
|
"@arcjet/next": "^1.0.0-beta.1",
|
2025-01-23 17:38:25 +00:00
|
|
|
"@clerk/nextjs": "^6.10.1",
|
2025-01-30 17:46:32 +00:00
|
|
|
"@clerk/themes": "^2.2.14",
|
2024-09-16 17:21:44 +00:00
|
|
|
"@hello-pangea/dnd": "^17.0.0",
|
2025-01-29 17:54:36 +00:00
|
|
|
"@liveblocks/client": "^2.16.2",
|
2025-01-20 17:51:46 +00:00
|
|
|
"@liveblocks/node": "^2.16.1",
|
2025-01-28 17:23:56 +00:00
|
|
|
"@liveblocks/react": "^2.16.2",
|
2024-11-17 16:28:51 -05:00
|
|
|
"@mdx-js/loader": "^3.1.0",
|
|
|
|
"@mdx-js/react": "^3.1.0",
|
2025-01-22 17:35:14 +00:00
|
|
|
"@next/mdx": "^15.1.6",
|
2025-01-28 17:24:22 +00:00
|
|
|
"@prisma/client": "^6.3.0",
|
2024-10-04 17:59:35 +00:00
|
|
|
"@prisma/extension-accelerate": "^1.2.1",
|
2024-12-16 17:52:11 +00:00
|
|
|
"@radix-ui/react-accordion": "^1.2.2",
|
2024-12-18 17:16:09 +00:00
|
|
|
"@radix-ui/react-avatar": "^1.1.2",
|
2025-01-23 17:38:46 +00:00
|
|
|
"@radix-ui/react-dialog": "^1.1.5",
|
2025-01-23 19:17:25 +00:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
2024-06-20 18:00:59 +00:00
|
|
|
"@radix-ui/react-label": "^2.1.0",
|
2025-01-27 18:02:12 +00:00
|
|
|
"@radix-ui/react-popover": "^1.1.5",
|
2024-02-14 21:30:10 -05:00
|
|
|
"@radix-ui/react-separator": "^1.0.3",
|
2024-06-20 19:30:24 +00:00
|
|
|
"@radix-ui/react-slot": "^1.1.0",
|
2025-01-24 17:56:37 +00:00
|
|
|
"@radix-ui/react-tooltip": "^1.1.7",
|
2024-10-23 19:17:45 -04:00
|
|
|
"@radix-ui/react-visually-hidden": "^1.1.0",
|
2024-11-27 00:47:14 -05:00
|
|
|
"@sentry/nextjs": "8",
|
2025-01-27 18:02:50 +00:00
|
|
|
"@tanstack/react-query": "^5.65.0",
|
2024-11-19 17:26:49 +00:00
|
|
|
"@vercel/analytics": "^1.4.1",
|
2024-11-08 17:40:49 +00:00
|
|
|
"@vercel/speed-insights": "^1.1.0",
|
2024-11-26 17:12:37 +00:00
|
|
|
"class-variance-authority": "^0.7.1",
|
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-12-11 17:25:35 +00:00
|
|
|
"dompurify": "^3.2.3",
|
2025-01-23 22:01:17 -05:00
|
|
|
"ioredis": "^5.4.2",
|
2024-02-14 21:30:10 -05:00
|
|
|
"lodash": "^4.17.21",
|
2025-01-28 17:24:44 +00:00
|
|
|
"lucide-react": "^0.474.0",
|
2025-01-22 17:36:05 +00:00
|
|
|
"next": "^15.1.6",
|
2025-01-13 19:12:06 -05:00
|
|
|
"next-themes": "^0.4.4",
|
2024-12-06 22:30:54 -05:00
|
|
|
"react": "^19.0.0",
|
2025-01-30 17:45:00 +00:00
|
|
|
"react-day-picker": "^9.5.1",
|
2024-12-06 22:30:54 -05:00
|
|
|
"react-dom": "^19.0.0",
|
2024-08-16 18:18:57 +00:00
|
|
|
"sharp": "^0.33.5",
|
2025-01-29 17:54:17 +00:00
|
|
|
"sonner": "^1.7.3",
|
2025-01-30 17:45:18 +00:00
|
|
|
"stripe": "^17.6.0",
|
2024-12-23 18:07:35 +00:00
|
|
|
"tailwind-merge": "^2.6.0",
|
2024-02-14 21:30:10 -05: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-12-13 17:22:04 +00:00
|
|
|
"zod": "^3.24.1",
|
2025-01-08 17:29:07 +00:00
|
|
|
"zustand": "^5.0.3"
|
2024-02-14 21:30:10 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2025-01-21 23:09:02 +00:00
|
|
|
"@codecov/nextjs-webpack-plugin": "^1.8.0",
|
2025-01-15 21:04:16 -05:00
|
|
|
"@content-collections/cli": "^0.1.6",
|
2024-12-20 17:25:48 +00:00
|
|
|
"@content-collections/core": "^0.8.0",
|
2024-11-17 16:28:51 -05:00
|
|
|
"@content-collections/mdx": "^0.2.0",
|
2024-11-21 17:15:01 +00:00
|
|
|
"@content-collections/next": "^0.2.4",
|
2024-10-15 19:55:03 -04:00
|
|
|
"@eslint/eslintrc": "^3.1.0",
|
2025-01-29 17:54:51 +00:00
|
|
|
"@eslint/js": "^9.19.0",
|
2024-08-20 14:32:15 -04:00
|
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
2025-01-23 17:37:16 +00:00
|
|
|
"@next/eslint-plugin-next": "15.1.6",
|
2025-01-09 18:26:54 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.16",
|
2024-12-28 17:36:50 -05:00
|
|
|
"@testing-library/dom": "^10.4.0",
|
|
|
|
"@testing-library/jest-dom": "^6.6.3",
|
2025-01-17 17:24:37 +00:00
|
|
|
"@testing-library/react": "^16.2.0",
|
2024-12-18 21:39:25 -05:00
|
|
|
"@types/compression": "^1.7.5",
|
2024-10-13 23:42:12 -04:00
|
|
|
"@types/dompurify": "^3",
|
2025-01-26 00:05:50 -05:00
|
|
|
"@types/ioredis": "^5.0.0",
|
2024-12-28 17:36:50 -05:00
|
|
|
"@types/jest": "^29.5.14",
|
2025-01-30 17:45:59 +00:00
|
|
|
"@types/lodash": "^4.17.15",
|
2025-01-02 16:49:07 -05:00
|
|
|
"@types/mdx": "^2.0.13",
|
2025-01-28 17:25:03 +00:00
|
|
|
"@types/node": "^22.12.0",
|
2025-01-24 17:58:09 +00:00
|
|
|
"@types/react": "^19.0.8",
|
2025-01-15 17:44:44 +00:00
|
|
|
"@types/react-dom": "^19.0.3",
|
2025-01-27 18:03:16 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
2025-01-20 17:52:12 +00:00
|
|
|
"@typescript-eslint/parser": "^8.21.0",
|
2024-08-05 17:25:17 +00:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-12-31 17:14:53 +00:00
|
|
|
"babel-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
|
2025-01-27 18:01:55 +00:00
|
|
|
"eslint": "^9.19.0",
|
2025-01-22 19:35:13 +00:00
|
|
|
"eslint-config-next": "15.1.6",
|
2025-01-13 18:08:37 +00:00
|
|
|
"eslint-config-prettier": "^10.0.1",
|
2024-12-30 18:05:11 +00:00
|
|
|
"eslint-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
|
2024-12-06 22:30:54 -05:00
|
|
|
"fluid-tailwind": "^1.0.4",
|
2024-12-28 17:36:50 -05:00
|
|
|
"jest": "^29.7.0",
|
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2024-12-29 18:50:54 -05:00
|
|
|
"jest-junit": "^16.0.0",
|
2025-01-15 17:45:28 +00:00
|
|
|
"postcss": "^8.5.1",
|
2024-12-04 17:47:10 +00:00
|
|
|
"prettier": "^3.4.2",
|
2025-01-24 17:57:31 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
2025-01-31 17:40:58 +00:00
|
|
|
"prisma": "^6.3.0",
|
2024-12-05 17:40:55 +00:00
|
|
|
"tailwindcss": "^3.4.16",
|
2024-12-28 17:36:50 -05:00
|
|
|
"ts-node": "^10.9.2",
|
2025-01-18 19:14:19 -05:00
|
|
|
"typescript": "^5.7.3"
|
2024-05-28 18:31:40 -04:00
|
|
|
},
|
2025-01-10 18:26:17 -05:00
|
|
|
"packageManager": "yarn@4.6.0"
|
2024-02-14 21:30:10 -05:00
|
|
|
}
|