UNPKG

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