22 lines
583 B
JSON
22 lines
583 B
JSON
{
|
|
"name": "scouts",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://bobjohnbob.github.io/scouttracker/build",
|
|
"dependencies": {
|
|
"material-ui": "^0.18.6",
|
|
"react": "^15.6.1",
|
|
"react-apollo": "^1.4.2",
|
|
"react-dom": "^15.6.1",
|
|
"react-router": "^4.1.1",
|
|
"react-scripts": "1.0.10",
|
|
"react-tap-event-plugin": "^2.0.1",
|
|
"subscriptions-transport-ws": "^0.8.1"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|