forked from reach/reach-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.85 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
{
"name": "reach-ui",
"scripts": {
"start": "start-storybook -p 9001 -c .storybook",
"bootstrap": "lerna bootstrap --hoist",
"test": "lerna run test --stream",
"build": "lerna run build --parallel --since origin/master",
"build:all": "lerna run build --parallel",
"precommit": "pretty-quick --staged",
"release": "lerna run test --since origin/master && yarn build && lerna publish --since origin/master"
},
"license": "MIT",
"dependencies": {
"@storybook/react": "^3.4.7",
"autoprefixer": "^8.6.2",
"jest": "^23.4.2",
"react": "^16.4.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "7.2.3",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.14",
"css-loader": "^0.28.11",
"eslint": "4.10.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"gzip-size": "^5.0.0",
"husky": "^0.14.3",
"lerna": "^2.11.0",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-loader": "^2.1.5",
"prettier": "^1.13.5",
"pretty-bytes": "^5.1.0",
"pretty-quick": "^1.6.0",
"react-dom": "^16.4.0",
"style-loader": "^0.21.0",
"rollup": "^0.63.4",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.4",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^4.0.0"
},
"prettier": {}
}