forked from patternfly/patternfly-3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
134 lines (134 loc) · 4.34 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
{
"name": "patternfly",
"version": "0.0.0-semantically-released",
"author": "Red Hat",
"license": "Apache-2.0",
"dependencies": {
"bootstrap": "~3.3.7",
"font-awesome": "^4.7.0",
"jquery": "~3.2.1"
},
"devDependencies": {
"@commitlint/cli": "^3.2.0",
"autoprefixer": "^6.4.0",
"backstopjs": "^3.1.15",
"chromy": "^0.5.5",
"commitizen": "^2.9.6",
"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.0.0",
"grunt-css-count": "^0.3.1",
"grunt-eslint": "^19.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-jekyll": "^0.4.4",
"grunt-karma": "^2.0.0",
"grunt-lassie": "0.0.1",
"grunt-postcss": "^0.8.0",
"grunt-run": "^0.6.0",
"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": "^1.1.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.4",
"matchdep": "~1.0.1",
"mz": "^2.6.0",
"npm-check-updates": "^2.12.1",
"nsp": "^2.6.1",
"open": "0.0.5",
"patternfly-eng-release": "^3.26.46",
"pixrem": "^3.0.1",
"require-all": "^2.2.0",
"semantic-release": "^6.3.6",
"stylelint": "^8.0.0",
"table": "3.7.9"
},
"optionalDependencies": {
"bootstrap-datepicker": "^1.7.1",
"bootstrap-sass": "^3.3.7",
"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.0"
},
"release": {
"branch": "master-dist",
"debug": false,
"verifyConditions": {
"path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
}
},
"scripts": {
"test": "grunt karma",
"build": "grunt build",
"jekyll": "ruby --version || echo \"Ruby required\"; bundler -v || gem install bundler; bundle check || bundle install; set -e",
"start": "grunt build serve",
"grunt": "grunt",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"semantic-release-post": "semantic-release post",
"semantic-release-pre": "semantic-release pre",
"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 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.git"
},
"bugs": {
"url": "https://github.com/patternfly/patternfly/issues"
},
"homepage": "https://github.com/patternfly/patternfly",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"files": [
"dist/",
"tests/",
"npm-shrinkwrap.json"
]
}