26 lines
944 B
JSON
26 lines
944 B
JSON
|
|
{
|
|||
|
|
"name": "astro-redi",
|
|||
|
|
"version": "1.0.0",
|
|||
|
|
"description": "Монорепозиторий для Astro Redi проекта с frontend и backend",
|
|||
|
|
"scripts": {
|
|||
|
|
"dev": "node scripts/dev-server.js",
|
|||
|
|
"dev:frontend": "cd frontend && bun run dev",
|
|||
|
|
"dev:backend": "cd backend && cmd /c \"pocketbase.exe serve --http=127.0.0.1:8090\"",
|
|||
|
|
"backend": "cd backend && cmd /c \"pocketbase.exe serve --http=127.0.0.1:8090\"",
|
|||
|
|
"frontend": "cd frontend && bun run dev",
|
|||
|
|
"build": "cd frontend && bun run build",
|
|||
|
|
"stop": "node scripts/stop-server.js",
|
|||
|
|
"install:all": "bun install && cd frontend && bun install"
|
|||
|
|
},
|
|||
|
|
"devDependencies": {
|
|||
|
|
"concurrently": "^8.2.0"
|
|||
|
|
},
|
|||
|
|
"keywords": ["monorepo", "frontend", "backend", "astro", "pocketbase"],
|
|||
|
|
"author": "",
|
|||
|
|
"license": "ISC",
|
|||
|
|
"packageManager": "bun@1.1.29",
|
|||
|
|
"dependencies": {
|
|||
|
|
"baseline-browser-mapping": "^2.10.8",
|
|||
|
|
"caniuse-lite": "^1.0.30001780"
|
|||
|
|
}
|
|||
|
|
}
|