mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-06-09 22:19:30 +00:00
Compare commits
1 commit
182752bc39
...
ed08093603
Author | SHA1 | Date | |
---|---|---|---|
|
ed08093603 |
2 changed files with 172 additions and 649 deletions
14
package.json
14
package.json
|
@ -17,7 +17,7 @@
|
||||||
"generate-junit": "JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=jest-junit"
|
"generate-junit": "JEST_JUNIT_CLASSNAME=\"{filepath}\" jest --reporters=jest-junit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@arcjet/next": "^1.0.0-beta.3",
|
"@arcjet/next": "^1.0.0-beta.2",
|
||||||
"@clerk/nextjs": "^6.12.4",
|
"@clerk/nextjs": "^6.12.4",
|
||||||
"@clerk/themes": "^2.2.20",
|
"@clerk/themes": "^2.2.20",
|
||||||
"@hello-pangea/dnd": "^18.0.1",
|
"@hello-pangea/dnd": "^18.0.1",
|
||||||
|
@ -47,13 +47,13 @@
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"date-fns": "^4.1.0",
|
"date-fns": "^4.1.0",
|
||||||
"dompurify": "^3.2.4",
|
"dompurify": "^3.2.4",
|
||||||
"ioredis": "^5.6.0",
|
"ioredis": "^5.4.2",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"lucide-react": "^0.479.0",
|
"lucide-react": "^0.477.0",
|
||||||
"next": "^15.2.1",
|
"next": "^15.2.1",
|
||||||
"next-themes": "^0.4.5",
|
"next-themes": "^0.4.4",
|
||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-day-picker": "^9.6.1",
|
"react-day-picker": "^9.5.1",
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"sharp": "^0.33.5",
|
"sharp": "^0.33.5",
|
||||||
"sonner": "^2.0.1",
|
"sonner": "^2.0.1",
|
||||||
|
@ -68,11 +68,11 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@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.1",
|
"@content-collections/core": "^0.8.0",
|
||||||
"@content-collections/mdx": "^0.2.0",
|
"@content-collections/mdx": "^0.2.0",
|
||||||
"@content-collections/next": "^0.2.5",
|
"@content-collections/next": "^0.2.5",
|
||||||
"@eslint/eslintrc": "^3.3.0",
|
"@eslint/eslintrc": "^3.3.0",
|
||||||
"@eslint/js": "^9.22.0",
|
"@eslint/js": "^9.21.0",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||||
"@next/eslint-plugin-next": "15.2.1",
|
"@next/eslint-plugin-next": "15.2.1",
|
||||||
"@tailwindcss/typography": "^0.5.16",
|
"@tailwindcss/typography": "^0.5.16",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue