forked from chef/automate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
114 lines (114 loc) · 4.17 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
{
"name": "automate-ui",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "npm run serve",
"serve": "ng serve --configuration=no_auth",
"serve:hab": "echo '*** Please ignore the message to go to http://localhost:4200 -- the correct URL is https://a2-dev.test/ ***' && ng serve --host 0.0.0.0 --disable-host-check --public-host=httpfake://0.0.0.0:0/ --ssl-key ../../dev/certs/automate-ui.key --ssl-cert ../../dev/certs/automate-ui.crt --live-reload false --poll 1000",
"preinstall": "npx npm-force-resolutions",
"install": "echo 'use `npm run install:ui-library` for old behaviour'; npm run copy-ui-lib",
"install:ui-library": "npm run clean-ui-lib && scripts/build_chef_ui_lib && npm run copy-ui-lib",
"clean-ui-lib": "rm -rf src/assets/chef-ui-library",
"copy-ui-lib": "npm run copy-ui-lib:library && npm run copy-ui-lib:fonts",
"copy-ui-lib:library": "cp -r ../chef-ui-library/dist/ src/assets/chef-ui-library",
"copy-ui-lib:fonts": "cp -r ../chef-ui-library/dist/collection/assets/fonts/ src/assets/fonts",
"build": "ng build",
"build:prod": "npm run build -- --prod",
"test": "scripts/build.sh 'ng test --watch=false --code-coverage --source-map=false --configuration=no_auth' 'WARN:'",
"test:watch": "ng test --watch=true --browsers='Chrome' --source-map=true --configuration=no_auth",
"e2e": "ng e2e --no-webdriver-update",
"lint": "scripts/build.sh 'ng lint' 'WARNING:'",
"lint:html": "node_modules/htmlhint/bin/htmlhint --config .htmlhintrc src/app/**/*.html",
"lint:sass": "node node_modules/sass-lint/bin/sass-lint.js -v -q"
},
"private": true,
"dependencies": {
"@angular/animations": "^11.2.6",
"@angular/cdk": "^11.2.5",
"@angular/common": "^11.2.6",
"@angular/compiler": "^11.2.6",
"@angular/core": "^11.2.6",
"@angular/forms": "^11.2.6",
"@angular/localize": "^11.2.6",
"@angular/material": "^11.2.5",
"@angular/platform-browser": "^11.2.6",
"@angular/platform-browser-dynamic": "^11.2.6",
"@angular/platform-server": "^11.2.6",
"@angular/router": "^11.2.6",
"@carbon/grid": "^10.22.0",
"@ng-select/ng-select": "^6.1.0",
"@ngrx/effects": "11.0.1",
"@ngrx/entity": "11.0.1",
"@ngrx/router-store": "11.0.1",
"@ngrx/store": "11.0.1",
"@ngrx/store-devtools": "11.0.1",
"@nguniversal/express-engine": "11.2.1",
"broadcast-channel": "^3.7.0",
"classlist.js": "^1.1.20150312",
"core-js": "^3.9.1",
"d3": "^6.6.0",
"diff2html": "^3.4.0",
"express": "^4.17.1",
"file-saver": "^2.0.5",
"fp-ts": "^2.9.5",
"immutable": "^3.8.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"ngx-cookie": "^5.0.2",
"path": "^0.12.7",
"process": "^0.11.10",
"protractor": "^7.0.0",
"rrule": "2.4.1",
"rxjs": "^6.6.6",
"sniffr": "^1.2.0",
"tslib": "^2.1.0",
"uuid": "^8.3.2",
"web-animations-js": "^2.3.2",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.5",
"@angular/cli": "^11.2.5",
"@angular/compiler-cli": "^11.2.6",
"@angular/language-service": "^11.2.6",
"@types/faker": "^5.1.7",
"@types/jasmine": "^3.6.7",
"@types/jasminewd2": "^2.0.8",
"@types/lodash": "^4.14.168",
"ajv": "^7.2.1",
"angular2-template-loader": "^0.6.2",
"axe-webdriverjs": "^2.3.0",
"codelyzer": "^6.0.0",
"faker": "^5.4.0",
"hock": "^1.4.1",
"htmlhint": "^0.14.2",
"install": "^0.13.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~6.0.0",
"karma": "~6.2.0",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"karma-safari-launcher": "^1.0.0",
"ng2-mock-component": "^0.2.0",
"rxjs-spy": "^7.5.3",
"rxjs-tslint": "^0.1.8",
"sass": "^1.32.8",
"sass-lint": "^1.13.1",
"ts-node": "^9.1.1",
"tslint": "^6.1.3",
"tslint-defocus": "^2.0.6",
"typescript": "^4.0.7",
"wallaby-webpack": "^3.9.16"
},
"resolutions": {
"minimist": "^1.2.5"
}
}