-
Notifications
You must be signed in to change notification settings - Fork 239
/
package.json
164 lines (164 loc) · 5.48 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "patternfly",
"version": "0.0.0-semantically-released",
"author": "Red Hat",
"license": "MIT",
"dependencies": {
"bootstrap": "~3.4.1",
"font-awesome": "^4.7.0",
"jquery": "~3.4.1"
},
"devDependencies": {
"@commitlint/cli": "^3.2.0",
"@semantic-release/exec": "^3.1.3",
"@semantic-release/git": "^7.0.4",
"autoprefixer": "^6.4.0",
"backstopjs": "4.0.3",
"chromy": "^0.5.11",
"commitizen": "^4.0.3",
"commitlint-config-cz": "^0.5.0",
"connect-livereload": "~0.5.4",
"cz-conventional-changelog": "^2.0.0",
"express": "^4.16.2",
"front-matter": "^2.1.1",
"grunt": "~1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "~1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-css-count": "^0.3.1",
"grunt-eslint": "^19.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jekyll": "^0.4.4",
"grunt-karma": "^3.0.2",
"grunt-lassie": "0.0.1",
"grunt-postcss": "^0.8.0",
"grunt-run": "^0.8.1",
"grunt-sass": "^2.0.0",
"grunt-stylelint": "^0.9.0",
"html-pdf": "^2.2.0",
"husky": "^0.14.3",
"jasmine-core": "^2.4.1",
"jasmine-jquery": "^2.1.1",
"js-yaml": "^3.7.0",
"karma": "^4.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.1",
"liquid-node": "bleathem/liquid-node#v2.6.1-pf.1",
"lodash": "^4.17.15",
"matchdep": "^2.0.0",
"mz": "^2.6.0",
"npm-check-updates": "^3.1.21",
"open": "^6.4.0",
"patternfly-eng-release": "^3.26.46",
"pixrem": "^3.0.1",
"require-all": "^2.2.0",
"semantic-release": "^15.13.24",
"stylelint": "^10.1.0",
"table": "3.7.9"
},
"optionalDependencies": {
"@types/c3": "^0.6.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap-sass": "^3.4.0",
"bootstrap-select": "1.12.2",
"bootstrap-slider": "^9.9.0",
"bootstrap-switch": "3.3.4",
"bootstrap-touchspin": "~3.1.1",
"c3": "~0.4.11",
"d3": "~3.5.17",
"datatables.net": "^1.10.15",
"datatables.net-colreorder": "^1.4.1",
"datatables.net-colreorder-bs": "~1.3.2",
"datatables.net-select": "~1.2.0",
"drmonty-datatables-colvis": "~1.1.2",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"font-awesome-sass": "^4.7.0",
"google-code-prettify": "~1.0.5",
"jquery-match-height": "^0.7.2",
"moment": "^2.19.1",
"moment-timezone": "^0.4.1",
"patternfly-bootstrap-combobox": "~1.1.7",
"patternfly-bootstrap-treeview": "~2.1.10"
},
"release": {
"branch": "master-dist",
"prepare": [
"@semantic-release/npm",
{
"path": "@semantic-release/exec",
"cmd": "sh -x ./node_modules/patternfly-eng-release/scripts/semantic-release/_bump.sh -p -s -v ${nextRelease.version}"
},
{
"path": "@semantic-release/git",
"assets": [
"package.json",
"src/js/patternfly-settings-base.js",
"bower.json"
],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
"publish": [
"@semantic-release/github",
"@semantic-release/npm"
]
},
"scripts": {
"test": "grunt karma",
"build": "grunt build",
"patternfly": "grunt build-patternfly",
"rcue": "grunt build-rcue",
"jekyll": "ruby --version || echo \"Ruby required\"; bundler -v || gem install bundler; bundle check || bundle install; set -e",
"start": "grunt serve",
"start-patternfly": "grunt build-patternfly serve",
"start-rcue": "grunt build-rcue serve",
"grunt": "grunt",
"semantic-release": "semantic-release",
"semantic-release-publish": "semantic-release --publish",
"semantic-release-prepare": "semantic-release --prepare",
"commit": "git-cz",
"commitmsg": "commitlint -e",
"ncu": "ncu --semverLevel minor -p",
"regressions": "npm run regressions:build && npm run regressions:test",
"regressions:build": "export PF_PAGE_BUILDER=jekyll && export PF_RCUE_BUILDER=rcue && npm run build",
"regressions-patternfly": "npm run regressions:build && npm run regressions:test",
"regressions:build-patternfly": "export PF_PAGE_BUILDER=jekyll && npm run build",
"regressions-rcue": "npm run regressions:build-rcue && npm run regressions:test",
"regressions:build-rcue": "export PF_RCUE_BUILDER=rcue && npm run build",
"regressions:test": "node ./backstop/test",
"approve-conflicts": "node ./backstop/approve",
"regressions-init": "node ./backstop/reference",
"regressions-fix": "pkill -f '(chrome)?(--headless)'"
},
"description": "This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a \"skinned\" version of Bootstrap with additional components and customizations.",
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-3.git"
},
"bugs": {
"url": "https://github.com/patternfly/patternfly-3/issues"
},
"homepage": "https://github.com/patternfly/patternfly-3",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"files": [
"dist/css/",
"dist/fonts/",
"dist/img/",
"dist/js/",
"dist/less/",
"dist/sass/",
"npm-shrinkwrap.json"
]
}