34 lines
946 B
JSON
34 lines
946 B
JSON
{
|
|
"name": "@rentaldrivego/marketplace",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"predev": "npm run build --workspace @rentaldrivego/types",
|
|
"dev": "next dev -p 3000",
|
|
"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 -p 3000",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@rentaldrivego/types": "*",
|
|
"next": "14.2.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tailwindcss": "^3.4.3",
|
|
"autoprefixer": "^10.4.19",
|
|
"postcss": "^8.4.38",
|
|
"zod": "^3.23.0",
|
|
"dayjs": "^1.11.11",
|
|
"lucide-react": "^0.376.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.12.0",
|
|
"@types/react": "^18.3.1",
|
|
"@types/react-dom": "^18.3.0",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|