2018-07-02 10:40:32 +00:00
|
|
|
{
|
|
|
|
"name": "dashboard",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-10-30 06:59:41 +00:00
|
|
|
"emotion": "^9.2.12",
|
2019-09-30 07:32:47 +00:00
|
|
|
"eslint": "^6.5.0",
|
2020-09-07 13:32:12 +00:00
|
|
|
"handlebars": "^4.5.3",
|
2019-08-05 14:19:37 +00:00
|
|
|
"js-yaml": ">=3.13.1",
|
2020-07-21 06:58:03 +00:00
|
|
|
"lodash": "^4.17.19",
|
2019-09-30 07:32:47 +00:00
|
|
|
"react": "^16.10.1",
|
2018-07-05 09:54:27 +00:00
|
|
|
"react-copy-to-clipboard": "^5.0.1",
|
2019-09-30 07:32:47 +00:00
|
|
|
"react-dom": "^16.10.1",
|
2018-10-30 06:59:41 +00:00
|
|
|
"react-emotion": "^9.2.12",
|
2018-07-05 15:16:36 +00:00
|
|
|
"react-router-dom": "^4.3.1",
|
2018-10-30 06:59:41 +00:00
|
|
|
"react-timeout": "^1.1.2",
|
|
|
|
"semantic-ui-less": "^2.4.1",
|
2019-08-05 14:19:37 +00:00
|
|
|
"semantic-ui-react": "^0.81.3"
|
2018-07-02 10:40:32 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-09-30 07:32:47 +00:00
|
|
|
"react-scripts": "^3.1.2"
|
2018-07-02 10:40:32 +00:00
|
|
|
},
|
2019-01-08 14:48:43 +00:00
|
|
|
"browserslist": "",
|
2018-07-10 10:01:09 +00:00
|
|
|
"proxy": "https://192.168.140.212: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
|
|
|
}
|