Files
carmanagement/apps/homepage/package.json
T
root 10ca76fc1e
Build & Push / Pipeline Tests (push) Successful in 1m51s
Test / Type Check (all packages) (push) Successful in 55s
Build & Push / Build & Push Docker Image (push) Successful in 5m44s
Test / API Unit Tests (push) Successful in 1m12s
Test / Homepage Unit Tests (push) Successful in 47s
Test / Carplace Unit Tests (push) Successful in 46s
Test / Admin Unit Tests (push) Successful in 43s
Test / Dashboard Unit Tests (push) Successful in 44s
Test / API Integration Tests (push) Successful in 1m8s
fix stripe error
2026-08-09 13:44:11 -04:00

51 lines
1.5 KiB
JSON

{
"name": "@rentaldrivego/homepage",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0 -p 3000",
"build": "next build",
"start": "next start -H 0.0.0.0 -p 3000",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:integration": "vitest run --config vitest.integration.config.ts",
"test:watch": "vitest",
"lint": "eslint . --max-warnings=0",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/noto-sans-arabic": "^5.2.10",
"firebase-admin": "^10.3.0",
"next": "^16.2.9",
"node-cron": "4.5.0",
"nodemailer": "9.0.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"turbo": "2.10.0",
"zod": "^4.4.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@eslint/js": "^9.0.0",
"@playwright/test": "^1.61.0",
"@testing-library/jest-dom": "^6.9.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.0",
"@types/node": "^20.12.0",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitest/coverage-v8": "^2.1.9",
"eslint": "^9.0.0",
"eslint-config-next": "^16.2.0",
"eslint-config-prettier": "^10.1.0",
"globals": "^17.0.0",
"jsdom": "^29.0.0",
"prettier": "^3.8.0",
"typescript": "^5.4.0",
"typescript-eslint": "^8.0.0",
"vitest": "^2.1.0"
}
}