c77d0a8e89
Build & Push / Build & Push Docker Image (push) Failing after 10m39s
Replace storefront naming across source, tests, docs, config, and production scripts. Rename the legacy top-level app directory and Carplace component files, remove duplicate storefront startup scripts, and refresh the lockfile.
35 lines
997 B
JSON
35 lines
997 B
JSON
{
|
|
"name": "@rentaldrivego/carplace",
|
|
"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",
|
|
"lucide-react": "^0.376.0",
|
|
"next": "^16.2.7",
|
|
"postcss": "^8.4.38",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.0",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.4.0",
|
|
"vitest": "^1.6.0"
|
|
}
|
|
}
|