forked from carbon-design-system/carbon-components-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
150 lines (150 loc) · 4.36 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "carbon-components-angular",
"version": "0.0.0",
"description": "Next generation components",
"main": "index.js",
"scripts": {
"build": "bash scripts/build.sh",
"storybook": "ng run carbon-components-angular:storybook",
"docs:build": "compodoc -p tsconfig.doc.json -t",
"docs:json": "compodoc --config compodoc.storybook.json",
"lint": "tslint 'src/**/*.ts'",
"lint:fix": "tslint --fix 'src/**/*.ts'",
"test": "ng test --no-watch",
"test:watch": "ng test --watch",
"build-storybook": "ng run carbon-components-angular:build-storybook",
"semantic-release": "semantic-release",
"commit": "git-cz -s",
"ng": "ng",
"ng:build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build",
"prepare": "husky install",
"postinstall": "ibmtelemetry --config=telemetry.yml"
},
"release": {
"pkgRoot": "dist",
"branches": [
{
"name": "master",
"channel": "latest"
},
{
"name": "next",
"channel": "next"
},
{
"name": "v3",
"channel": "carbon-v3",
"range": "3.x"
},
{
"name": "v9",
"channel": "carbon-v9",
"range": "2.X"
},
{
"name": "v10",
"channel": "carbon-v10",
"range": "4.x"
}
],
"tagFormat": "v${version}"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog-components"
}
},
"repository": {
"type": "git",
"url": "git@github.com:carbon-design-system/carbon-components-angular.git"
},
"publishConfig": {
"provenance": true
},
"license": "Apache-2.0",
"author": "IBM",
"peerDependencies": {
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@angular/forms": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"@carbon/styles": "^1.56.0",
"rxjs": "^6.0.0 || ^7.0.0",
"zone.js": "^0.11.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "14.2.11",
"@angular-devkit/core": "14.2.11",
"@angular/animations": "14.3.0",
"@angular/cli": "14.2.11",
"@angular/common": "14.3.0",
"@angular/compiler": "14.3.0",
"@angular/compiler-cli": "14.3.0",
"@angular/core": "14.3.0",
"@angular/forms": "14.3.0",
"@angular/platform-browser": "14.3.0",
"@angular/platform-browser-dynamic": "14.3.0",
"@angular/router": "14.3.0",
"@babel/core": "7.9.6",
"@carbon/styles": "1.56.0",
"@carbon/themes": "11.24.0",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@compodoc/compodoc": "1.1.25",
"@storybook/addon-a11y": "7.6.7",
"@storybook/addon-actions": "7.6.7",
"@storybook/addon-essentials": "7.6.7",
"@storybook/addon-links": "7.6.7",
"@storybook/addon-storysource": "7.6.7",
"@storybook/angular": "7.6.7",
"@storybook/theming": "7.6.7",
"@types/jasmine": "3.8.0",
"@types/node": "12.20.55",
"@types/resize-observer-browser": "^0.1.7",
"babel-loader": "8.0.5",
"chai": "4.2.0",
"codelyzer": "6.0.0",
"commitizen": "4.2.4",
"core-js": "2.6.11",
"cz-conventional-changelog-components": "1.0.0",
"element-closest-polyfill": "1.0.0",
"exported-tests": "1.0.1",
"file-type": "12.4.0",
"gulp": "4.0.0",
"gulp-concat": "2.6.1",
"gulp-tap": "1.0.1",
"husky": "8.0.1",
"jasmine-core": "3.8.0",
"jasmine-spec-reporter": "5.0.0",
"karma": "6.4.0",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.2",
"karma-jasmine": "4.0.0",
"karma-jasmine-html-reporter": "1.7.0",
"lodash-es": "4.17.21",
"ng-packagr": "14.2.2",
"postcss": "8.4.14",
"postcss-loader": "7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"rxjs": "7.5.0",
"sass": "1.57.0",
"sass-loader": "13.2.0",
"semantic-release": "19.0.0",
"storybook": "7.6.7",
"ts-helpers": "1.1.2",
"tslint": "6.1.3",
"typescript": "4.6.4",
"whatwg-fetch": "3.0.0",
"zone.js": "0.11.4"
},
"dependencies": {
"@carbon/icon-helpers": "10.37.0",
"@carbon/icons": "11.14.0",
"@carbon/utils-position": "1.1.4",
"@floating-ui/dom": "1.6.3",
"@ibm/telemetry-js": "^1.5.0",
"flatpickr": "4.6.13",
"tslib": "2.3.0"
}
}