-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from akiokio/react-16
React 16
- Loading branch information
Showing
19 changed files
with
4,735 additions
and
2,053 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import '@storybook/addon-actions/register'; | ||
import '@storybook/addon-links/register'; |
This file contains 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
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,47 @@ | ||
{ | ||
"name": "react-signup-login-component", | ||
"version": "0.1.6", | ||
"version": "1.0.0", | ||
"main": "dist/ReactSignupLoginComponent.js", | ||
"engines": { | ||
"node": ">=6.0.0" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"build:module": "NODE_ENV=production babel src/components --presets react-app --out-dir dist --copy-files", | ||
"test": "react-scripts test --env=jsdom", | ||
"coverage": "react-scripts test --env=jsdom --coverage --collectCoverageFrom=src/components/*.js", | ||
"eject": "react-scripts eject", | ||
"storybook": "start-storybook -p 9009 -s public", | ||
"build-storybook": "build-storybook -s public", | ||
"predeploy": "npm run build-storybook", | ||
"deploy": "gh-pages -d build" | ||
}, | ||
"devDependencies": { | ||
"@kadira/storybook": "^2.21.0", | ||
"babel-preset-react-app": "^3.0.3", | ||
"coveralls": "^3.0.0", | ||
"enzyme": "3.1.0", | ||
"enzyme": "^3.1.0", | ||
"enzyme-adapter-react-16": "^1.0.1", | ||
"eslint": "4.8.0", | ||
"eslint-config-airbnb": "16.0.0", | ||
"eslint-plugin-import": "2.7.0", | ||
"eslint-plugin-jsx-a11y": "6.0.2", | ||
"eslint-plugin-react": "7.4.0", | ||
"gh-pages": "^1.0.0", | ||
"react-addons-test-utils": "15.6.2", | ||
"react-scripts": "1.0.14" | ||
"react-scripts": "1.0.14", | ||
"react-test-renderer": "16", | ||
"@storybook/react": "^3.2.12", | ||
"@storybook/addon-actions": "^3.2.12", | ||
"@storybook/addon-links": "^3.2.12" | ||
}, | ||
"dependencies": { | ||
"normalize.css": "^7.0.0", | ||
"react": "16.0.0", | ||
"react-dom": "16.0.0", | ||
"react-signup-login-component": "^0.1.5" | ||
}, | ||
"scripts": { | ||
"start": "react-scripts start", | ||
"build": "react-scripts build", | ||
"build:module": "NODE_ENV=production babel src/components --presets react-app --out-dir dist --copy-files", | ||
"test": "react-scripts test --env=jsdom", | ||
"coverage": "react-scripts test --env=jsdom --coverage --collectCoverageFrom=src/components/*.js", | ||
"eject": "react-scripts eject", | ||
"storybook": "start-storybook -p 9009 -s public", | ||
"build-storybook": "build-storybook -s public -o build", | ||
"predeploy": "npm run build-storybook", | ||
"deploy": "gh-pages -d build" | ||
"core-js": "^2.5.1", | ||
"normalize.css": "^5.0.0", | ||
"prop-types": "^15.6.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-signup-login-component": "^0.1.6" | ||
}, | ||
"homepage": "https://github.com/akiokio/ReactSignupLoginComponent" | ||
} |
This file contains 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
This file contains 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
Oops, something went wrong.