28 lines
634 B
JSON
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"
|
|
}
|
|
}
|