-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
105 lines (105 loc) · 3.67 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
{
"name": "dxc-angular-cdk",
"version": "0.0.0",
"resolutions": {
"@storybook/angular/webpack": "^5"
},
"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": "13.2.5",
"@angular/cdk": "12.2.13",
"@angular/common": "13.2.5",
"@angular/compiler": "13.2.5",
"@angular/core": "13.2.5",
"@angular/forms": "13.2.5",
"@angular/material": "12.2.13",
"@angular/material-moment-adapter": "12.2.13",
"@angular/platform-browser": "13.2.5",
"@angular/platform-browser-dynamic": "13.2.5",
"@angular/router": "13.2.5",
"@ctrl/tinycolor": "^3.4.0",
"@material-extended/mde": "^3.0.3",
"@nrwl/angular": "13.4.3",
"@scullyio/ng-lib": "^1.0.0",
"@scullyio/scully": "^2.1.21",
"@scullyio/scully-plugin-puppeteer": "^2.1.26",
"@testing-library/dom": "^8.11.1",
"aws-sdk": "^2.718.0",
"dayjs": "^1.11.0",
"emotion": "10.0.27",
"moment": "^2.24.0",
"ng-packagr": "13.2.1",
"ngx-color-picker": "^11.0.0",
"ngx-monaco-editor": "8.1.1",
"rgb-hex": "^3.0.0",
"rxjs": "^6.6.7",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.2.5",
"@angular/cli": "13.2.5",
"@angular/compiler-cli": "13.2.5",
"@nrwl/jest": "13.4.3",
"@nrwl/node": "13.4.3",
"@babel/core": "^7.4.5",
"@compodoc/compodoc": "^1.1.19",
"@scullyio/scully-plugin-base-href-rewrite": "^1.0.0-beta.0",
"@storybook/addon-a11y": "^6.4.19",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/addon-storysource": "^6.4.19",
"@storybook/angular": "^6.4.19",
"@storybook/builder-webpack5": "^6.5.0-alpha.46",
"@storybook/manager-webpack5": "^6.5.0-alpha.46",
"@storybook/testing-library": "0.0.9",
"@testing-library/jasmine-dom": "^1.2.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "27.4.0",
"@types/node": "14.14.37",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "27.4.7",
"jest-preset-angular": "11.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"karma": "~6.3.16",
"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",
"rgb-hex": "^3.0.0",
"storybook-addon-pseudo-states": "^1.0.0",
"ts-jest": "27.1.2",
"ts-node": "~10.4.0",
"typescript": "4.5.5",
"webpack": "^5.70.0",
"webpack-bundle-analyzer": "^4.5.0"
}
}