-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.29 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "commandos",
"version": "0.8.1",
"description": "Commandos is a multi git repo client",
"scripts": {
"preinstall": "npx only-allow yarn",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"tauri": "tauri",
"dev": "npm run tauri dev",
"build:prod": "ng build --configuration production",
"build:prod:sme": "ng build --configuration production --sourceMap=true",
"build:release": "yarn run build:prod && yarn tauri build",
"build:release:debug": "yarn run build:prod && yarn tauri build --debug",
"postinstall": "patch-package",
"release": "standard-version"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.2.4",
"@angular/cdk": "^14.2.3",
"@angular/common": "^14.2.4",
"@angular/compiler": "^14.2.4",
"@angular/core": "^14.2.4",
"@angular/forms": "^14.2.4",
"@angular/platform-browser": "^14.2.4",
"@angular/platform-browser-dynamic": "^14.2.4",
"@angular/router": "^14.2.4",
"@cds/angular": "6.1.5",
"@cds/city": "^1.1.0",
"@cds/core": "6.1.5",
"@josee9988/filter-pipe-ngx": "^1.1.0",
"@ng-select/ng-select": "^9.0.2",
"@ngneat/until-destroy": "^9.2.2",
"@ngx-translate/core": "^14.0.0",
"@ngx-translate/http-loader": "^7.0.0",
"@tauri-apps/api": "^1.1.0",
"angular-split": "^14.1.0",
"dayjs": "^1.11.5",
"fuse.js": "^6.6.2",
"gitdiff-parser": "ecomfe/gitdiff-parser#7/head",
"marked": "^4.1.1",
"modern-normalize": "^1.1.0",
"ngx-autosize": "^1.8.7",
"ngx-pipes": "^3.1.0",
"ngx-scrollbar": "^10.0.1",
"ngx-tippy-wrapper": "4.0.1",
"ngx-virtual-scroller": "^4.0.3",
"normalize.css": "^8.0.1",
"patch-package": "^6.4.7",
"rxjs": "~7.5.2",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#release",
"tippy.js": "^6.3.7",
"tslib": "^2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^14.2.4",
"@angular/cli": "^14.2.4",
"@angular/compiler-cli": "^14.2.4",
"@tauri-apps/cli": "^1.1.1",
"@types/hogan.js": "^3.0.1",
"@types/marked": "^4.0.7",
"@types/node": "^16.11.8",
"standard-version": "^9.5.0",
"tslint": "~6.1.3",
"typescript": "~4.8.4"
}
}