Files

38 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2026-01-02 17:51:55 +01:00
{
"name": "brain-dump",
"version": "1.0.0",
"author": "Jessy DAVID - https://jessy-david.dev",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"db:init": "node scripts/init-db.js",
"db:seed": "node scripts/seed-questions.js"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"dotenv": "^17.2.3",
"framer-motion": "^11.13.5",
"next": "16.1.1",
"next-auth": "^4.24.10",
"pg": "^8.13.1",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "^5"
}
}