Add a script for auto configurating a collection
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user