This commit is contained in:
Nicolas Gallagher
2018-01-08 18:42:16 -08:00
parent 7f45c52ce7
commit 91472bc3d6
5 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "0.2.2",
"version": "0.3.0",
"scripts": {
"build": "build-storybook -o ./dist -c ./storybook/.storybook",
"start": "start-storybook -p 9001 -c ./storybook/.storybook",
@@ -12,10 +12,10 @@
"@storybook/react": "^3.2.18",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "^0.2.2"
"react-native-web": "^0.3.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.2.2",
"babel-plugin-react-native-web": "^0.3.0",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
}