2017-07-01 18:36:21 +00:00
|
|
|
{
|
|
|
|
"name": "scouts",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2017-07-20 22:56:03 +00:00
|
|
|
"homepage": "https://bobjohnbob.github.io/scouttracker/build",
|
2017-07-01 18:36:21 +00:00
|
|
|
"dependencies": {
|
2017-07-13 23:11:35 +00:00
|
|
|
"material-ui": "^0.18.6",
|
2017-07-01 18:36:21 +00:00
|
|
|
"react": "^15.6.1",
|
|
|
|
"react-apollo": "^1.4.2",
|
|
|
|
"react-dom": "^15.6.1",
|
|
|
|
"react-router": "^4.1.1",
|
2017-07-13 23:11:35 +00:00
|
|
|
"react-scripts": "1.0.10",
|
2017-07-14 21:21:35 +00:00
|
|
|
"react-tap-event-plugin": "^2.0.1",
|
|
|
|
"subscriptions-transport-ws": "^0.8.1"
|
2017-07-01 18:36:21 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
|
|
|
}
|