Sort out dependencies that are only used for development.

This commit is contained in:
Caleb 2017-09-20 16:03:56 -06:00
parent 8b3b892c7d
commit 86d41cccf8

View File

@ -55,7 +55,9 @@
"author": "Netlify", "author": "Netlify",
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@kadira/storybook": "^1.36.0",
"all-contributors-cli": "^4.4.0", "all-contributors-cli": "^4.4.0",
"autoprefixer": "^6.3.3",
"babel": "^6.5.2", "babel": "^6.5.2",
"babel-cli": "^6.18.0", "babel-cli": "^6.18.0",
"babel-core": "^6.23.1", "babel-core": "^6.23.1",
@ -65,9 +67,11 @@
"babel-preset-es2015": "^6.22.0", "babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0", "babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0", "babel-preset-stage-1": "^6.22.0",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-runtime": "^6.23.0", "babel-runtime": "^6.23.0",
"cross-env": "^5.0.2", "cross-env": "^5.0.2",
"css-loader": "^0.28.4", "css-loader": "^0.28.4",
"deep-equal": "^1.0.1",
"enzyme": "^2.4.1", "enzyme": "^2.4.1",
"eslint": "^3.7.1", "eslint": "^3.7.1",
"eslint-config-netlify": "github:netlify/eslint-config-netlify", "eslint-config-netlify": "github:netlify/eslint-config-netlify",
@ -80,6 +84,7 @@
"imports-loader": "^0.7.1", "imports-loader": "^0.7.1",
"jest": "^20.0.4", "jest": "^20.0.4",
"jest-cli": "^20.0.4", "jest-cli": "^20.0.4",
"json-loader": "^0.5.4",
"lint-staged": "^3.3.1", "lint-staged": "^3.3.1",
"node-sass": "^3.10.0", "node-sass": "^3.10.0",
"npm-check": "^5.2.3", "npm-check": "^5.2.3",
@ -102,13 +107,9 @@
"webpack-postcss-tools": "^1.1.1" "webpack-postcss-tools": "^1.1.1"
}, },
"dependencies": { "dependencies": {
"@kadira/storybook": "^1.36.0",
"autoprefixer": "^6.3.3",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"create-react-class": "^15.6.0", "create-react-class": "^15.6.0",
"dateformat": "^1.0.12", "dateformat": "^1.0.12",
"deep-equal": "^1.0.1",
"fuzzy": "^0.1.1", "fuzzy": "^0.1.1",
"gray-matter": "^3.0.6", "gray-matter": "^3.0.6",
"history": "^2.1.2", "history": "^2.1.2",
@ -116,7 +117,6 @@
"immutable": "^3.7.6", "immutable": "^3.7.6",
"js-base64": "^2.1.9", "js-base64": "^2.1.9",
"js-yaml": "^3.10.0", "js-yaml": "^3.10.0",
"json-loader": "^0.5.4",
"jwt-decode": "^2.1.0", "jwt-decode": "^2.1.0",
"localforage": "^1.4.2", "localforage": "^1.4.2",
"lodash": "^4.13.1", "lodash": "^4.13.1",