UNPKG

4.01 kBJSONView Raw
1{
2 "name": "patternfly",
3 "version": "3.29.6",
4 "author": "Red Hat",
5 "license": "Apache-2.0",
6 "dependencies": {
7 "bootstrap": "~3.3.7",
8 "font-awesome": "^4.7.0",
9 "jquery": "~3.2.1"
10 },
11 "devDependencies": {
12 "@commitlint/cli": "^3.2.0",
13 "autoprefixer": "^6.4.0",
14 "backstopjs": "^3.0.0",
15 "chromy": "^0.5.5",
16 "commitizen": "^2.9.6",
17 "commitlint-config-cz": "^0.5.0",
18 "connect-livereload": "~0.5.4",
19 "cz-conventional-changelog": "^2.0.0",
20 "express": "^4.16.2",
21 "front-matter": "^2.1.1",
22 "grunt": "~1.0.1",
23 "grunt-cli": "^1.2.0",
24 "grunt-contrib-clean": "^1.1.0",
25 "grunt-contrib-concat": "^1.0.0",
26 "grunt-contrib-connect": "~1.0.2",
27 "grunt-contrib-copy": "^1.0.0",
28 "grunt-contrib-cssmin": "^2.0.0",
29 "grunt-contrib-less": "^1.3.0",
30 "grunt-contrib-uglify": "^2.3.0",
31 "grunt-contrib-watch": "~1.0.0",
32 "grunt-css-count": "^0.3.1",
33 "grunt-eslint": "^19.0.0",
34 "grunt-htmlhint": "^0.9.13",
35 "grunt-jekyll": "^0.4.4",
36 "grunt-karma": "^2.0.0",
37 "grunt-postcss": "^0.8.0",
38 "grunt-run": "^0.6.0",
39 "grunt-stylelint": "^0.7.0",
40 "html-pdf": "^2.2.0",
41 "husky": "^0.14.3",
42 "jasmine-core": "^2.4.1",
43 "jasmine-jquery": "^2.1.1",
44 "js-yaml": "^3.7.0",
45 "karma": "^1.1.0",
46 "karma-chrome-launcher": "^2.0.0",
47 "karma-firefox-launcher": "^1.0.0",
48 "karma-jasmine": "^1.0.2",
49 "karma-phantomjs-launcher": "^1.0.1",
50 "liquid-node": "bleathem/liquid-node#v2.6.1-pf.1",
51 "lodash": "^4.17.4",
52 "matchdep": "~1.0.1",
53 "mz": "^2.6.0",
54 "npm-check-updates": "^2.12.1",
55 "nsp": "^2.6.1",
56 "open": "0.0.5",
57 "patternfly-eng-release": "^3.26.35",
58 "pixrem": "^3.0.1",
59 "require-all": "^2.2.0",
60 "semantic-release": "^6.3.6",
61 "table": "3.7.9"
62 },
63 "optionalDependencies": {
64 "bootstrap-datepicker": "~1.6.4",
65 "bootstrap-select": "^1.12.2",
66 "bootstrap-switch": "~3.3.4",
67 "bootstrap-touchspin": "~3.1.1",
68 "c3": "~0.4.11",
69 "d3": "~3.5.17",
70 "datatables.net": "^1.10.15",
71 "datatables.net-colreorder": "~1.3.2",
72 "datatables.net-colreorder-bs": "~1.3.2",
73 "datatables.net-select": "~1.2.0",
74 "drmonty-datatables-colvis": "~1.1.2",
75 "eonasdan-bootstrap-datetimepicker": "^4.17.47",
76 "google-code-prettify": "~1.0.5",
77 "jquery-match-height": "^0.7.2",
78 "moment": "~2.14.1",
79 "moment-timezone": "^0.4.1",
80 "patternfly-bootstrap-combobox": "~1.1.7",
81 "patternfly-bootstrap-treeview": "~2.1.0"
82 },
83 "release": {
84 "branch": "master-dist",
85 "debug": false,
86 "verifyConditions": {
87 "path": "./node_modules/semantic-release/src/lib/plugin-noop.js"
88 }
89 },
90 "scripts": {
91 "test": "grunt karma",
92 "build": "grunt build",
93 "jekyll": "ruby --version || echo \"Ruby required\"; bundler -v || gem install bundler; bundle check || bundle install; set -e",
94 "start": "grunt build serve",
95 "grunt": "grunt",
96 "semantic-release": "semantic-release pre && npm publish && semantic-release post",
97 "semantic-release-post": "semantic-release post",
98 "semantic-release-pre": "semantic-release pre",
99 "commit": "git-cz",
100 "commitmsg": "commitlint -e",
101 "ncu": "ncu --semverLevel minor -p",
102 "regressions": "node ./backstop/test",
103 "approve-conflicts": "node ./backstop/approve",
104 "regressions-init": "node ./backstop/reference",
105 "regressions-fix": "pkill -f '(chrome)?(--headless)'"
106 },
107 "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.",
108 "repository": {
109 "type": "git",
110 "url": "https://github.com/patternfly/patternfly.git"
111 },
112 "bugs": {
113 "url": "https://github.com/patternfly/patternfly/issues"
114 },
115 "homepage": "https://github.com/patternfly/patternfly",
116 "config": {
117 "commitizen": {
118 "path": "./node_modules/cz-conventional-changelog"
119 }
120 }
121}
\No newline at end of file