Files
homelab/apps/platform-dash/package.json
Julia McGhee c718b67772
Some checks failed
CI / lint-and-test (push) Successful in 36s
CI / build (push) Has been cancelled
Deploy Production / deploy (push) Has been cancelled
Add ESLint config to platform-dash
2026-03-22 10:40:39 +00:00

28 lines
634 B
JSON

{
"name": "@homelab/platform-dash",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3200",
"build": "next build",
"start": "next start -p 3200",
"lint": "next lint",
"test": "echo 'no tests yet'"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.750.0",
"@aws-sdk/s3-request-presigner": "^3.750.0",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15.1.0",
"typescript": "^5.7.0"
}
}