Commit 608985be by Sarah Fischmann

removed unecessary dependencies

parent 2eaa7950
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
"browsers": ["last 2 versions", "ie 11"] "browsers": ["last 2 versions", "ie 11"]
} }
}], }],
"babel-preset-react", "babel-preset-react"
], ],
"plugins": ["transform-object-rest-spread"] "plugins": ["transform-object-rest-spread"]
} }
...@@ -16,14 +16,10 @@ ...@@ -16,14 +16,10 @@
"test-storybook": "storyshots" "test-storybook": "storyshots"
}, },
"dependencies": { "dependencies": {
"@storybook/addons": "^3.0.0",
"@storybook/channels": "^3.0.0",
"@storybook/react": "^3.0.1",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"prop-types": "^15.5.8", "prop-types": "^15.5.8",
"react": "^15.5.4", "react": "^15.5.4",
"react-dom": "^15.5.4", "react-dom": "^15.5.4",
"react-test-renderer": "^15.5.4",
"react-transition-group": "^1.1.2", "react-transition-group": "^1.1.2",
"reactstrap": "^4.6.2" "reactstrap": "^4.6.2"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment