Skip to content

Instantly share code, notes, and snippets.

@JamesTheHacker
Created October 18, 2017 17:05
Show Gist options
  • Save JamesTheHacker/dcea9d6f8097b713b0024276405fd9c5 to your computer and use it in GitHub Desktop.
Save JamesTheHacker/dcea9d6f8097b713b0024276405fd9c5 to your computer and use it in GitHub Desktop.
{
"name": "web",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3001",
"dependencies": {
"enzyme-to-json": "^3.1.2",
"fetch-mock": "^5.13.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"react-scripts": "1.0.14",
"redux": "^3.7.2",
"redux-mock-store": "^1.3.0",
"redux-thunk": "^2.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"api": "json-server --watch ./src/__mockData__/db.json --port 3001"
},
"devDependencies": {
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.1",
"raf": "^3.4.0",
"react-test-renderer": "^16.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment