56 lines
1.8 KiB
JSON
56 lines
1.8 KiB
JSON
{
|
|
"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",
|
|
"scripts": {
|
|
"build": "webpack --bail --config webpack.config.js -p --env",
|
|
"dev": "webpack --bail --config webpack.config.js --mode development --env",
|
|
"watch": "webpack-dev-server --open --config webpack.config.js --mode development --env",
|
|
"travis": "./travis.sh",
|
|
"lint": "eslint --ext js --ext jsx src/ config/",
|
|
"precommit": "yarn lint"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^3.0.1",
|
|
"@material-ui/lab": "^3.0.0-alpha.16",
|
|
"@mdi/font": "^3.0.39",
|
|
"leaflet": "^1.3.1",
|
|
"lodash-es": "^4.17.4",
|
|
"mqtt": "^2.14.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-leaflet": "^2.0.0",
|
|
"redux": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.4.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.0",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
|
|
"@babel/polyfill": "^7.4.0",
|
|
"@babel/preset-env": "^7.0.0-rc.1",
|
|
"@babel/preset-flow": "^7.0.0-rc.1",
|
|
"@babel/preset-react": "^7.0.0-rc.1",
|
|
"babel-eslint": "^10.0.0",
|
|
"babel-loader": "^8.0.0-beta",
|
|
"clean-webpack-plugin": "^2.0.0",
|
|
"css-loader": "^2.0.0",
|
|
"eslint": "^5.0.1",
|
|
"eslint-plugin-flowtype": "^3.0.0",
|
|
"eslint-plugin-fp": "^2.3.0",
|
|
"eslint-plugin-react": "^7.6.1",
|
|
"file-loader": "^3.0.0",
|
|
"flow": "^0.2.3",
|
|
"flow-bin": "^0.81.0",
|
|
"flow-typed": "^2.3.0",
|
|
"html-webpack-plugin": "^3.1.0",
|
|
"husky": "^1.0.0",
|
|
"style-loader": "^0.23.0",
|
|
"webpack": "^4.3.0",
|
|
"webpack-cli": "^3.0.0",
|
|
"webpack-dev-server": "^3.1.1",
|
|
"webpack-shell-plugin": "^0.5.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|