forked from priley86/patternfly-react-monorepo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
165 lines (165 loc) · 6.45 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
165
{
"name": "patternfly-react",
"version": "0.0.0-semantically-released",
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"main": "dist/js/index.js",
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-react.git"
},
"keywords": [
"react",
"patternfly"
],
"author": "Red Hat",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/patternfly/patternfly-react/issues"
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"dependencies": {
"bootstrap-slider-without-jquery": "^10.0.0",
"breakjs": "^1.0.0",
"classnames": "^2.2.5",
"css-element-queries": "^1.0.1",
"patternfly": "^3.42.0",
"react-bootstrap": "^0.32.1",
"react-bootstrap-switch": "^15.5.3",
"react-c3js": "^0.1.20",
"react-fontawesome": "^1.6.1",
"reactabular-table": "^8.12.1",
"recompose": "^0.26.0"
},
"optionalDependencies": {
"sortabular": "^1.5.1",
"table-resolver": "^3.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^v3.4.0",
"@storybook/addon-info": "^v3.4.0",
"@storybook/addon-knobs": "^v3.4.0",
"@storybook/addon-links": "^v3.4.0",
"@storybook/addon-options": "^v3.4.0",
"@storybook/addon-storysource": "^v3.4.0",
"@storybook/addon-viewport": "^3.3.15",
"@storybook/react": "^v3.4.0",
"@storybook/storybook-deployer": "^2.1.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"commitizen": "^2.9.6",
"concurrently": "^3.5.1",
"coveralls": "^3.0.0",
"css-loader": "^0.28.11",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.2",
"eslint-config-standard-react": "^5.0.0",
"eslint-plugin-import": "^2.10.0",
"eslint-plugin-jest": "^21.15.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.4.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"git-hooks": "^1.1.10",
"husky": "^0.14.3",
"istanbul-api": "1.3.1",
"istanbul-reports": "1.3.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"lint-staged": "^7.0.4",
"lodash": "^4.17.0",
"node-sass": "^4.8.3",
"prettier": "^1.11.1",
"prettier-eslint": "^8.8.1",
"prop-types": "^15.6.1",
"raf": "^3.4.0",
"react": "^16.3.0",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.3.0",
"sass-loader": "^6.0.6",
"semantic-release": "^12.2.0",
"style-loader": "^0.20.3",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.2.0",
"travis-deploy-once": "^4.4.1"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.3.1",
"react-dom": "^15.6.2 || ^16.2.0"
},
"sassIncludes": {
"patternfly": "node_modules/patternfly/dist/sass",
"bootstrap": "node_modules/bootstrap-sass/assets/stylesheets",
"fontAwesome": "node_modules/font-awesome-sass/assets/stylesheets"
},
"scripts": {
"start": "concurrently \"yarn storybook:run\" \"yarn storybook:openurl\"",
"commit": "git-cz",
"build": "yarn build:scripts && yarn build:sass && yarn build:less",
"build:scripts": "babel src --out-dir dist/js --ignore .test.js,__mocks__",
"build:less": "mkdir -p dist/less && cp -r less/* dist/less",
"build:sass": "mkdir -p dist/sass && cp -r sass/patternfly-react/* dist/sass && node-sass --output-style compressed --include-path sass --include-path $npm_package_sassIncludes_patternfly --include-path $npm_package_sassIncludes_bootstrap --include-path $npm_package_sassIncludes_fontAwesome -o dist/css sass/patternfly-react.scss",
"build:console": "yarn build:console:scripts && yarn build:console:less && yarn build:console:sass",
"build:console:scripts": "babel packages/console/src --out-dir packages/console/dist/cjs --ignore .test.js,__mocks__",
"build:console:less": "mkdir -p packages/console/dist/less && cp -r packages/console/less/* packages/console/dist/less",
"build:console:sass": "mkdir -p packages/console/dist/sass && cp -r packages/console/sass/* packages/console/dist/sass && node-sass --output-style compressed --include-path sass --include-path $npm_package_sassIncludes_patternfly --include-path $npm_package_sassIncludes_bootstrap --include-path $npm_package_sassIncludes_fontAwesome -o packages/console/dist/css packages/console/sass/console.scss",
"publish:console": "cd packages/console && yarn publish",
"lint": "yarn lint:js && yarn lint:styles",
"lint:fix": "yarn lint:js --fix && yarn lint:styles --fix",
"lint:js": "eslint --rulesdir lint-rules/ --max-warnings 0 src storybook",
"lint:styles": "yarn stylelint",
"precommit": "lint-staged",
"prettier": "prettier --write --single-quote --trailing-comma=none '{src,storybook}/**/*.js'",
"prepare": "yarn build",
"test": "yarn lint && jest",
"test:watch": "jest --watchAll",
"test:current": "jest --watch",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"storybook": "yarn storybook:run",
"storybook:run": "start-storybook -c storybook -p 6006",
"storybook:build": "build-storybook -c storybook -o .out",
"storybook:deploy": "storybook-to-ghpages '--script=storybook:build'",
"semantic-release": "semantic-release",
"stylelint": "stylelint --fix 'sass/**/*.scss'",
"travis-deploy-once": "travis-deploy-once",
"storybook:openurl": "node ./storybook/openBrowser.js"
},
"jest": {
"collectCoverage": true,
"coverageReporters": [
"lcov"
],
"setupFiles": [
"./src/test.env.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
},
"lint-staged": {
"*.js": [
"eslint --rulesdir lint-rules/ --fix",
"git add"
]
}
}