forked from dxc-technology/halstack-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 3.02 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 3.02 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": "dxc-angular-cdk",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve angular-dxc-site --baseHref=/tools/angular/",
"start:next": "ng serve angular-dxc-site --baseHref=/tools/angular/next/",
"start-example": "ng serve dxc-angular-cdk",
"build-next-cdk-site": "ng build angular-dxc-site --prod --baseHref=/tools/angular/next/",
"build-release-cdk-site": "ng build angular-dxc-site --prod ",
"link-lib": "cd ./projects/dxc-ngx-cdk-site && npm link ../../dist/dxc-ngx-cdk",
"unlink-lib": "cd ./dist/dxc-ngx-cdk && npm unlink",
"test": "jest",
"lint": "ng lint",
"e2e": "ng e2e",
"cy:open": "cypress open",
"cy:fast": "cypress run --env updateSnapshots=true --spec './cypress/integration/fast-visual-regression.js' --config video=false ",
"cypress:ci": "start-server-and-test start http://localhost:4200 cy:fast",
"gzip": "gzipper compress ./dist/angular-dxc-site ./dist/angular-dxc-site-gzip",
"scully": "scully",
"scully:next": "scully --configFile scully.angular-dxc-site.next.config",
"scully:serve": "scully serve"
},
"private": true,
"dependencies": {
"@angular/animations": "10.2.0",
"@angular/cdk": "10.2.5",
"@angular/common": "10.2.0",
"@angular/compiler": "10.2.0",
"@angular/core": "10.2.0",
"@angular/forms": "10.2.0",
"@angular/material": "10.2.5",
"@angular/material-moment-adapter": "10.2.5",
"@angular/platform-browser": "10.2.0",
"@angular/platform-browser-dynamic": "10.2.0",
"@angular/router": "10.2.0",
"@babel/preset-env": "^7.4.5",
"@material-extended/mde": "^2.2.2",
"@scullyio/init": "^1.0.1",
"@scullyio/ng-lib": "^1.0.0",
"@scullyio/scully": "^1.0.0",
"@types/jest": "^25.2.1",
"aws-sdk": "^2.718.0",
"babel-jest": "^24.8.0",
"emotion": "10.0.27",
"jest": "^24.9.0",
"jest-preset-angular": "^7.1.1",
"moment": "^2.24.0",
"ng-packagr": "^10.1.0",
"ngx-monaco-editor": "8.1.1",
"rxjs": "~6.5.2",
"vanilla-text-mask": "^5.1.1",
"zone.js": "~0.10.3",
"rgb-hex": "^3.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.1002.0",
"@angular-devkit/build-ng-packagr": "0.1002.0",
"@angular/cli": "10.2.0",
"@angular/compiler-cli": "10.2.0",
"@angular/language-service": "10.2.0",
"@babel/core": "^7.4.5",
"@schematics/angular": "^10.2.1",
"@scullyio/scully-plugin-base-href-rewrite": "^1.0.0-beta.0",
"@types/jasmine": "3.3.8",
"@types/jasminewd2": "2.0.3",
"@types/node": "^12.11.1",
"babel-loader": "^8.0.6",
"codelyzer": "^5.1.2",
"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",
"protractor": "~7.0.0",
"start-server-and-test": "^1.10.6",
"ts-node": "7.0.0",
"tslib": "^2.0.0",
"tslint": "~6.1.0",
"typescript": "^3.6.5",
"rgb-hex": "^3.0.0"
}
}