chore(setup): convert package.json to Bun and add bun.lockb #2

Merged
ptran merged 3 commits from setup/use-bun into main 2025-02-05 09:53:24 +00:00
3 changed files with 2112 additions and 13388 deletions
Showing only changes of commit dbab1bdf08 - Show all commits

2107
frontend/bun.lock Normal file

File diff suppressed because it is too large Load Diff

13383
frontend/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,11 +2,11 @@
"name": "lf10-starter2024",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config src/proxy.conf.json",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
"ng": "bunx @angular/cli",
"start": "bunx @angular/cli serve --proxy-config src/proxy.conf.json",
"build": "bunx @angular/cli build",
"watch": "bunx @angular/cli build --watch --configuration development",
"test": "bunx @angular/cli test"
},
"private": true,
"dependencies": {