2018-02-02 21:22:06 +00:00
|
|
|
{
|
|
|
|
"name": "webclient",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"react": "^16.2.0",
|
|
|
|
"react-dom": "^16.2.0",
|
2018-02-03 03:53:08 +00:00
|
|
|
"react-router-dom": "^4.2.2",
|
|
|
|
"react-scripts": "1.1.0",
|
2018-02-06 06:37:44 +00:00
|
|
|
"semantic-ui-react": "^0.77.2",
|
|
|
|
"socket.io-client": "^2.0.4"
|
2018-02-02 21:22:06 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
2018-02-03 03:53:08 +00:00
|
|
|
}
|