parent
2e1d9d83c8
commit
d39e547623
11 changed files with 3810 additions and 3406 deletions
34
package.json
34
package.json
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"name": "mqtt-control-map",
|
||||
"version": "1.0.0",
|
||||
"author": "uwap <me+mqttmap.package.json@uwap.name>",
|
||||
"description": "control devices via mqtt on a beautiful map of your space",
|
||||
"author": "uwap <me@uwap.name>",
|
||||
"description": "Control Devices via mqtt, visualized on a Map",
|
||||
"scripts": {
|
||||
"build": "webpack --bail --config webpack.config.js -p --env",
|
||||
"dev": "webpack --bail --config webpack.config.js --mode development --env",
|
||||
|
|
@ -12,12 +12,12 @@
|
|||
"precommit": "yarn lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "^3.0.1",
|
||||
"@material-ui/lab": "^3.0.0-alpha.16",
|
||||
"@mdi/font": "^4.0.96",
|
||||
"@material-ui/core": "^4.11.0",
|
||||
"@material-ui/lab": "^4.0.0-alpha.56",
|
||||
"@mdi/font": "^5.6.55",
|
||||
"leaflet": "^1.5.1",
|
||||
"lodash-es": "^4.17.15",
|
||||
"mqtt": "^3.0.0",
|
||||
"mqtt": "^4.2.1",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-leaflet": "^2.4.0",
|
||||
|
|
@ -28,25 +28,25 @@
|
|||
"@babel/core": "^7.5.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@babel/preset-flow": "^7.0.0-rc.1",
|
||||
"@babel/preset-react": "^7.0.0-rc.1",
|
||||
"babel-eslint": "^10.0.2",
|
||||
"babel-loader": "^8.0.6",
|
||||
"clean-webpack-plugin": "^2.0.0",
|
||||
"css-loader": "^3.0.0",
|
||||
"eslint": "^6.1.0",
|
||||
"eslint-plugin-flowtype": "^4.0.0",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"core-js": "3",
|
||||
"css-loader": "^4.3.0",
|
||||
"eslint": "^7.10.0",
|
||||
"eslint-plugin-flowtype": "^5.2.0",
|
||||
"eslint-plugin-fp": "^2.3.0",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"file-loader": "^5.0.0",
|
||||
"file-loader": "^6.1.0",
|
||||
"flow": "^0.2.3",
|
||||
"flow-bin": "^0.82.0",
|
||||
"flow-typed": "^2.3.0",
|
||||
"html-webpack-plugin": "^3.1.0",
|
||||
"husky": "^3.0.0",
|
||||
"style-loader": "^0.23.0",
|
||||
"flow-bin": "^0.135.0",
|
||||
"flow-typed": "^3.2.1",
|
||||
"html-webpack-plugin": "^4.5.0",
|
||||
"husky": "^4.3.0",
|
||||
"style-loader": "^1.3.0",
|
||||
"webpack": "^4.39.1",
|
||||
"webpack-cli": "^3.3.6",
|
||||
"webpack-dev-server": "^3.7.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue