forked from SAP/fundamental-ngx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
206 lines (206 loc) · 11.5 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
{
"name": "fundamental-ngx",
"version": "0.29.2-rc.3",
"license": "Apache-2.0",
"main": "dist/libs/core/index.js",
"description": "Fundamental Library for Angular is a themable Fiori 3 Angular component library.",
"homepage": "https://sap.github.io/fundamental-ngx",
"repository": {
"type": "git",
"url": "https://github.com/SAP/fundamental-ngx"
},
"scripts": {
"build": "ng build",
"build-all": "npm run build-artifacts && npm run build-docs -- --prod --base-href=\"/fundamental-ngx/\"",
"build-docs-netlify": "npm run build-docs -- --configuration=\"production-unoptimized\" --base-href=\"/\"",
"build-docs-github-pages": "npm run build-docs -- --prod --base-href=\"/fundamental-ngx/\"",
"build-docs": "npm run compile-typedoc-all && npm run copy-docs && ng build",
"build-artifacts": "ng build core && ng build platform && ng build docs",
"build-deploy-library": "ng build core && ng build platform && npm run build:schematics && npm run build:platform-schematics && npm run sync-versions && cp PLATFORM_README.md dist/libs/platform/PLATFORM_README.md",
"build-pack-library": "ng build core && ng build platform && npm run build:schematics && npm run build:platform-schematics && npm run sync-versions && cd dist/libs/core/ && npm pack && cd ../platform && npm pack && cd ../..",
"copy-docs": "cp README.md apps/docs/src/assets/README.md && cp NEW_COMPONENT.md apps/docs/src/assets/NEW_COMPONENT.md && cp NEW_PLATFORM_COMPONENT.md apps/docs/src/assets/NEW_PLATFORM_COMPONENT.md && npm run copy-app-docs",
"copy-app-docs": "cp libs/core/README.md apps/docs/src/assets/CORE_README.md && cp PLATFORM_README.md apps/docs/src/assets/PLATFORM_README.md",
"deploy-docs": "angular-cli-ghpages -d dist/apps/docs --branch gh-pages",
"sync-versions": "./ci-scripts/sync-version.sh",
"e2e:wdio:saucelabs": "TS_NODE_PROJECT=./e2e/tsconfig.json npx wdio wdio.conf.js",
"e2e:wdio:saucelabs:core": "TS_NODE_PROJECT=./e2e/tsconfig.json npx wdio wdio.conf.js --spec core",
"e2e:wdio:saucelabs:platformA": "TS_NODE_PROJECT=./e2e/tsconfig.json npx wdio wdio.conf.js --suite platformA",
"e2e:wdio:saucelabs:platformB": "TS_NODE_PROJECT=./e2e/tsconfig.json npx wdio wdio.conf.js --suite platformB",
"e2e:wdio:local": "TS_NODE_PROJECT=./e2e/tsconfig.json npx wdio wdio-local.conf.js",
"e2e:wdio:a11y": "TS_NODE_PROJECT=./e2e/tsconfig.json npx wdio wdio-a11y.conf.js",
"e2e:ci": "ng serve --disable-host-check --ssl --no-watch & wait-on https://localhost:4200 && npm run e2e:wdio:saucelabs",
"e2e:platformA:ci": "ng serve --disable-host-check --ssl --no-watch & wait-on https://localhost:4200 && npm run e2e:wdio:saucelabs:platformA",
"e2e:platformB:ci": "ng serve --disable-host-check --ssl --no-watch & wait-on https://localhost:4200 && npm run e2e:wdio:saucelabs:platformB",
"e2e:core:ci": "ng serve --disable-host-check --ssl --no-watch & wait-on https://localhost:4200 && npm run e2e:wdio:saucelabs:core",
"e2e:a11y": "ng serve --disable-host-check --ssl --no-watch & wait-on https://localhost:4200 && npm run e2e:wdio:a11y",
"hmr": "ng serve --hmr -e=hmr",
"lint": "npm run lint:docs && npm run lint:core && npm run lint:platform",
"lint:core": "ng lint core",
"lint:platform": "ng lint platform",
"lint:docs": "ng lint docs",
"lint:pre-commit": "printf \"running pre-commit lint...\" && npm run lint && printf \"done!\n\"",
"ng": "ng",
"release": "./scripts/publish-release.sh",
"hotfix-release": "./scripts/hotfix-publish-release.sh",
"hotfix-release-latest": "./scripts/hotfix-publish-release.sh latest",
"release:create": "create-release",
"start": "ng serve",
"test": "ng test core --watch false --code-coverage true --browsers=ChromeHeadless",
"test:platform": "ng test platform --watch false --code-coverage true --browsers=ChromeHeadless",
"test:core:saucelabs": "node --max_old_space_size=4096 ./node_modules/.bin/ng test core --watch false --code-coverage true --karmaConfig=karma.conf-ci.js",
"test:platform:saucelabs": "node --max_old_space_size=4096 ./node_modules/.bin/ng test platform --watch false --code-coverage true --karmaConfig=karma.conf-ci.js",
"active-test": "ng test core --watch true --browsers=ChromeHeadless",
"test:coveralls": "cat ./coverage/libs/core/lcov.info | ./node_modules/coveralls/bin/coveralls.js || echo -e \"Coveralls failed.\"",
"compile-typedoc-all": "npm run compile-typedoc-core && npm run compile-typedoc-platform",
"compile-typedoc-core": "rm -rf apps/docs/src/assets/typedoc/core && typedoc --out apps/docs/src/assets/typedoc/core libs/core/src/lib --hideGenerator --theme apps/docs/src/fd-typedoc",
"compile-typedoc-platform": "rm -rf apps/docs/src/assets/typedoc/platform && typedoc --out apps/docs/src/assets/typedoc/platform libs/platform/src/lib --hideGenerator --theme apps/docs/src/fd-typedoc",
"compile-typedoc-json": "typedoc --json apps/docs/src/assets/typedoc/typedoc.json --hideGenerator --theme apps/docs/src/fd-typedoc libs/core/src/lib",
"build:schematics": "./node_modules/.bin/tsc -p libs/core/tsconfig.schematics.json && npm run copy:schemas && npm run copy:collection",
"copy:schemas": "cp libs/core/schematics/ng-add/schema.json dist/libs/core/schematics/ng-add/schema.json",
"copy:collection": "cp libs/core/schematics/collection.json dist/libs/core/schematics/collection.json",
"build:platform-schematics": "./node_modules/.bin/tsc -p libs/platform/tsconfig.schematics.json && npm run copy:platform-add-schemas && npm run copy:platform-update-schemas && npm run copy:platform-collection && npm run copy:platform-translations && npm run copy:migration-collection",
"copy:platform-add-schemas": "cp libs/platform/schematics/ng-add/schema.json dist/libs/platform/schematics/ng-add/schema.json",
"copy:platform-update-schemas": "cp libs/platform/schematics/ng-update/schema.json dist/libs/platform/schematics/ng-update/schema.json",
"copy:platform-collection": "cp libs/platform/schematics/collection.json dist/libs/platform/schematics/collection.json",
"copy:migration-collection": "cp libs/platform/schematics/migration-collection.json dist/libs/platform/schematics/migration-collection.json",
"copy:platform-translations": "cp -R apps/docs/src/app/platform/locale/ dist/libs/platform/schematics/locale",
"affected:apps": "./node_modules/.bin/nx affected:apps",
"affected:libs": "./node_modules/.bin/nx affected:libs",
"affected:build": "./node_modules/.bin/nx affected:build",
"affected:e2e": "./node_modules/.bin/nx affected:e2e",
"affected:test": "./node_modules/.bin/nx affected:test",
"affected:lint": "./node_modules/.bin/nx affected:lint",
"affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph",
"affected": "./node_modules/.bin/nx affected",
"format": "./node_modules/.bin/nx format:write",
"format:write": "./node_modules/.bin/nx format:write",
"format:check": "./node_modules/.bin/nx format:check",
"prettier": "prettier --config ./.prettierrc --list-different \"projects/**/*{.ts,.js,.json,.scss,.html}\" \"apps/**/*{.ts,.js,.json,.scss,.html}\" \"libs/**/*{.ts,.js,.json,.scss,.html}\"",
"prettier:fix": "prettier --config ./.prettierrc --list-different \"src/**/*{.ts,.js,.json,.scss,.html}\" \"apps/**/*{.ts,.js,.json,.scss,.html}\" \"libs/**/*{.ts,.js,.json,.scss,.html}\" --write",
"update": "nx migrate latest",
"update:check": "ng update",
"dep-graph": "./node_modules/.bin/nx dep-graph",
"workspace-schematic": "./node_modules/.bin/nx workspace-schematic",
"help": "./node_modules/.bin/nx help",
"std-version": "standard-version --infile ./CHANGELOG.md --releaseCommitMessageFormat \"chore(release): version {{currentTag}} build ${TRAVIS_BUILD_NUMBER} [ci skip]\"",
"nx": "nx",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"docker-test": "docker run -u $(id -u) --rm -v \"$PWD\":/app trion/ng-cli-karma npm run test",
"e2e-generate-report": "allure generate allure-results --clean -o allure-report"
},
"publishConfig": {
"registry": "https://repository.hybris.com/api/npm/npm-repository/"
},
"dependencies": {
"@angular/animations": "~11.2.12",
"@angular/cdk": "~11.2.9",
"@angular/common": "~11.2.12",
"@angular/compiler": "~11.2.10",
"@angular/core": "~11.2.10",
"@angular/forms": "~11.2.12",
"@angular/localize": "^11.2.12",
"@angular/platform-browser": "~11.2.10",
"@angular/platform-browser-dynamic": "~11.2.10",
"@angular/router": "~11.2.12",
"@nrwl/angular": "~11.1.5",
"@sap-theming/theming-base-content": "~11.1.28",
"@stackblitz/sdk": "1.5.2",
"@types/google.visualization": "0.0.66",
"@types/node": "14.14.10",
"allure-commandline": "2.13.8",
"classlist.js": "1.1.20150312",
"core-js": "3.7.0",
"focus-trap": "6.1.4",
"fundamental-styles": "0.17.1-rc.2",
"hammerjs": "2.0.8",
"highlight.js": "10.7.2",
"intl": "1.2.5",
"jasminewd2": "2.2.0",
"karma-viewport": "1.0.8",
"moment": "2.29.1",
"ngx-markdown": "10.1.1",
"npm": "7.11.1",
"raw-loader": "4.0.2",
"rxjs": "~6.6.6",
"sauce-connect-launcher": "1.3.2",
"tslib": "2.1.0",
"web-animations-js": "2.3.2",
"webdriver-manager": "12.1.7",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.9",
"@angular-devkit/core": "~11.2.11",
"@angular/cli": "~11.2.9",
"@angular/compiler-cli": "~11.2.10",
"@angular/language-service": "~11.2.10",
"@angularclass/hmr": "3.0.0",
"@babel/core": "7.13.14",
"@nrwl/cli": "11.1.5",
"@nrwl/schematics": "8.12.11",
"@nrwl/tao": "11.5.1",
"@nrwl/workspace": "11.5.2",
"@schematics/angular": "~11.2.11",
"@types/jasmine": "3.6.6",
"@types/jasminewd2": "2.0.8",
"@wdio/allure-reporter": "7.0.0",
"@wdio/cli": "6.12.0",
"@wdio/jasmine-framework": "6.8.0",
"@wdio/local-runner": "6.9.1",
"@wdio/sauce-service": "7.0.0",
"@wdio/spec-reporter": "6.8.1",
"@wdio/sync": "6.9.1",
"angular-cli-ghpages": "1.0.0-rc.1",
"autoprefixer": "10.2.5",
"axe-core": "4.1.3",
"axe-html-reporter": "2.2.0",
"babel-loader": "8.2.2",
"chromedriver": "88.0.0",
"codelyzer": "6.0.1",
"coveralls": "3.1.0",
"dotenv": "8.2.0",
"fs-extra": "9.1.0",
"github-assistant": "0.3.3",
"jasmine-core": "3.6.0",
"jasmine-marbles": "0.6.0",
"jasmine-spec-reporter": "6.0.0",
"karma": "5.2.3",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-firefox-launcher": "2.1.0",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.5.4",
"karma-parallel": "0.3.1",
"karma-sauce-launcher": "4.3.6",
"karma-sourcemap-loader": "0.3.8",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "5.0.3",
"karma-typescript-angular2-transform": "latest",
"karma-webpack": "5.0.0",
"nan": "2.14.2",
"ng-packagr": "11.1.2",
"pre-commit": "1.2.2",
"prettier": "2.2.1",
"rollup": "2.39.1",
"standard-version": "9.1.1",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typedoc": "0.20.34",
"typedoc-plugin-merge-modules": "2.0.0",
"typescript": "4.1.5",
"wait-on": "5.2.1",
"wdio-axe": "2.2.2",
"wdio-chromedriver-service": "6.0.4",
"wdio-html-format-reporter": "0.4.0",
"wdio-image-comparison-service": "2.0.0",
"webdriverio": "6.12.1"
},
"pre-commit": {
"color": true,
"run": [
"lint:pre-commit"
],
"silent": false
}
}