-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 3.54 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 3.54 KB
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
{
"name": "angular-workspace",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"init": "npm run submodules && npm run install-sdk",
"clean-node_modules": "cd projects/c8osdkangular/src/c8osdk-angular-core/c8osdk-js-core/ && rm -rf node_modules",
"build-sdk": "npm run wv && ng build c8osdkangular && cp ./projects/c8osdkangular/README.md ./dist/c8osdkangular/README.md && rm ./README.md && cp ./projects/c8osdkangular/README.md ./README.md",
"install-sdk": "npm install --legacy-peer-deps && cd projects/c8osdkangular/ && npm install --legacy-peer-deps",
"test-sdk": "ng test c8osdkangular",
"test-sdk-cli":"ng test c8osdkangular --watch=false --browsers=ChromeHeadlessCustom",
"test-sdk-nowatch": "ng test c8osdkangular --watch=false",
"publish-sdk": "cd dist/c8osdkangular && npm publish",
"publish-beta-sdk": "cd dist/c8osdkangular && npm publish --tag beta",
"submodules": "git submodule update --init --recursive",
"docs": "npm run typedoc -- --options typedoc.json --excludeExternals --externalPattern '{**/node_modules/**,**/test.ts} --exclude '{**/projects/c8osdkangular/src/**/*.spec.ts,**/projects/c8osdkangular/src/c8osdk-js-core/node_modules/,**/projects/c8osdkangular/src/test.ts,**/projects/c8osdkangular/src/utils.help.ts}' --readme none --mode file --theme markdown ./projects/c8osdkangular/src/",
"wv": "node ./version.js",
"typedoc": "typedoc",
"typedoc-plugin-markdown": "typedoc-plugin-markdown"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.1.0",
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/platform-browser-dynamic": "^21.1.0",
"@angular/router": "^21.1.0",
"js-sha256":"0.9.0",
"pouchdb-browser": "9.0.0",
"pouchdb-checkpointer": "9.0.0",
"pouchdb-extend": "0.1.2",
"pouchdb-find": "9.0.0",
"pouchdb-generate-replication-id": "9.0.0",
"rxjs": "^7.8.2",
"tslib": "^2.3.0",
"whatwg-fetch": "^3.0.0",
"zone.js": "~0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.1.0",
"@angular/cli": "^21.1.0",
"@angular/compiler-cli": "^21.1.0",
"@types/jasmine": "^5.1.0",
"@types/node": "^20.19.0",
"jasmine-core": "^5.13.0",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"buffer": "^6.0.3",
"ng-packagr": "^21.1.0",
"node-jq": "6.0.1",
"puppeteer": "^24.35.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.16",
"typedoc-plugin-markdown": "^4.9.0",
"typescript": "5.9.3"
},
"overrides": {
"loader-utils@2.0.2": "2.0.4",
"follow-redirects@1.14.7": "1.15.11",
"minimist@1.2.5": "1.2.8",
"jszip@3.7.1": "3.10.1",
"diff": "8.0.3",
"@types/node-fetch": {
"node-fetch": "3.2.10"
},
"qs": "6.14.1",
"undici": "7.18.2",
"pouchdb-fetch": {
"node-fetch": "2.7.0"
}
}
}