-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
275 lines (275 loc) · 12.1 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
{
"name": "terminus-oss",
"version": "1.0.0",
"license": "MIT",
"author": "@terminus",
"private": false,
"homepage": "https://github.com/GetTerminus/terminus-oss",
"repository": {
"type": "git",
"url": "https://github.com/GetTerminus/terminus-oss.git"
},
"bugs": {
"url": "https://github.com/GetTerminus/terminus-oss/issues"
},
"scripts": {
"ng": "ng",
"nx": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs --max-buffer=10000000",
"affected:build": "nx affected:build",
"affected:build-schematics": "nx affected --target=build-schematics",
"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",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"build:all": "nx run-many --all --target build --withDeps --configuration production",
"build:all:schematics": "nx run-many --all --target build-schematics",
"test:all": "nx run-many --all --target test --skip-nx-cache --codeCoverage",
"workspace-generator": "nx workspace-generator",
"////////// Section: Release": "==============================",
"publish:libs": "lerna publish from-package --dist-tag next",
"build:changed": "nx run-many --target=build --projects=${CHANGED_PROJECTS}",
"build:schematics:changed": "nx run-many --target=build-schematics --projects=${CHANGED_PROJECTS}",
"semantic-release": "lerna exec --stream --ci --concurrency 1 \"npx --no-install semantic-release --tag-format='${LERNA_PACKAGE_NAME}-v\\${version}'\"",
"version-bump": "lerna version",
"////////// Section: Custom Lint": "==============================",
"lint:ts": "node --max_old_space_size=8192 node_modules/eslint/bin/eslint.js",
"lint:ts:fix": "yarn run lint:ts --fix",
"lint:scss:base": "npx stylelint",
"lint:scss": "npx stylelint \"libs/**/!(helper*).scss\"",
"lint:scss:all-libs": "npx stylelint 'libs/**/*.scss'",
"lint:scss:fix": "yarn run lint:scss --fix",
"lint:all": "yarn run libraries:lint & yarn run apps:lint",
"lint:all:fix": "yarn run libraries:lint:fix & yarn run apps:lint:fix",
"libraries:lint": "yarn run libraries:lint:ts & yarn run libraries:lint:scss",
"libraries:lint:fix": "yarn run libraries:lint:ts:fix & yarn run libraries:lint:scss:fix",
"libraries:lint:ts": "node --max_old_space_size=8192 node_modules/eslint/bin/eslint.js \"{cypress,libs}/**/*.{js,ts}\"",
"libraries:lint:ts:fix": "yarn run libraries:lint:ts --fix",
"libraries:lint:scss": "npx stylelint \"libs/**/!(helper*).scss\"",
"libraries:lint:scss:fix": "yarn run libraries:lint:scss --fix",
"apps:lint": "node --max_old_space_size=8192 node_modules/eslint/bin/eslint.js \"apps/**/*.{js,ts}\"",
"apps:lint:fix": "yarn run apps:lint --fix",
"lint:md": "npx markdownlint-cli \"libs/**/*.md\" -i \"libs/**/CHANGELOG.md\" \"./*.md\"",
"lint:md:changelogs": "npx markdownlint-cli \"libs/**/CHANGELOG.md\" -c .markdownlint.changelogs.json",
"lint:md:all": "yarn run lint:md & yarn run lint:md:changelogs",
"lint:md:all:fix": "yarn run lint:md:all --fix",
"////////// Section: Documentation": "==============================",
"predocs": "yarn run docs:toc",
"docs": "yarn run docs:ts",
"docs:ci": "yarn run docs:ts --silent",
"docs:ts": "npx compodoc",
"docs:json": "npx compodoc -p ./libs/tsconfig.compodoc.json -e json -d ./docs",
"docs:toc": "find . -path ./node_modules -prune -o -path ./dist -prune -o -path ./apps -prune -o -path ./.github -prune -o -path ./.git -prune -o -path ./**/CHANGELOG.md -prune -o -path ./CHANGELOG.md -prune -o -path ./CODE_OF_CONDUCT.md -prune -o -name '*.md' -print | xargs npx doctoc --title '## Table of Contents' --maxlevel 4",
"////////// Section: Tokens": "==============================",
"tokens:build": "node libs/design-tokens/index.js",
"tokens:generate-typings": "tools/ci/generate-tokens-typings.sh",
"tokens:copy-to-npm": "cp -R dist/libs/design-tokens node_modules/@terminus/design-tokens",
"tokens:build:copy": "yarn run tokens:build && yarn copy-to-npm",
"posttokens:build": "yarn run tokens:copy-files && yarn run tokens:generate-typings",
"tokens:copy-files": "cp libs/design-tokens/package.json dist/libs/design-tokens/package.json && npx copyfiles LICENSE README.md dist/libs/design-tokens/ && echo 'Package files copied.'",
"tokens:watch": "yarn run build && chokidar \"libs/design-tokens/src/lib/**/*.js\" -c \"yarn run tokens:build\"",
"tokens:watch:copy": "yarn run tokens:build:copy && chokidar \"libs/design-tokens/src/lib/**/*.js\" -c \"yarn run tokens:build:copy\"",
"tokens:remove-existing-install": "rm -rf node_modules/@terminus/design-tokens",
"//////// Section: Custom builds: ": "==============================",
"eslint:build": "tools/ci/prepare-eslint-build.sh",
"stylelint:build": "tools/ci/prepare-stylelint-build.sh",
"//////// Section: SCSS: ": "==============================",
"watch:ui-styles": "watch 'yarn run build:ui-styles' libs/ui/styles/src/lib/style-helpers",
"build:ui-styles": "tools/ci/build-styles.sh",
"//////// Section: Storybook": "==============================",
"storybook:serve": "start-storybook",
"storybook:build": "yarn run docs:json && build-storybook -c .storybook -o dist/storybook",
"affected:storybook:build": "nx affected --target build-storybook",
"build:allstorybook": "yarn run docs:json && nx run ui-storybook:build-allstorybook",
"build:allstorybook:chromatic": "yarn run docs:json && build-storybook -c ./apps/ui-storybook/.storybook -o dist/storybook",
"chromatic": "npx chromatic --preserve-missing --build-script-name build:allstorybook:chromatic",
"affected:chromatic": "npx chromatic --preserve-missing --build-script-name storybook:build --skip '@(renovate/**|dependabot/**)' --exit-zero-on-changes",
"chromatic:all": "npx chromatic --build-script-name build:allstorybook:chromatic --skip '@(renovate/**|dependabot/**)'",
"chromatic:all:prebuilt": "npx chromatic --storybook-build-dir dist/storybook",
"sb:all": "nx run ui-storybook:allstorybook",
"///////// Section: Utilities": "================================",
"link:eslint-config": "cd dist/libs/eslint-config-frontend && yarn link && cd - && yarn link @terminus/eslint-config-frontend",
"unlink:eslint-config": "yarn unlink @terminus/eslint-config-frontend && cd dist/libs/eslint-config-frontend && yarn unlink && cd -",
"cm": "npx git-cz",
"contributors:add": "npx all-contributors add",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"husky": {
"hooks": {
"commit-msg": "validate-commit-msg",
"pre-commit": "lint-staged"
}
},
"config": {
"loglevel": "warn",
"commitizen": {
"path": "./node_modules/cz-customizable"
},
"cz-customizable": {
"config": "./tools/cz-config.js"
}
},
"publishConfig": {
"access": "public",
"tag": "next"
},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 5.0.0",
"yarn": ">= 1.0.0"
},
"dependencies": {
"@amcharts/amcharts4": "4.10.12",
"@amcharts/amcharts4-geodata": "4.1.19",
"@angular-devkit/schematics": "12.2.13",
"@angular-devkit/schematics-cli": "0.1100.4",
"@angular/animations": "12.2.13",
"@angular/cdk": "12.2.13",
"@angular/common": "12.2.13",
"@angular/compiler": "12.2.13",
"@angular/core": "12.2.13",
"@angular/flex-layout": "12.0.0-beta.35",
"@angular/forms": "12.2.13",
"@angular/material": "12.2.13",
"@angular/platform-browser": "12.2.13",
"@angular/platform-browser-dynamic": "12.2.13",
"@angular/router": "12.2.13",
"@fortawesome/angular-fontawesome": "0.8.1",
"@fortawesome/fontawesome-pro": "5.15.1",
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/pro-solid-svg-icons": "5.15.1",
"@ngrx/effects": "10.1.1",
"@ngrx/store": "10.1.1",
"@popperjs/core": "2.6.0",
"@schematics/angular": "11.0.4",
"@terminus/design-tokens": "3.2.0",
"@terminus/ui-styles": "2.1.4",
"core-js": "3.8.1",
"date-fns": "2.16.1",
"ngx-clipboard": "14.0.2",
"ngx-perfect-scrollbar": "10.0.1",
"ngx-webstorage-service": "4.1.0",
"rxjs": "6.6.3",
"text-mask-addons": "3.8.0",
"text-mask-core": "5.1.2",
"tslib": "2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1100.4",
"@angular-eslint/eslint-plugin": "0.8.0-beta.5",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.5",
"@angular-eslint/template-parser": "0.8.0-beta.5",
"@angular/cli": "12.2.13",
"@angular/compiler-cli": "12.2.13",
"@angular/language-service": "12.2.13",
"@babel/core": "7.12.10",
"@compodoc/compodoc": "1.1.11",
"@ngneat/spectator": "6.1.2",
"@nrwl/angular": "11.0.4",
"@nrwl/cli": "11.0.4",
"@nrwl/cypress": "11.0.4",
"@nrwl/jest": "11.0.4",
"@nrwl/node": "11.0.4",
"@nrwl/nx-cloud": "10.1.9",
"@nrwl/storybook": "11.0.4",
"@nrwl/tao": "11.0.4",
"@nrwl/workspace": "11.0.4",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/exec": "5.0.0",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.2.0",
"@semantic-release/npm": "7.0.9",
"@semantic-release/release-notes-generator": "9.0.1",
"@storybook/addon-a11y": "6.1.11",
"@storybook/addon-docs": "6.1.11",
"@storybook/addon-essentials": "6.1.11",
"@storybook/addon-knobs": "6.1.11",
"@storybook/addon-storysource": "6.1.11",
"@storybook/addons": "6.1.11",
"@storybook/angular": "6.1.11",
"@storybook/theming": "6.1.11",
"@terminus/eslint-config-frontend": "4.0.0",
"@terminus/fe-testing": "1.2.0",
"@terminus/stylelint-config-frontend": "1.3.2",
"@types/jest": "26.0.19",
"@types/node": "14.14.14",
"@typescript-eslint/eslint-plugin": "4.10.0",
"@typescript-eslint/parser": "4.10.0",
"all-contributors-cli": "6.19.0",
"angular-date-value-accessor": "1.2.0",
"autoprefixer": "10.1.0",
"babel-loader": "8.2.2",
"chalk-cli": "4.1.0",
"chokidar-cli": "2.1.0",
"chromatic": "5.5.0",
"codelyzer": "6.0.1",
"commitizen": "4.2.2",
"cpr": "3.0.1",
"cypress": "5.6.0",
"cz-customizable": "6.3.0",
"doctoc": "2.0.0",
"dotenv": "8.2.0",
"eslint": "7.15.0",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-deprecation": "1.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.8",
"eslint-plugin-prefer-arrow": "1.2.2",
"execa": "5.0.0",
"glob": "7.1.6",
"global": "4.4.0",
"husky": "4.3.6",
"jest": "26.6.3",
"jest-junit": "12.0.0",
"jest-preset-angular": "8.3.2",
"lerna": "3.22.1",
"lint-staged": "10.5.3",
"markdownlint-cli": "0.25.0",
"merge-files": "0.1.2",
"micromatch": "4.0.2",
"mockdate": "3.0.2",
"ng-packagr": "12.2.5",
"postcss": "8.2.1",
"postcss-cli": "8.3.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-is": "17.0.1",
"remap-istanbul": "0.13.0",
"rimraf": "3.0.2",
"sass": "^1.43.5",
"scss-bundle": "3.1.2",
"scssfmt": "1.0.7",
"semantic-release": "17.3.0",
"semantic-release-monorepo": "7.0.3",
"shell-quote": "1.7.2",
"start-server-and-test": "1.11.6",
"style-dictionary": "2.10.2",
"stylelint": "13.8.0",
"stylelint-declaration-block-no-ignored-properties": "2.3.0",
"stylelint-declaration-strict-value": "1.7.5",
"stylelint-no-indistinguishable-colors": "1.3.0",
"stylelint-order": "4.1.0",
"stylelint-scss": "3.18.0",
"stylelint-selector-no-empty": "1.0.7",
"ts-jest": "26.4.4",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "4.3.5",
"validate-commit-msg": "2.14.0",
"watch": "1.0.2"
}
}