first commit
This commit is contained in:
commit
7c46ee6909
107 changed files with 5563 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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.11",
|
||||
"caniuse-lite": "^1.0.30001781"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue