Convert package json to bun, create bun.lock

This commit is contained in:
Phan Huy Tran 2025-02-05 10:44:48 +01:00
parent 3b669918d0
commit dbab1bdf08
3 changed files with 2112 additions and 13388 deletions

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": {