forked from patternfly/patternfly-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.73 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 4.73 KB
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
{
"name": "@patternfly/react-lerna-root",
"private": true,
"version": "0.0.0",
"description": "This library provides a set of common React components for use with the PatternFly reference implementation.",
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-react.git"
},
"engines": {
"node": ">=8.9.0",
"npm": ">=5.5.1",
"yarn": ">=1.6.0"
},
"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",
"devDependencies": {
"@commitlint/cli": "^7.1.2",
"@storybook/addon-actions": "^v3.4.11",
"@storybook/addon-info": "^v3.4.11",
"@storybook/addon-knobs": "^v3.4.11",
"@storybook/addon-links": "^v3.4.11",
"@storybook/addon-options": "^v3.4.11",
"@storybook/addon-storysource": "^v3.4.11",
"@storybook/addon-viewport": "^3.4.11",
"@storybook/addons": "^3.3.0",
"@storybook/react": "^v3.4.11",
"@storybook/storybook-deployer": "^2.1.0",
"@types/jest": "^23.3.10",
"@types/prop-types": "^15.5.6",
"@types/react": "^16.7.13",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.6.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-plugin-transform-imports": "^1.5.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",
"change-case": "^3.0.2",
"codecov": "^3.2.0",
"commitizen": "^3.0.1",
"commitlint-config-cz": "^0.10.1",
"concurrently": "^3.5.1",
"conventional-changelog-cli": "^2.0.5",
"cross-env": "^5.1.4",
"css-loader": "^0.28.11",
"cypress": "^3.1.4",
"cz-conventional-changelog": "^2.1.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16.3": "^1.2.0",
"enzyme-to-json": "^3.3.3",
"eslint": "^5.13.0",
"eslint-import-resolver-webpack": "^0.9.0",
"eslint-plugin-patternfly-react": "file:packages/eslint-plugin-patternfly-react",
"fs-extra": "^6.0.1",
"glob": "^7.1.2",
"husky": "^0.14.3",
"istanbul-api": "1.3.1",
"istanbul-reports": "1.3.0",
"jest": "^23.6.0",
"jest-cli": "^23.6.0",
"lerna": "^3.13.0",
"local-web-server": "^2.6.1",
"minimist": "^1.2.0",
"mutation-observer": "^1.0.3",
"node-sass": "^4.8.3",
"plop": "^2.0.0",
"prettier": "^1.14.2",
"prettier-eslint": "^8.8.1",
"prop-types": "^15.6.1",
"react": "^16.3.0",
"react-dev-utils": "^5.0.0",
"react-dom": "^16.3.0",
"react-scripts": "2.1.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.3",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"surge": "^0.20.1",
"ts-jest": "^23.10.5"
},
"optionalDependencies": {
"sortabular": "^1.5.1",
"table-resolver": "^3.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": {
"bootstrap": "lerna bootstrap",
"build": "yarn prebuild:pf4 && lerna run --parallel build",
"prebuild:pf4": "lerna run --scope='@patternfly/react-styles' build",
"build:docs": "yarn build && lerna run docbuild",
"build:prdocs": "lerna run pr-build",
"build:storybook": "build-storybook -c storybook -o .out",
"commit": "git-cz",
"commitmsg": "commitlint -e",
"generate": "yarn plop",
"lint": "lerna run lint --parallel",
"lint:fix": "lerna run lint:fix --parallel",
"lint:style": "lerna run stylelint",
"prettier": "prettier --write 'storybook/**/*.js' 'packages/**/*.js' 'scripts/**/*.js'",
"start": "yarn start:pf3",
"start:pf3": "concurrently \"yarn storybook:run\" \"yarn storybook:openurl\"",
"start:pf4": "lerna run develop --scope=@patternfly/react-docs --stream",
"storybook:openurl": "node ./storybook/openBrowser.js",
"storybook:run": "start-storybook -c storybook -p 6006",
"storybook": "yarn storybook:run",
"test": "jest packages",
"test:pf3": "jest packages/patternfly-3",
"test:pf4": "jest packages/patternfly-4",
"test:current": "jest --watch",
"test:integration": "lerna run integration:setup && lerna run build:demo && lerna run integration:test",
"test:watch": "jest --watchAll"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
},
"access": "public"
},
"workspaces": {
"packages": [
"packages/**"
]
}
}