Created
February 6, 2018 22:49
-
-
Save fdjones/4dcd1c4dc2436fac7c097f9547808a33 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": "project-manager", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"react": "^16.2.0", | |
"react-dom": "^16.2.0", | |
"react-scripts": "1.1.0" | |
}, | |
"scripts": { | |
"start": "react-scripts start", | |
"build": "react-scripts build", | |
"test": "react-scripts test --env=jsdom", | |
"eject": "react-scripts eject", | |
"lint": "node_modules\\.bin\\eslint ./" | |
}, | |
"devDependencies": { | |
"babel-cli": "^6.26.0", | |
"babel-eslint": "^7.2.3", | |
"babel-preset-flow": "^6.23.0", | |
"eslint": "^4.17.0", | |
"eslint-config-airbnb": "^16.1.0", | |
"eslint-config-ao": "0.0.1-rc.3", | |
"eslint-plugin-flowtype": "^2.42.0", | |
"eslint-plugin-import": "^2.8.0", | |
"eslint-plugin-jsx-a11y": "^5.1.1", | |
"eslint-plugin-react": "^7.6.1", | |
"flow-bin": "^0.64.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment