-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.71 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
{
"scripts": {
"setup": "yarn install && lerna exec --parallel yarn install --force --no-lockfile",
"lint": "eslint --ext .jsx --ext js ./packages/",
"styleguide": "styleguidist server --config ./styleguide/config.js",
"styleguide:build": "rm -rf build && rm -f index.html && styleguidist build --config ./styleguide/config.js && mv ./styleguide/styleguide/* ./",
"build-local": "lerna exec --parallel yarn run build && lerna bootstrap",
"publish:npm": "lerna bootstrap && lerna exec --parallel yarn run build && lerna publish --skip-git --registry=https://registry.npmjs.org/"
},
"pre-commit": [
"lint"
],
"devDependencies": {
"autoprefixer": "^6.1.0",
"babel-cli": "^6.23.0",
"babel-core": "^6.13.2",
"babel-eslint": "^6.0.4",
"babel-loader": "^7.1.0",
"babel-plugin-add-react-displayname": "0.0.3",
"babel-plugin-lodash": "^3.1.4",
"babel-plugin-transform-react-remove-prop-types": "^0.2.9",
"babel-plugin-transform-react-stateless-component-name": "^1.0.2",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-2": "^6.13.0",
"babel-runtime": "^6.6.1",
"eslint": "^3.17.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"extract-text-webpack-plugin": "^3.0.1",
"lerna": "^2.5.1",
"node-sass": "4.5.3",
"postcss-loader": "^0.9.1",
"react": "16.8.0",
"react-dom": "16.8.0",
"react-hot-loader": "3.0.0",
"react-styleguidist": "^6.1.0",
"sass-loader": "6.0.6",
"style-loader": "^0.13.1",
"webpack": "^3.0.0"
},
"dependencies": {}
}