-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
154 lines (154 loc) · 6.16 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "locl",
"version": "0.0.0",
"license": "AGPL-3.0-or-later",
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "npm run postinstall:web && ng serve web",
"build": "npm run postinstall:web && ng build web",
"test": "npm run postinstall:web && ng test",
"test:cli": "ng test cli",
"test:core": "ng test core",
"lint": "ng lint",
"e2e": "npm run postinstall:web && ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"commit": "npx git-cz",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"postinstall": "npm run postinstall:ivy && electron-builder install-app-deps && npm run bootstrap && node ./decorate-angular-cli.js",
"postinstall:ivy": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"postinstall:electron": "node tools/electron/postinstall",
"postinstall:web": "node tools/web/postinstall",
"bootstrap": "lerna bootstrap",
"postbootstrap": "cd node_modules/lerna-semantic-release && npm install && cd ../..",
"lerna-semantic-release": "node ./node_modules/lerna-semantic-release/packages/lerna-semantic-release/bin/lerna-semantic-release.js",
"prerelease": "npm run lerna-semantic-release pre",
"release": "npm run lerna-semantic-release perform",
"postrelease": "npm run lerna-semantic-release post",
"build:electron:app": "npm run prepare:electron:app && ng build electron --prod --base-href ./",
"build:electron:app:local": "npm run build:electron:app && electron dist/apps/electron",
"build:electron:app:linux": "npm run build:electron:app && cd dist/apps/electron && npx electron-builder build --linux",
"build:electron:app:windows": "npm run build:electron:app && cd dist/apps/electron && npx electron-builder build --windows",
"build:electron:app:mac": "npm run build:electron:app && cd dist/apps/electron && npx electron-builder build --mac",
"build:cli": "cd libs/cli && npm run build && cd ../../",
"postbuild:cli": "crlf --set=LF dist/libs/cli/**/*",
"build:core": "ng build core",
"build:libs": "npm run build:core && npm run build:cli",
"postbuild:libs": "npm run postbuild:cli",
"build:demo": "ng build demo --aot",
"link:cli": "npm link dist/libs/cli",
"prepare:electron:app": "npm run postinstall:electron && tsc -p apps/electron/tsconfig.json",
"serve:electron:app:target": "ng serve electron",
"serve:electron:app": "wait-on http-get://localhost:4200/ && run-electron apps/electron/src --serve",
"start:electron:app": "npm run prepare:electron:app && npm-run-all -p serve:electron:app:target serve:electron:app",
"start:web": "npm run postinstall:web && ng serve web",
"start:demo": "ng serve demo",
"clean": "npx rimraf hooks node_modules package-lock.json dist && npm i",
"locl-extract": "locl extract -s=dist/apps/demo/*.js -f=json -o=dist/i18n/",
"locl-convert": "locl convert -s=dist/i18n/*.xlf -f=json -o=dist/i18n/converted.json"
},
"private": true,
"dependencies": {
"@angular/animations": "10.1.0-next.3",
"@angular/common": "10.1.0-next.3",
"@angular/compiler": "10.1.0-next.3",
"@angular/core": "10.1.0-next.3",
"@angular/forms": "10.1.0-next.3",
"@angular/localize": "10.1.0-next.3",
"@angular/platform-browser": "10.1.0-next.3",
"@angular/platform-browser-dynamic": "10.1.0-next.3",
"@angular/router": "10.1.0-next.0",
"@locl/scss": "file:libs/scss",
"bulma": "0.9.0",
"reflect-metadata": "0.1.13",
"rxjs": "6.6.0",
"tslib": "2.0.0",
"zone.js": "0.10.3",
"core-js": "3.6.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1001.0-next.2",
"@angular-devkit/build-ng-packagr": "0.1001.0-next.2",
"@angular/cli": "10.1.0-next.2",
"@angular/compiler-cli": "10.1.0-next.3",
"@angular/language-service": "10.1.0-next.3",
"@commitlint/cli": "9.0.1",
"@commitlint/config-conventional": "9.0.1",
"@commitlint/config-lerna-scopes": "9.0.1",
"@nrwl/angular": "9.5.1",
"@nrwl/cypress": "9.5.1",
"@nrwl/jest": "9.5.1",
"@nrwl/workspace": "9.5.1",
"@nstudio/angular": "9.0.4",
"@nstudio/electron": "9.0.4",
"@nstudio/electron-angular": "9.0.4",
"@nstudio/web": "9.0.4",
"@nstudio/web-angular": "9.0.4",
"@nstudio/xplat": "9.0.4",
"@types/jest": "26.0.4",
"@types/node": "12.12.37",
"chalk": "4.1.0",
"codelyzer": "6.0.0",
"commitizen": "4.1.2",
"commitlint-plugin-body-content": "file:tools/commitlint-plugin-body-content",
"cpx": "^1.5.0",
"crlf": "^1.1.1",
"cypress": "3.8.3",
"cz-lerna-changelog": "2.0.3",
"dotenv": "8.2.0",
"electron": "9.1.0",
"electron-builder": "22.7.0",
"electron-installer-dmg": "3.0.0",
"electron-packager": "15.0.0",
"electron-rebuild": "1.11.0",
"electron-reload": "1.5.0",
"electron-store": "5.2.0",
"electron-updater": "4.3.3",
"eslint": "7.4.0",
"fs-extra": "9.0.1",
"husky": "4.2.5",
"jest": "26.1.0",
"jest-preset-angular": "8.2.1",
"lerna": "3.22.1",
"lerna-semantic-release": "[email protected]:ZachCase/lerna-semantic-release#caribou",
"ng-packagr": "10.0.1",
"npm-run-all": "4.1.5",
"prettier": "2.0.5",
"pretty-quick": "2.0.1",
"run-electron": "1.0.0",
"ts-jest": "26.1.1",
"tsickle": "0.39.1",
"tslint": "6.1.2",
"typescript": "3.9.6",
"wait-on": "5.0.3"
},
"xplat": {
"prefix": "locl",
"framework": "angular"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS --verbose",
"pre-commit": "pretty-quick --staged && npm run affected:lint"
}
}
}