-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
127 lines (127 loc) · 5.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
{
"name": "vmware-cloud-director-ui-components",
"version": "0.0.0",
"browser": {
"fs": false,
"path": false,
"os": false,
"net": false,
"tls": false
},
"scripts": {
"ng": "ng",
"start": "npm run build:i18n && npm run build:components && npm run build-components-doc && npm run generate-example-translations && npm run build-examples-doc && ng serve -- --poll=2000",
"build:examples": "ng build examples",
"build:examples-prod": "ng build examples --prod=true --base-href=/vmware-cloud-director-ui-components/",
"build:examples-aot": "ng build examples --aot=true",
"build:components": "ng build components",
"postbuild:components": "npm run generate-translations",
"build:i18n": "ng build i18n",
"build:route-analyzer": "ng build route-analyzer && tsc -p projects/route-analyzer/tsconfig.cli.json",
"test": "ng test",
"test-coverage": "ng test --code-coverage --watch=false",
"test:components": "ng test components",
"test:route-analyzer": "npm run build:route-analyzer && jasmine dist/route-analyzer/**/*.spec.js",
"test:ci:components": "ng test components --watch=false --browsers ChromeHeadlessNoSandbox --code-coverage",
"test:i18n": "ng test i18n",
"test:ci:i18n": "ng test i18n --watch=false --browsers ChromeHeadlessNoSandbox --code-coverage",
"lint": "ng lint",
"lint-fix": "ng lint --fix",
"e2e": "cypress open",
"build-components-doc": "mkdir -p projects/examples/gen && node $NODE_DEBUG_OPTION node_modules/@vmw/ng-live-docs/index.js projects/components/tsconfig.lib.json projects/components/src/public-api.ts projects/examples/gen/components-doc.json && compodoc -p ./projects/components/tsconfig.lib.json -d projects/examples/src/compodoc",
"build-examples-doc": "mkdir -p projects/examples/gen && node $NODE_DEBUG_OPTION node_modules/@vmw/ng-live-docs/index.js projects/examples/tsconfig.app.json projects/examples/src/main.ts projects/examples/gen/examples-doc.json",
"generate-translations": "node projects/components/src/assets/index.js && cp projects/components/src/assets/i18n.json dist/components/i18n.json",
"generate-example-translations": "node projects/i18n/scripts/index.js dist/components/i18n.json projects/examples/src/assets/our-translations.json projects/examples/src/assets/i18n.json"
},
"private": true,
"dependencies": {
"@angular/animations": "10.2.3",
"@angular/common": "10.2.3",
"@angular/compiler": "10.2.3",
"@angular/core": "10.2.3",
"@angular/forms": "10.2.3",
"@angular/platform-browser": "10.2.3",
"@angular/platform-browser-dynamic": "10.2.3",
"@angular/router": "10.2.3",
"@clr/angular": "4.0.10",
"@clr/core": "4.0.10",
"@clr/icons": "4.0.10",
"@clr/ui": "4.0.10",
"@ngrx/store": "10.1.2",
"@ngx-formly/core": "5.6.1",
"@stackblitz/sdk": "1.3.0",
"@types/yargs": "17.0.5",
"@vcd/angular-client": "0.0.2-alpha.1",
"@vcd/bindings": "9.1.1",
"@vmw/ng-live-docs": "0.0.8",
"@vmw/plain-js-live-docs": "0.0.2",
"@webcomponents/webcomponentsjs": "2.0.0",
"@wessberg/ts-evaluator": "0.0.25",
"angular-cli-ghpages": "0.6.2",
"classlist.js": "1.1.20150312",
"codecov.io": "0.1.6",
"karma-coverage": "2.0.2",
"lit-html": "1.1.2",
"messageformat": "1.0.2",
"mousetrap": "1.6.5",
"prismjs": "1.25.0",
"properties": "1.2.1",
"rbradford-compodoc": "1.1.11",
"rxjs": "6.5.5",
"systemjs": "0.20.19",
"tsickle": "0.39.1",
"tslib": "2.0.0",
"yargs": "17.2.1",
"zone.js": "0.10.3"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged; npm run lint-fix"
}
},
"devDependencies": {
"@actions/core": "1.2.6",
"@actions/github": "2.1.1",
"@angular-devkit/build-angular": "0.1002.0",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular-eslint/builder": "1.2.0",
"@angular-eslint/eslint-plugin": "1.2.0",
"@angular-eslint/eslint-plugin-template": "1.2.0",
"@angular-eslint/schematics": "1.2.0",
"@angular-eslint/template-parser": "1.2.0",
"@angular/cli": "10.2.0",
"@angular/compiler-cli": "10.2.3",
"@angular/language-service": "10.2.3",
"@types/jasmine": "3.3.8",
"@types/jasminewd2": "2.0.3",
"@types/mousetrap": "1.6.3",
"@types/node": "12.11.1",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"codecov": "3.7.1",
"codelyzer": "5.1.2",
"cypress": "5.4.0",
"directory-tree": "2.2.4",
"eslint": "7.6.0",
"eslint-plugin-deprecation": "^1.2.0",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-prefer-arrow": "1.2.2",
"husky": "3.0.9",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "5.0.0",
"karma": "5.0.0",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "3.0.2",
"karma-jasmine": "4.0.0",
"karma-jasmine-html-reporter": "1.5.0",
"ng-packagr": "10.1.0",
"prettier": "2.1.1",
"pretty-quick": "2.0.0",
"protractor": "7.0.0",
"ts-node": "7.0.0",
"typescript": "3.9.7"
},
"peerDependencies": {}
}