tasko/package.json

80 lines
2.5 KiB
JSON
Raw Normal View History

2024-02-15 02:30:10 +00:00
{
"name": "tasko",
"version": "0.1.0",
"private": true,
"scripts": {
2024-06-26 02:32:55 +00:00
"dev": "next dev --turbo",
2024-02-15 02:30:10 +00:00
"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 ."
2024-02-15 02:30:10 +00:00
},
"dependencies": {
"@clerk/nextjs": "^5.3.0",
"@hello-pangea/dnd": "^16.6.0",
"@liveblocks/client": "^2.4.0",
"@liveblocks/node": "^2.5.0",
"@liveblocks/react": "^2.4.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@prisma/client": "^5.18.0",
"@prisma/extension-accelerate": "^1.1.0",
"@radix-ui/react-accordion": "^1.2.0",
2024-02-15 02:30:10 +00:00
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
2024-02-15 02:30:10 +00:00
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tanstack/react-query": "^5.51.23",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
2024-06-26 02:32:55 +00:00
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
2024-02-15 02:30:10 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
2024-06-26 02:32:55 +00:00
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
2024-02-15 02:30:10 +00:00
"lodash": "^4.17.21",
"lucide-react": "^0.427.0",
"next": "15.0.0-rc.0",
"react": "^19.0.0-rc.0",
"react-day-picker": "^9.0.8",
"react-dom": "^19.0.0-rc.0",
2024-05-19 00:15:37 +00:00
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"stripe": "^16.7.0",
"tailwind-merge": "^2.4.0",
2024-02-15 02:30:10 +00:00
"tailwindcss-animate": "^1.0.7",
"unsplash-js": "^7.0.19",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^4.5.4"
2024-02-15 02:30:10 +00:00
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.5",
"@types/lodash": "^4.17.7",
"@types/node": "^22.2.0",
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "^15.0.0-rc.0",
2024-02-16 01:27:24 +00:00
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.9",
"typescript": "^5.5.4"
},
"overrides": {
"@types/react": "npm:types-react@rc",
"@types/react-dom": "npm:types-react-dom@rc"
2024-06-05 00:37:10 +00:00
},
2024-07-10 16:42:44 +00:00
"packageManager": "yarn@4.3.1"
2024-02-15 02:30:10 +00:00
}