scouttracker/package.json

26 lines
667 B
JSON
Raw Permalink Normal View History

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-22 23:31:14 +00:00
"glamor": "^2.20.30",
"glamorous": "^3.23.5",
"material-ui": "^0.18.6",
2017-07-22 23:31:14 +00:00
"prop-types": "^15.5.10",
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",
"react-scripts": "1.0.10",
"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"
}
}