d7fb7b7a7b
Build & Deploy / Build & Push Docker Image (push) Failing after 47s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Failing after 5m4s
Test / Marketplace Unit Tests (push) Failing after 4m55s
Test / Admin Unit Tests (push) Successful in 9m37s
Test / Dashboard Unit Tests (push) Successful in 9m37s
Test / API Integration Tests (push) Successful in 9m54s
46 lines
1.3 KiB
JSON
46 lines
1.3 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: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",
|
|
"next": "^16.2.7",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.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": "^4.1.0",
|
|
"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": "^4.1.0"
|
|
}
|
|
}
|