Created
June 1, 2018 22:53
-
-
Save hugodias/d3da8a987ff3edde085c9923e2251235 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "awesome-btn", | |
"version": "1.0.0", | |
"description": "", | |
"main": "src/index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", | |
"peerDependencies": { | |
"react": "^16.4.0", | |
"react-dom": "^16.4.0" | |
}, | |
"devDependencies": { | |
"babel-cli": "^6.26.0", | |
"babel-core": "^6.26.3", | |
"babel-loader": "^7.1.4", | |
"babel-plugin-transform-object-rest-spread": "^6.26.0", | |
"babel-plugin-transform-react-jsx": "^6.24.1", | |
"babel-preset-env": "^1.7.0", | |
"react": "^16.4.0", | |
"react-dom": "^16.4.0", | |
"@storybook/react": "^3.4.6", | |
"@storybook/addon-actions": "^3.4.6", | |
"@storybook/addon-links": "^3.4.6", | |
"@storybook/addons": "^3.4.6", | |
"babel-runtime": "^6.26.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment