mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 09:03:36 +00:00
9a0d793328
Bumps [stripe](https://github.com/stripe/stripe-node) from 16.1.0 to 16.2.0. - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v16.1.0...v16.2.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
79 lines
2.5 KiB
JSON
79 lines
2.5 KiB
JSON
{
|
|
"name": "tasko",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev --turbo",
|
|
"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 ."
|
|
},
|
|
"dependencies": {
|
|
"@clerk/nextjs": "^5.2.2",
|
|
"@hello-pangea/dnd": "^16.6.0",
|
|
"@liveblocks/client": "^2.2.1",
|
|
"@liveblocks/node": "^2.2.1",
|
|
"@liveblocks/react": "^2.2.1",
|
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
|
"@prisma/client": "^5.16.2",
|
|
"@prisma/extension-accelerate": "^1.1.0",
|
|
"@radix-ui/react-accordion": "^1.2.0",
|
|
"@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",
|
|
"@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.50.1",
|
|
"@vercel/analytics": "^1.3.1",
|
|
"@vercel/speed-insights": "^1.0.12",
|
|
"babel-plugin-react-compiler": "0.0.0-experimental-696af53-20240625",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^3.6.0",
|
|
"eslint-plugin-react-compiler": "0.0.0-experimental-0998c1e-20240625",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.406.0",
|
|
"next": "15.0.0-rc.0",
|
|
"react": "^19.0.0-rc.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^19.0.0-rc.0",
|
|
"sharp": "^0.33.4",
|
|
"sonner": "^1.5.0",
|
|
"stripe": "^16.2.0",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unsplash-js": "^7.0.19",
|
|
"usehooks-ts": "^3.1.0",
|
|
"zod": "^3.23.8",
|
|
"zustand": "^4.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^14.2.4",
|
|
"@types/lodash": "^4.17.6",
|
|
"@types/node": "^20.14.10",
|
|
"@types/react": "npm:types-react@rc",
|
|
"@types/react-dom": "npm:types-react-dom@rc",
|
|
"@typescript-eslint/eslint-plugin": "^7.16.0",
|
|
"@typescript-eslint/parser": "^7.16.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "^15.0.0-rc.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"postcss": "^8.4.39",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"prisma": "^5.16.2",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.5.3"
|
|
},
|
|
"overrides": {
|
|
"@types/react": "npm:types-react@rc",
|
|
"@types/react-dom": "npm:types-react-dom@rc"
|
|
},
|
|
"packageManager": "yarn@4.2.2"
|
|
}
|