tasko/package.json

91 lines
2.9 KiB
JSON
Raw Normal View History

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",
"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": {
"@builder.io/sdk-react": "^2.0.25",
"@clerk/nextjs": "^6.0.2",
"@hello-pangea/dnd": "^17.0.0",
"@liveblocks/client": "^2.10.2",
"@liveblocks/node": "^2.10.2",
"@liveblocks/react": "^2.10.2",
"@prisma/client": "^5.21.1",
"@prisma/extension-accelerate": "^1.2.1",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
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.3",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@tanstack/react-query": "^5.59.15",
"@vercel/analytics": "^1.3.2",
2024-10-15 21:23:57 +00:00
"@vercel/functions": "^1.4.2",
"@vercel/speed-insights": "^1.0.14",
"babel-plugin-react-compiler": "0.0.0-experimental-7449567-20240905",
2024-02-15 02:30:10 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.1.7",
"eslint-plugin-react-compiler": "0.0.0-experimental-7670337-20240918",
2024-02-15 02:30:10 +00:00
"lodash": "^4.17.21",
"lucide-react": "^0.454.0",
"next": "^15.0.1",
"react": "19.0.0-rc.0",
"react-day-picker": "^9.2.1",
"react-dom": "19.0.0-rc.0",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"stripe": "^17.2.1",
"tailwind-merge": "^2.5.4",
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": "^5.0.0"
2024-02-15 02:30:10 +00:00
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.13.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@next/eslint-plugin-next": "15.0.1",
"@types/dompurify": "^3",
"@types/lodash": "^4.17.12",
"@types/node": "^22.8.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",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.13.0",
"eslint-config-next": "15.0.2",
2024-02-16 01:27:24 +00:00
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^5.21.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3"
},
"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
}