Files
kdot/package.json
2026-04-17 12:20:42 -04:00

37 lines
825 B
JSON

{
"name": "kdot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"cookies-next": "^6.0.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.511.0",
"next": "16.2.4",
"react": "19.2.5",
"react-audio-player": "^0.17.0",
"react-dom": "19.2.5",
"react-markdown": "^10.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
}