2026-03-30 20:21:41 +05:00
|
|
|
{
|
|
|
|
|
"name": "astro-advokat-mono",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Монорепозиторий для Astro + PocketBase проекта",
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2026-05-03 16:53:02 +05:00
|
|
|
"dev": "bun ./scripts/dev.js",
|
2026-03-30 20:21:41 +05:00
|
|
|
"dev:maildev": "maildev",
|
|
|
|
|
"dev:frontend": "cd frontend && bun run dev",
|
|
|
|
|
"dev:backend": "cd backend && ./pocketbase.exe serve",
|
|
|
|
|
"build": "cd frontend && bun run build",
|
|
|
|
|
"start": "concurrently \"bun run start:frontend\" \"bun run start:backend\"",
|
|
|
|
|
"start:frontend": "cd frontend && bun run preview",
|
|
|
|
|
"start:backend": "cd backend && ./pocketbase.exe serve",
|
|
|
|
|
"install:all": "bun install && cd frontend && bun install"
|
|
|
|
|
},
|
|
|
|
|
"keywords": ["astro", "pocketbase", "monorepo"],
|
|
|
|
|
"author": "",
|
|
|
|
|
"license": "ISC",
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"concurrently": "^9.2.1",
|
|
|
|
|
"maildev": "^2.2.1"
|
|
|
|
|
},
|
2026-05-03 17:16:37 +05:00
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"astro-icon": "^1.1.5"
|
|
|
|
|
}
|
2026-03-30 20:21:41 +05:00
|
|
|
}
|