2020-02-24 14:22:19 +00:00
|
|
|
{
|
|
|
|
"name": "smart-hut",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2020-04-12 15:46:16 +00:00
|
|
|
"@giantmachines/redux-websocket": "^1.1.7",
|
2020-02-25 13:18:25 +00:00
|
|
|
"@material-ui/core": "^4.9.4",
|
|
|
|
"@material-ui/icons": "^4.9.1",
|
2020-02-24 14:22:19 +00:00
|
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
|
|
"@testing-library/react": "^9.3.2",
|
|
|
|
"@testing-library/user-event": "^7.1.2",
|
2020-03-02 15:59:32 +00:00
|
|
|
"axios": "^0.19.2",
|
2020-02-27 09:42:13 +00:00
|
|
|
"classnames": "^2.2.6",
|
2020-04-09 11:59:34 +00:00
|
|
|
"immutability-helper": "^3.0.2",
|
2020-02-27 09:42:13 +00:00
|
|
|
"material-ui-image": "^3.2.3",
|
2020-02-24 14:22:19 +00:00
|
|
|
"react": "^16.12.0",
|
2020-03-02 15:59:32 +00:00
|
|
|
"react-axios": "^2.0.3",
|
2020-03-09 12:52:27 +00:00
|
|
|
"react-circular-input": "^0.1.6",
|
|
|
|
"react-circular-slider-svg": "^0.1.5",
|
2020-03-24 09:10:49 +00:00
|
|
|
"react-device-detect": "^1.11.14",
|
2020-02-24 14:22:19 +00:00
|
|
|
"react-dom": "^16.12.0",
|
2020-04-23 13:34:23 +00:00
|
|
|
"react-modal": "^2.2.2",
|
2020-04-07 10:46:55 +00:00
|
|
|
"react-redux": "^7.2.0",
|
2020-03-09 12:52:27 +00:00
|
|
|
"react-round-slider": "^1.0.1",
|
2020-02-25 13:18:25 +00:00
|
|
|
"react-router": "^5.1.2",
|
|
|
|
"react-router-dom": "^5.1.2",
|
2020-02-27 09:42:13 +00:00
|
|
|
"react-scripts": "3.4.0",
|
2020-04-07 10:46:55 +00:00
|
|
|
"redux": "^4.0.5",
|
|
|
|
"redux-thunk": "^2.3.0",
|
2020-03-09 12:52:27 +00:00
|
|
|
"semantic-ui-react": "^0.88.2",
|
|
|
|
"styled-components": "^5.0.1"
|
2020-02-24 14:22:19 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
2020-03-23 20:21:15 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"prettier": "2.0.1"
|
2020-02-24 14:22:19 +00:00
|
|
|
}
|
|
|
|
}
|