Add a script for auto configurating a collection

This commit is contained in:
Mathias Biilmann Christensen
2016-12-26 17:44:50 -08:00
parent 8509b11104
commit 8b82a5b72e
4 changed files with 59 additions and 7 deletions

View File

@ -8,6 +8,7 @@
"test": "jest",
"test:watch": "jest --watch",
"build": "NODE_ENV=production webpack --config webpack.prod.js",
"build:scripts": "NODE_ENV=production webpack --config webpack.cli.js",
"prepublish": "npm run build",
"storybook": "start-storybook -p 9001",
"storybook-build": "build-storybook -o dist",
@ -91,7 +92,10 @@
"dependencies": {
"@kadira/storybook": "^1.36.0",
"autoprefixer": "^6.3.3",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"dateformat": "^1.0.12",
"deep-equal": "^1.0.1",
"fuzzy": "^0.1.1",
"immutability-helper": "^2.0.0",
"immutable": "^3.7.6",