2017-12-11 18:22:06 +01:00
|
|
|
{
|
|
|
|
|
"name": "web",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"isomorphic-fetch": "^2.2.1",
|
|
|
|
|
"react": "^16.2.0",
|
|
|
|
|
"react-dom": "^16.2.0",
|
2017-12-14 14:21:23 +01:00
|
|
|
"react-scripts": "1.0.17",
|
|
|
|
|
"react-table": "^6.7.5"
|
2017-12-11 18:22:06 +01:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"start": "react-scripts start",
|
|
|
|
|
"build": "react-scripts build",
|
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
|
}
|
|
|
|
|
}
|