frontend/smart-hut/package.json

67 lines
1.8 KiB
JSON
Raw Permalink Normal View History

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",
"@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",
"classnames": "^2.2.6",
"immutability-helper": "^3.0.2",
"material-ui-image": "^3.2.3",
"rc-slider": "^9.2.4",
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",
"react-circular-input": "^0.1.6",
"react-circular-slider-svg": "^0.1.5",
2020-05-07 07:58:49 +00:00
"react-confirm-alert": "^2.6.1",
"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-05-02 09:11:21 +00:00
"react-rangeslider": "^2.2.0",
2020-04-07 10:46:55 +00:00
"react-redux": "^7.2.0",
"react-round-slider": "^1.0.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
2020-04-07 10:46:55 +00:00
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"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",
"eslint": "eslint src",
2020-05-12 13:18:33 +00:00
"eslint-fix": "eslint --fix src",
"eslint:report": "eslint src -f json -o eslint-report.json",
2020-02-24 14:22:19 +00:00
"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",
"sonarqube-scanner": "^2.6.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-chai-friendly": "^0.6.0"
2020-02-24 14:22:19 +00:00
}
}