Files
blackroad-os-web/package.json
Alexa Louise 1fac881b3c Add standard NPM automation
- Prettier for code formatting
- ESLint for linting
- Standard configuration files

🤖 Generated with Claude Code
2025-12-28 22:12:13 -06:00

33 lines
716 B
JSON

{
"name": "blackroad-os-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tanstack/react-query": "^5.90.12",
"clsx": "^2.1.1",
"lucide-react": "^0.562.0",
"next": "16.1.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"tailwind-merge": "^3.4.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"prettier": "^3.7.4",
"tailwindcss": "^4",
"typescript": "^5"
}
}