-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 4.68 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
{
"name": "prod-wch-sdk-ng9",
"private": true,
"bugs": {
"web": "https://developer.ibm.com/answers/smartspace/wch/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/aipoweredmarketer/prod-wch-sdk-ng9.git"
},
"license": "MIT",
"author": "Carsten Leue <[email protected]>",
"workspaces": [
"packages/*"
],
"scripts": {
"prebuild": "ts-node scripts/prebuild.ts",
"build": "wsrun --stages --report build:packagr ",
"postbuild": "npm-run-all build:api build:doc build:post",
"build:api": "wsrun --exclude-missing -c build:api",
"build:doc": "wsrun --exclude-missing -c build:doc",
"build:post": "ts-node scripts/postbuild.ts",
"build:serial": "wsrun --serial build:packagr",
"clean:logs": "rimraf logs",
"depcheck": "yarn workspaces run exitzero depcheck -o depcheck/depcheck.txt",
"lint": "yarn workspaces run exitzero tslint -p . -o lint/lint.txt -t codeFrame",
"publish": "wsrun --stages --fast-exit --collect-logs --report -c publish dist --non-interactive",
"postpublish": "cd dist && npm publish && cd ..",
"pull": "wchtools pull -A --dir temp --verbose",
"push": "wchtools push -A --dir data --verbose",
"test": "wsrun test --passWithNoTests --json --outputFile test.result.json",
"checklicense": "ts-node scripts/license.ts"
},
"devDependencies": {
"@angular/animations": "^9",
"@angular/cli": "^9",
"@angular/common": "^9",
"@angular/compiler": "^9",
"@angular/compiler-cli": "^9",
"@angular/core": "^9",
"@angular/forms": "^9",
"@angular/language-service": "^9",
"@angular/platform-browser": "^9",
"@angular/platform-browser-dynamic": "^9",
"@angular/router": "^9",
"@types/byline": "^4.2.31",
"@types/cross-spawn": "^6.0.1",
"@types/fs-extra": "^8.1.0",
"@types/html-tag-names": "^1.1.0",
"@types/jest": "^25.1.5",
"@types/jsdom": "^16.1.1",
"@types/mime": "^2.0.1",
"@types/node": "^13",
"@types/react": "^16.9.26",
"@types/react-dom": "^16.9.5",
"@types/react-redux": "^7.1.7",
"@types/react-router": "^5.1.4",
"@types/redux-actions": "^2.6.1",
"@types/redux-logger": "^3.0.7",
"@types/request": "^2.48.4",
"@types/request-promise-native": "^1.0.17",
"@types/semver": "^7.1.0",
"@types/sshpk": "^1.10.4",
"@types/tmp": "^0.1.0",
"@types/valid-url": "^1.0.3",
"@types/yauzl": "^2.9.1",
"byline": "^5.0.0",
"canvas": "^2.6.1",
"chalk": "^3.0.0",
"codelyzer": "^5.2.2",
"commander": "^4",
"comment-json": "^3.0.2",
"cpx": "^1.5.0",
"cross-env": "^7.0.2",
"cross-spawn": "^7.0.1",
"decode-ico": "^0.4.0",
"depcheck": "^0.9.2",
"dragula": "^3.7.2",
"email-validator": "^2.0.4",
"emoji-regex": "^8.0.0",
"exitzero": "^1.0.1",
"fs-extra": "^9.0.0",
"handlebars": "^4.7.3",
"handlebars-helpers": "^0.10.0",
"html-tag-names": "^1.1.5",
"intl": "^1.2.5",
"intl-messageformat": "^8.3.1",
"intl-messageformat-parser": "^4.1.1",
"jest": "^25.5.4",
"jsdom": "^16.2.1",
"lodash": "^4.17.21",
"log4js": "^6.1.2",
"loose-envify": "^1.4.0",
"lucene": "^2.1.1",
"mime": "^2.4.4",
"mkdirp": "^1.0.3",
"ng-packagr": "^9",
"ng2-logger": "^3.0.11",
"npm-run-all": "^4.1.5",
"number-to-words": "^1.2.4",
"prettier": "^2.0.2",
"random-useragent": "^0.3.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-observable": "^1.2.0",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"rfc6902": "^3.0.4",
"rimraf": "^3.0.2",
"rxjs": "6.5.4",
"rxjs-marbles": "^6.0.0",
"rxjs-tslint-rules": "^4.29.2",
"semver": "^7.1.3",
"sort-package-json": "^1.40.0",
"sshpk": "^1.16.1",
"tmp": "^0.1.0",
"tools-helper-merge-markdown": "^9",
"toposort": "^2.0.2",
"ts-jest": "^25.2.1",
"ts-node": "^8.8.1",
"tsickle": "^0.38.1",
"tslib": "^1.11.1",
"tslint": "^6.1.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^4.2.0",
"tslint-sonarts": "^1.9.0",
"typescript": "3.8.3",
"url-search-params-polyfill": "^8.0.0",
"uuid": "^7.0.2",
"valid-url": "^1.0.9",
"wchtools-cli": "^4.5.6",
"wsrun": "^5.2.0",
"xhr2": "^0.2.0",
"yauzl": "^2.10.0",
"zone.js": "~0.10.3",
"@types/license-checker": "^25.0.0",
"license-checker": "^25.0.1",
"yui-lint": "^0.2.0"
},
"resolutions": {
"ng-packagr/@rollup/plugin-commonjs": "11.0.2"
},
"tsdoc": {
"tsdocFlavor": "AEDoc"
}
}