59b58d02ea
Build & Deploy / Build & Push Docker Image (push) Failing after 22s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / Type Check (all packages) (push) Failing after 9m36s
Test / API Unit Tests (push) Has been skipped
Test / Homepage Unit Tests (push) Has been skipped
Test / Storefront Unit Tests (push) Has been skipped
Test / Admin Unit Tests (push) Has been skipped
Test / Dashboard Unit Tests (push) Has been skipped
Test / API Integration Tests (push) Has been skipped
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "@rentaldrivego/dashboard",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "npm run build --workspace @rentaldrivego/types",
|
|
"dev": "next dev -H 0.0.0.0 -p 3001",
|
|
"prebuild": "npm run build --workspace @rentaldrivego/types",
|
|
"build": "next build",
|
|
"prestart": "npm run build --workspace @rentaldrivego/types",
|
|
"pretype-check": "npm run build --workspace @rentaldrivego/types",
|
|
"start": "next start -H 0.0.0.0 -p 3001",
|
|
"type-check": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@fontsource-variable/noto-sans-arabic": "^5.2.10",
|
|
"@rentaldrivego/types": "*",
|
|
"autoprefixer": "^10.4.19",
|
|
"dayjs": "^1.11.11",
|
|
"firebase-admin": "^10.3.0",
|
|
"lucide-react": "^0.376.0",
|
|
"next": "^16.2.9",
|
|
"node-cron": "4.5.0",
|
|
"nodemailer": "9.0.1",
|
|
"postcss": "^8.4.38",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"recharts": "^2.12.7",
|
|
"sharp": "^0.34.5",
|
|
"socket.io-client": "^4.7.5",
|
|
"tailwindcss": "^3.4.3",
|
|
"turbo": "2.10.0",
|
|
"zod": "^3.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.0",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"typescript": "^5.4.0",
|
|
"vitest": "^2.1.0"
|
|
}
|
|
}
|