Generate pattern library for components
This commit is contained in:
parent
d46773cc94
commit
83e13c8b36
11 changed files with 193 additions and 4 deletions
|
|
@ -14,7 +14,9 @@
|
|||
"coverage": "istanbul cover _mocha -- --ui bdd -R spec -t 5000;open ./coverage/lcov-report/index.html",
|
||||
"cover": "node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover node_modules/.bin/_mocha",
|
||||
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
|
||||
"docgen": "documentation build src/** -f html -o docs"
|
||||
"docgen": "documentation build src/** -f html -o docs",
|
||||
"styleguide-server": "styleguidist server",
|
||||
"styleguide-build": "styleguidist build"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -67,7 +69,9 @@
|
|||
"mocha-lcov-reporter": "^1.2.0",
|
||||
"react": "^15.4.1",
|
||||
"react-addons-test-utils": "^15.4.1",
|
||||
"react-docgen": "^2.13.0",
|
||||
"react-dom": "^15.4.1",
|
||||
"react-styleguidist": "^4.6.3",
|
||||
"sass-loader": "^4.0.2",
|
||||
"sinon": "^1.17.6",
|
||||
"style-loader": "^0.13.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue