2018-07-02 10:40:32 +00:00
|
|
|
{
|
|
|
|
"name": "dashboard",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-07-05 15:16:36 +00:00
|
|
|
"emotion": "^9.2.4",
|
2018-07-02 10:40:32 +00:00
|
|
|
"react": "^16.4.1",
|
2018-07-05 09:54:27 +00:00
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2018-07-02 16:24:42 +00:00
|
|
|
"react-dom": "^16.4.1",
|
2018-07-05 15:16:36 +00:00
|
|
|
"react-emotion": "^9.2.4",
|
|
|
|
"react-router-dom": "^4.3.1",
|
2018-07-02 16:24:42 +00:00
|
|
|
"semantic-ui-less": "^2.2.12",
|
2018-07-05 09:54:27 +00:00
|
|
|
"semantic-ui-react": "^0.81.3"
|
2018-07-02 10:40:32 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"react-scripts": "1.1.4"
|
|
|
|
},
|
2018-07-05 09:54:27 +00:00
|
|
|
"proxy": "https://192.168.140.208:8528",
|
2018-07-02 10:40:32 +00:00
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test --env=jsdom",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
}
|
2018-07-02 16:24:42 +00:00
|
|
|
}
|