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
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "@rentaldrivego/storefront",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "npm run build --workspace @rentaldrivego/types",
|
|
"dev": "next dev -H 0.0.0.0 -p 3004",
|
|
"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 3004",
|
|
"type-check": "tsc --noEmit",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@rentaldrivego/types": "*",
|
|
"autoprefixer": "^10.4.19",
|
|
"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",
|
|
"tailwindcss": "^3.4.3",
|
|
"turbo": "2.10.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"
|
|
}
|
|
}
|