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", "name": "lf10-starter2024",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "bunx @angular/cli",
"start": "ng serve --proxy-config src/proxy.conf.json", "start": "bunx @angular/cli serve --proxy-config src/proxy.conf.json",
"build": "ng build", "build": "bunx @angular/cli build",
"watch": "ng build --watch --configuration development", "watch": "bunx @angular/cli build --watch --configuration development",
"test": "ng test" "test": "bunx @angular/cli test"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {