todo-next

yet another task list webapp, made with Next.js
Log | Files | Refs | README

package.json (517B)


      1 {
      2   "name": "todo-next",
      3   "version": "0.1.0",
      4   "private": true,
      5   "scripts": {
      6     "dev": "next dev --turbopack",
      7     "build": "next build",
      8     "start": "next start",
      9     "lint": "next lint"
     10   },
     11   "dependencies": {
     12     "next": "15.2.5",
     13     "react": "^19.0.0",
     14     "react-dom": "^19.0.0"
     15   },
     16   "devDependencies": {
     17     "@tailwindcss/postcss": "^4",
     18     "@types/node": "^20",
     19     "@types/react": "^19",
     20     "@types/react-dom": "^19",
     21     "prettier": "3.5.3",
     22     "tailwindcss": "^4",
     23     "typescript": "^5"
     24   }
     25 }