forked from carbon-design-system/carbon-components-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.23 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
{
"name": "carbon-components-angular",
"version": "0.0.0",
"description": "Next generation components",
"main": "index.js",
"scripts": {
"build": "bash scripts/build.sh",
"storybook": "start-storybook -s .storybook/public -p 6006",
"docs:build": "typedoc",
"lint": "tslint 'src/**/*.ts'",
"lint:fix": "tslint --fix 'src/**/*.ts'",
"test": "ng test --no-watch",
"test:watch": "ng test --watch",
"build-storybook": "build-storybook -c .storybook -s .storybook/public -o dist/docs/storybook",
"semantic-release": "semantic-release",
"commit": "git-cz",
"ng": "ng",
"ng:build": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build"
},
"husky": {
"hooks": {
"pre-push": "bash scripts/prepush.sh",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"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"
}
],
"tagFormat": "v${version}"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog-components"
}
},
"repository": {
"type": "git",
"url": "git@github.com:IBM/carbon-components-angular.git"
},
"license": "Apache-2.0",
"author": "IBM",
"peerDependencies": {
"@angular/common": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
"@angular/core": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0",
"@angular/forms": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26 || ^0.9.0 || ^0.10.0",
"carbon-components": "^10.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.9",
"@angular-devkit/build-ng-packagr": "0.13.9",
"@angular-devkit/core": "7.3.9",
"@angular/cli": "7.3.9",
"@angular/common": "7.2.16",
"@angular/compiler": "7.2.16",
"@angular/compiler-cli": "7.2.16",
"@angular/core": "7.2.16",
"@angular/forms": "7.2.16",
"@angular/platform-browser": "7.2.16",
"@angular/platform-browser-dynamic": "7.2.16",
"@angular/router": "7.2.16",
"@babel/core": "7.4.3",
"@carbon/themes": "10.15.0",
"@commitlint/cli": "8.3.5",
"@commitlint/config-conventional": "8.3.4",
"@storybook/addon-actions": "5.3.19",
"@storybook/addon-knobs": "5.3.19",
"@storybook/addon-links": "5.3.19",
"@storybook/addon-notes": "5.3.19",
"@storybook/addon-options": "5.3.19",
"@storybook/addon-storysource": "5.3.19",
"@storybook/addons": "5.3.19",
"@storybook/angular": "5.3.19",
"@storybook/theming": "5.3.19",
"@types/jasmine": "2.8.2",
"@types/node": "11.13.0",
"babel-loader": "8.0.5",
"carbon-components": "10.34.0",
"chai": "4.2.0",
"codelyzer": "5.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": "1.3.1",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "3.1.1",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"lodash-es": "4.17.15",
"ng-packagr": "4.7.1",
"node-sass": "6.0.1",
"rxjs": "6.4.0",
"sass": "^1.26.10",
"sass-loader": "10.1.1",
"semantic-release": "17.2.3",
"ts-helpers": "1.1.2",
"tsickle": "0.35.0",
"tslib": "1.9.3",
"tslint": "5.15.0",
"typedoc": "0.14.2",
"typedoc-plugin-external-module-name": "^4.0.3",
"typescript": "3.2.4",
"whatwg-fetch": "3.0.0",
"zone.js": "0.8.26"
},
"dependencies": {
"@carbon/icon-helpers": "10.9.0",
"@carbon/icons": "10.27.0",
"@carbon/telemetry": "0.0.0-alpha.6",
"@carbon/utils-position": "1.1.3",
"flatpickr": "4.6.1"
}
}