Skip to content

Instantly share code, notes, and snippets.

@fdjones
Created February 6, 2018 22:49
Show Gist options
  • Save fdjones/4dcd1c4dc2436fac7c097f9547808a33 to your computer and use it in GitHub Desktop.
Save fdjones/4dcd1c4dc2436fac7c097f9547808a33 to your computer and use it in GitHub Desktop.
{
"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