mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-06-09 14:09:31 +00:00
Compare commits
17 commits
ed08093603
...
182752bc39
Author | SHA1 | Date | |
---|---|---|---|
|
182752bc39 | ||
|
b843c6e1f1 | ||
|
2c7dd7a7d2 | ||
|
e35e9aa515 | ||
|
6216ec6c27 | ||
|
8c13def197 | ||
|
e1529f0436 | ||
|
30acab3e2f | ||
|
7dacd4110a | ||
|
4c655475d1 | ||
|
ce60425953 | ||
|
88b3e7aa84 | ||
|
e20de92f08 | ||
|
68ccb6ed16 | ||
|
96885a2ca5 | ||
|
b6f7f19f0e | ||
|
1d05d8a927 |
2 changed files with 663 additions and 428 deletions
16
package.json
16
package.json
|
@ -17,7 +17,7 @@
|
|||
"generate-junit": "JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=jest-junit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@arcjet/next": "^1.0.0-beta.2",
|
||||
"@arcjet/next": "^1.0.0-beta.3",
|
||||
"@clerk/nextjs": "^6.12.4",
|
||||
"@clerk/themes": "^2.2.20",
|
||||
"@hello-pangea/dnd": "^18.0.1",
|
||||
|
@ -47,13 +47,13 @@
|
|||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"dompurify": "^3.2.4",
|
||||
"ioredis": "^5.4.2",
|
||||
"ioredis": "^5.6.0",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.477.0",
|
||||
"lucide-react": "^0.479.0",
|
||||
"next": "^15.2.1",
|
||||
"next-themes": "^0.4.4",
|
||||
"next-themes": "^0.4.5",
|
||||
"react": "^19.0.0",
|
||||
"react-day-picker": "^9.5.1",
|
||||
"react-day-picker": "^9.6.1",
|
||||
"react-dom": "^19.0.0",
|
||||
"sharp": "^0.33.5",
|
||||
"sonner": "^2.0.1",
|
||||
|
@ -68,11 +68,11 @@
|
|||
"devDependencies": {
|
||||
"@codecov/nextjs-webpack-plugin": "^1.8.0",
|
||||
"@content-collections/cli": "^0.1.6",
|
||||
"@content-collections/core": "^0.8.0",
|
||||
"@content-collections/core": "^0.8.1",
|
||||
"@content-collections/mdx": "^0.2.0",
|
||||
"@content-collections/next": "^0.2.5",
|
||||
"@eslint/eslintrc": "^3.3.0",
|
||||
"@eslint/js": "^9.21.0",
|
||||
"@eslint/js": "^9.22.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
"@next/eslint-plugin-next": "15.2.1",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
|
@ -104,7 +104,7 @@
|
|||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"prisma": "^6.4.1",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"tailwindcss": "^4.0.12",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue