mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-06-10 14:39:30 +00:00
Compare commits
9 commits
2f4405d493
...
ed98e620c0
Author | SHA1 | Date | |
---|---|---|---|
|
ed98e620c0 | ||
|
a0761f4c85 | ||
|
51036bb32e | ||
|
2d1f84ff05 | ||
|
bcafe9e109 | ||
|
d533560a37 | ||
|
8717b7c072 | ||
|
ccb196d5a1 | ||
|
b6df256d90 |
2 changed files with 69 additions and 614 deletions
10
package.json
10
package.json
|
@ -18,7 +18,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@arcjet/next": "^1.0.0-beta.3",
|
"@arcjet/next": "^1.0.0-beta.3",
|
||||||
"@clerk/nextjs": "^6.12.4",
|
"@clerk/nextjs": "^6.12.5",
|
||||||
"@clerk/themes": "^2.2.21",
|
"@clerk/themes": "^2.2.21",
|
||||||
"@hello-pangea/dnd": "^18.0.1",
|
"@hello-pangea/dnd": "^18.0.1",
|
||||||
"@liveblocks/client": "^2.20.0",
|
"@liveblocks/client": "^2.20.0",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"@radix-ui/react-tooltip": "^1.1.8",
|
"@radix-ui/react-tooltip": "^1.1.8",
|
||||||
"@radix-ui/react-visually-hidden": "^1.1.0",
|
"@radix-ui/react-visually-hidden": "^1.1.0",
|
||||||
"@sentry/nextjs": "9",
|
"@sentry/nextjs": "9",
|
||||||
"@tanstack/react-query": "^5.67.3",
|
"@tanstack/react-query": "^5.68.0",
|
||||||
"@vercel/analytics": "^1.5.0",
|
"@vercel/analytics": "^1.5.0",
|
||||||
"@vercel/speed-insights": "^1.1.0",
|
"@vercel/speed-insights": "^1.1.0",
|
||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
"@codecov/nextjs-webpack-plugin": "^1.8.0",
|
"@codecov/nextjs-webpack-plugin": "^1.8.0",
|
||||||
"@content-collections/cli": "^0.1.6",
|
"@content-collections/cli": "^0.1.6",
|
||||||
"@content-collections/core": "^0.8.2",
|
"@content-collections/core": "^0.8.2",
|
||||||
"@content-collections/mdx": "^0.2.0",
|
"@content-collections/mdx": "^0.2.2",
|
||||||
"@content-collections/next": "^0.2.6",
|
"@content-collections/next": "^0.2.6",
|
||||||
"@eslint/eslintrc": "^3.3.0",
|
"@eslint/eslintrc": "^3.3.0",
|
||||||
"@eslint/js": "^9.22.0",
|
"@eslint/js": "^9.22.0",
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
"@types/react": "^19.0.10",
|
"@types/react": "^19.0.10",
|
||||||
"@types/react-dom": "^19.0.3",
|
"@types/react-dom": "^19.0.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
"@typescript-eslint/eslint-plugin": "^8.26.1",
|
||||||
"@typescript-eslint/parser": "^8.26.0",
|
"@typescript-eslint/parser": "^8.26.1",
|
||||||
"autoprefixer": "^10.4.20",
|
"autoprefixer": "^10.4.20",
|
||||||
"babel-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
|
"babel-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
|
||||||
"eslint": "^9.21.0",
|
"eslint": "^9.21.0",
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
"prettier": "^3.5.3",
|
"prettier": "^3.5.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||||
"prisma": "^6.5.0",
|
"prisma": "^6.5.0",
|
||||||
"tailwindcss": "^3.4.16",
|
"tailwindcss": "^4.0.14",
|
||||||
"ts-node": "^10.9.2",
|
"ts-node": "^10.9.2",
|
||||||
"typescript": "^5.8.2"
|
"typescript": "^5.8.2"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue