forked from dxc-technology/halstack-angular
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
94 lines (94 loc) · 3.18 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
{
"name": "dxc-angular-cdk",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng run angular-dxc-site:serve",
"start:next": "ng serve angular-dxc-site --baseHref=/tools/angular/next/",
"build-next-cdk-site": "ng build angular-dxc-site --configuration production --baseHref=/tools/angular/next/",
"build-release-cdk-site": "ng build angular-dxc-site --configuration production ",
"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",
"scully": "scully",
"scully:next": "scully --configFile scully.angular-dxc-site.next.config",
"scully:serve": "scully serve",
"pre-analyze": "ng build --stats-json",
"analyze": "webpack-bundle-analyzer ./dist/angular-dxc-site/stats.json",
"storybook": "ng run dxc-ngx-cdk:storybook",
"build-storybook": "ng run dxc-ngx-cdk:build-storybook",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "15.2.4",
"@angular/cdk": "15.2.3",
"@angular/common": "15.2.4",
"@angular/compiler": "15.2.4",
"@angular/core": "15.2.4",
"@angular/forms": "15.2.4",
"@angular/material": "15.2.3",
"@angular/material-moment-adapter": "15.2.3",
"@angular/platform-browser": "15.2.4",
"@angular/platform-browser-dynamic": "15.2.4",
"@angular/router": "15.2.4",
"@babel/preset-env": "^7.4.5",
"@ctrl/tinycolor": "^3.6.0",
"@emotion/css": "11.11.0",
"csstype": ">=3.0.2 <=3.1.2",
"@mdi/font": "^7.2.96",
"@scullyio/init": "^2.1.41",
"@scullyio/ng-lib": "^2.1.41",
"@scullyio/scully": "^2.1.41",
"@types/jest": "^29.5.1",
"amazon-cognito-identity-js": "^6.2.0",
"aws-sdk": "^2.1366.0",
"babel-jest": "^29.5.0",
"bootstrap": "^5.2.3",
"emotion": "11.0.0",
"file-saver": "^2.0.5",
"fs": "0.0.1-security",
"immutable": "^4.3.0",
"jest": "^29.5.0",
"jest-preset-angular": "^13.0.1",
"moment": "^2.29.4",
"ng-packagr": "^15.2.2",
"ngx-infinite-scroll": "^15.0.0",
"ngx-material-timepicker": "^5.5.3",
"ngx-monaco-editor-v2": "15.0.1",
"ngx-toastr": "16.1.1",
"rgb-hex": "^4.0.1",
"rxjs": "~7.4.0",
"tinycolor2": "^1.6.0",
"vanilla-text-mask": "^5.1.1",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.2.4",
"@angular/cli": "15.2.4",
"@angular/compiler-cli": "15.2.4",
"@angular/language-service": "15.2.4",
"@babel/core": "^7.21.4",
"@schematics/angular": "15.2.7",
"@scullyio/scully-plugin-base-href-rewrite": "^2.1.41",
"@types/jasmine": "~4.3.1",
"@types/jasminewd2": "2.0.10",
"@types/node": "^18.16.1",
"babel-loader": "^9.1.2",
"codelyzer": "^6.0.1",
"jasmine-core": "~4.6.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.0.0",
"start-server-and-test": "^2.0.0",
"ts-node": "10.9.1",
"tslib": "^2.5.0",
"tslint": "~6.1.0",
"typescript": "4.9.5"
}
}