kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 9a620ba2f31238f03cd28f1da5ef3838d67e4e8a 36 lines 875 B view raw
1{ 2 "name": "@kaneo/site", 3 "private": true, 4 "version": "0.0.0", 5 "type": "module", 6 "scripts": { 7 "dev": "next dev -p 3001", 8 "build": "next build", 9 "start": "next start", 10 "lint": "biome check --write ." 11 }, 12 "dependencies": { 13 "@base-ui/react": "^1.2.0", 14 "class-variance-authority": "^0.7.1", 15 "clsx": "^2.1.1", 16 "date-fns": "^4.1.0", 17 "lucide-react": "^0.563.0", 18 "next": "15.5.14", 19 "radix-ui": "^1.4.3", 20 "react": "19.1.0", 21 "react-day-picker": "9.13.2", 22 "react-dom": "19.1.0", 23 "tailwind-merge": "^3.4.0", 24 "zustand": "^5.0.11" 25 }, 26 "devDependencies": { 27 "@tailwindcss/postcss": "^4.1.8", 28 "@types/node": "^25.2.3", 29 "@types/react": "^19.2.14", 30 "@types/react-dom": "^19.2.3", 31 "shadcn": "^3.8.5", 32 "tailwindcss": "^4.1.16", 33 "tw-animate-css": "^1.4.0", 34 "typescript": "~5.8.3" 35 } 36}