-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@duplicati/ngclient",
"version": "0.0.49",
"license": "MIT",
"contributors": [
"sp90",
"kenkendk"
],
"scripts": {
"gen:package-json": "bun scripts/generate-package-json.ts",
"gen:font": "bunx sparkle-fg --src='./src' --out='./src/assets' --rootPath='./'",
"watch:font": "bunx sparkle-fg --src='./src' --out='./src/assets' --rootPath='./' --watch",
"ng": "ng",
"start": "bun run watch:font & ng serve",
"build": "bun run gen:font & ng build",
"build:dev": "bun run gen:font && ng build --configuration development",
"build:prod": "bun run gen:font & ng build --configuration production",
"watch": "bun run watch:font & ng build --watch --configuration development",
"gen:openapi": "openapi-ts"
},
"dependencies": {
"@angular/animations": "^19.0.1",
"@angular/common": "^19.0.1",
"@angular/compiler": "^19.0.1",
"@angular/core": "^19.0.1",
"@angular/forms": "^19.0.1",
"@angular/platform-browser": "^19.0.1",
"@angular/platform-browser-dynamic": "^19.0.1",
"@angular/router": "^19.0.1",
"@sparkle-ui/core": "^0.5.26",
"dayjs": "^1.11.13",
"marked": "^15.0.2",
"ngxtension": "^4.0.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^19.0.2",
"@angular/cli": "^19.0.2",
"@angular/compiler-cli": "^19.0.1",
"@angular/localize": "^19.0.1",
"@hey-api/openapi-ts": "^0.53.6",
"prettier": "^3.3.3",
"typescript": "~5.5.2"
}
}