forked from Alfresco/alfresco-ng2-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
237 lines (237 loc) · 9.11 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
{
"name": "alfresco-ng2-components",
"commit": "b644b39d17396330d2a67509f58c5b9e890b9b13",
"description": "Alfresco Angular components",
"version": "3.9.0",
"author": "Alfresco Software, Ltd.",
"main": "./index.js",
"scripts": {
"postinstall": "ngcc",
"ng": "ng",
"concurrently": "concurrently",
"ng-packagr": "node ./node_modules/ng-packagr/cli/main.js",
"webpack": "node ./node_modules/webpack/bin/webpack.js",
"00": "echo -------------------------------------------- DOC -----------------------------------------------",
"00s": "",
"build-doc-tools": "tsc -p ./tools/doc/tsconfig.json",
"markdownlint": "markdownlint ./docs",
"docbuild": "node node_modules/typedoc/bin/typedoc --tsconfig lib/tsconfig.doc.json && node tools/doc/buildYamlSourceInfo.js docs/docs.json && node ./tools/doc/docProcessor.js",
"license-checker": "license-checker --production --failOn 'GPL' > licenses.txt",
"review-checker": "node ./tools/doc/reviewChecker.js",
"01": "echo -------------------------------------------- Build Lib -----------------------------------------------",
"01s": "",
"unit-test": "concurrently \"ng test content-services --watch=false\" \"ng test process-services --watch=false\" \"ng test core --watch=false\" \"ng test extensions --watch=false\" \"ng test insights --watch=false\" \"ng test process-services-cloud --watch=false\" ",
"prepublishOnly": "npm run build-lib",
"build-lib": "./scripts/build/build-all-lib.sh",
"bundlesize-check": "bundlesize",
"affected:libs": "nx affected:libs",
"inspect.bundle": "ng build demoshell --prod --stats-json && npx webpack-bundle-analyzer dist/demo-shell/stats-es2015.json",
"coverage": "./lib/config/create-coverage-index.sh && lite-server -c ./lib/config/proxy-coverage.json",
"03": "echo -------------------------------------------- Lint -----------------------------------------------",
"03s": "",
"lint-demo": "tslint -p tsconfig.json -c tslint.json",
"lint-lib": "tslint -p ./lib/tsconfig.json -c ./lib/tslint.json",
"lint-e2e": "tsc -p tsconfig.e2e.json && tslint -p tsconfig.e2e.json -c tslint.json",
"validate-config": "ajv validate -s ./lib/core/app-config/schema.json -d ./demo-shell/src/app.config.json --errors=text --verbose",
"spellcheck": "cspell 'demo-shell/{src,e2e}/**/*.ts' 'e2e/**/*.ts' 'lib/{content-services,core,extensions,insights,process-services,process-services-cloud}/**/*.ts'",
"stylelint": "stylelint ./**/*.scss --config stylelint-config.json",
"04": "echo -------------------------------------------- Demo Shell -----------------------------------------------",
"04s": "",
"start": "ng lint demoshell && npm run validate-config && concurrently \"ng serve demoshell --open\" \"npm run style:dev --watch\" ",
"start:prod": "ng lint demoshell && npm run validate-config && ng serve demoshell --prod --open",
"build": "npm run validate-config && npm run style:dev && ng build demoshell",
"build:prod": "npm run validate-config && node --max-old-space-size=12000 node_modules/@angular/cli/bin/ng build demoshell --prod",
"style:dev": "npm run webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail",
"test": "npm run validate-config && ng test demoshell --watch=false",
"05": "echo -------------------------------------------- E2e -----------------------------------------------",
"05s": "",
"e2e": "./scripts/test-e2e-lib.sh -host 'localhost:4200' -dev --folder demo-shell",
"e2e-lib": "ng e2e lib-e2e-test --port=4200",
"lite-server-e2e": "lite-server --baseDir='dist/demo-shell/' -c ./e2e/lite-server-proxy.js",
"postbuild:ci": "node ./scripts/app-config-replace.js",
"06": "echo -------------------------------------------- Clean ----------------------------------------------",
"06s": "",
"clean": "rimraf dist node_modules lib/dist",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"keywords": [
"alfresco-components",
"angular",
"typescript",
"alfresco",
"activiti",
"content services",
"process services",
"process services-cloud"
],
"dependencies": {
"@alfresco/js-api": "3.9.0",
"@angular/animations": "^10.0.2",
"@angular/cdk": "10.0.1",
"@angular/common": "^10.0.2",
"@angular/compiler": "^10.0.2",
"@angular/core": "^10.0.2",
"@angular/flex-layout": "^10.0.0-beta.32",
"@angular/forms": "^10.0.2",
"@angular/material": "^10.0.1",
"@angular/material-moment-adapter": "^10.0.1",
"@angular/platform-browser": "^10.0.2",
"@angular/platform-browser-dynamic": "^10.0.2",
"@angular/router": "^10.0.2",
"@mat-datetimepicker/core": "^4.1.0",
"@mat-datetimepicker/moment": "^4.1.0",
"@ngx-translate/core": "^13.0.0",
"adf-tslint-rules": "0.0.6",
"chart.js": "2.9.3",
"classlist.js": "1.1.20150312",
"custom-event-polyfill": "0.3.0",
"minimatch": "^3.0.4",
"minimatch-browser": "1.0.0",
"moment": "2.22.2",
"moment-es6": "^1.0.0",
"ng2-charts": "2.3.2",
"ngx-monaco-editor": "7.0.0",
"pdfjs-dist": "2.3.200",
"raphael": "2.2.7",
"remark-validate-links": "^8.0.0",
"rxjs": "^6.6.0",
"snyk": "^1.316.1",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@alfresco/adf-cli": "3.9.0",
"@angular-devkit/build-angular": "~0.1000.1",
"@angular-devkit/build-ng-packagr": "~0.1000.1",
"@angular/cli": "^10.0.1",
"@angular/compiler-cli": "^10.0.2",
"@nrwl/schematics": "8.12.11",
"@nrwl/workspace": "9.3.0",
"@paperist/types-remark": "^0.1.3",
"@types/jasmine": "~2.8.3",
"@types/jasminewd2": "~2.0.2",
"@types/minimatch": "^3.0.3",
"@types/node": "^12.11.1",
"@types/pdfjs-dist": "^2.1.3",
"@types/request": "^2.48.5",
"@types/selenium-webdriver": "^3.0.8",
"ajv-cli": "^3.0.0",
"bundlesize": "0.18.0",
"codelyzer": "^5.1.2",
"commander": "4.0.0",
"concurrently": "^3.5.1",
"cspell": "^3.1.3",
"css-loader": "^3.4.2",
"dotenv": "6.2.0",
"ejs": "^2.6.1",
"graphql": "^14.1.1",
"graphql-request": "^1.8.2",
"husky": "^1.2.0",
"jasmine-ajax": "3.2.0",
"jasmine-core": "~2.8.0",
"jasmine-reporters": "^2.3.2",
"jasmine-spec-reporter": "~4.2.1",
"jasmine2-protractor-utils": "1.1.3",
"js-yaml": "^3.13.1",
"karma": "^4.1.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-ajax": "0.1.13",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-mocha-reporter": "2.2.5",
"karma-systemjs": "0.16.0",
"license-checker": "^25.0.1",
"lint-staged": "^8.1.7",
"lite-server": "^2.4.0",
"markdownlint-cli": "^0.16.0",
"mdast": "^3.0.0",
"mdast-util-compact": "^1.0.1",
"mdast-util-heading-range": "^2.1.0",
"mdast-util-toc": "^2.0.1",
"mdast-zone": "^3.0.1",
"mini-css-extract-plugin": "^0.9.0",
"nconf": "^0.10.0",
"ng-packagr": "^10.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"protractor": "^5.4.2",
"protractor-retry": "^1.2.9",
"protractor-smartrunner": "^0.1.1",
"remark": "^9.0.0",
"remark-frontmatter": "^1.2.0",
"rimraf": "^2.6.2",
"rxjs-tslint-rules": "^4.10.0",
"sass-loader": "7.1.0",
"scss-bundle": "2.3.2",
"selenium-webdriver": "4.0.0-alpha.5",
"stylelint": "^9.7.1",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.9.0",
"tslint": "5.20.0",
"tslint-consistent-codestyle": "^1.15.1",
"typedoc": "^0.15.0",
"typescript": "3.9.6",
"unist-util-select": "^2.0.0",
"url-join": "^4.0.0",
"webpack-cli": "^3.1.0"
},
"license": "Apache-2.0",
"bundlesize": [
{
"path": "./lib/dist/content-services/bundles/adf-content-services.umd.min.js",
"maxSize": "85 kb"
},
{
"path": "./lib/dist/process-services/bundles/adf-process-services.umd.min.js",
"maxSize": "62 kb"
},
{
"path": "./lib/dist/insights/bundles/adf-insights.umd.min.js",
"maxSize": "50 kb"
},
{
"path": "./lib/dist/core/bundles/adf-core.umd.min.js",
"maxSize": "165 kb"
},
{
"path": "./lib/dist/process-services-cloud/bundles/adf-process-services-cloud.umd.min.js",
"maxSize": "60 kb"
},
{
"path": "./lib/dist/extensions/bundles/adf-extensions.umd.min.js",
"maxSize": "10 kb"
},
{
"path": "./lib/dist/testing/bundles/adf-testing.umd.min.js",
"maxSize": "50 kb"
}
],
"engines": {
"node": ">=6.0.0"
},
"module": "./index.js",
"typings": "./index.d.ts",
"lint-staged": {
"linters": {
"**/demo-shell/src/**/*.ts": "npm run lint-demo -- --fix",
"**/lib/**/*.ts": "npm run lint-lib -- --fix",
"**/e2e/**/*.ts": "npm run lint-e2e -- --fix",
"*.scss": "npm run stylelint -- --fix"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"snyk": true
}