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

Co-authored-by: Phan Huy Tran <p.tran@neusta.de>
Reviewed-on: https://git.simonis.lol/projects/casino/pulls/2
Reviewed-by: Constantin Simonis <constantin@simonis.lol>
This commit is contained in:
Huy 2025-02-05 09:53:24 +00:00
parent 3b669918d0
commit ad2c70b04b
9 changed files with 2113 additions and 13441 deletions

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