mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-03 18:24:12 +00:00
Compare commits
11 commits
7e30d73691
...
4630da6510
Author | SHA1 | Date | |
---|---|---|---|
|
4630da6510 | ||
|
67d80d6c87 | ||
|
8421c93a3f | ||
|
213cf3c0ef | ||
|
1e116b3560 | ||
|
195098916a | ||
|
e50cdda000 | ||
|
509c0b6b2f | ||
|
d3d92f0b69 | ||
|
727605f66f | ||
|
a5c728cea2 |
3 changed files with 417 additions and 624 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
## About
|
||||
|
||||

|
||||

|
||||
|
||||
Tasko is a website that helps you manage your tasks efficiently by using kanban boards. Kanban boards are a visual way of organizing your work into different stages, such as to-do, in progress, and done. With Tasko, you can create and customize your own kanban boards and add tasks. Tasko is designed to be simple, intuitive, and flexible, so you can focus on getting things done and achieving your goals. [Try Tasko Today!](https://tasko.ahmadk953.org/)
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"react-day-picker": "^9.5.1",
|
||||
"react-dom": "^19.0.0",
|
||||
"sharp": "^0.33.5",
|
||||
"sonner": "^1.7.3",
|
||||
"sonner": "^1.7.4",
|
||||
"stripe": "^17.6.0",
|
||||
"tailwind-merge": "^3.0.1",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
|
@ -85,10 +85,10 @@
|
|||
"@types/jest": "^29.5.14",
|
||||
"@types/lodash": "^4.17.15",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^22.12.0",
|
||||
"@types/node": "^22.13.0",
|
||||
"@types/react": "^19.0.8",
|
||||
"@types/react-dom": "^19.0.3",
|
||||
"@typescript-eslint/eslint-plugin": "^8.22.0",
|
||||
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
||||
"@typescript-eslint/parser": "^8.21.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"babel-plugin-react-compiler": "^19.0.0-beta-55955c9-20241229",
|
||||
|
@ -104,7 +104,7 @@
|
|||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"prisma": "^6.3.0",
|
||||
"tailwindcss": "^3.4.16",
|
||||
"tailwindcss": "^4.0.3",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.7.3"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue