53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "spacemap",
|
|
"version": "1.0.0",
|
|
"author": "uwap <me+spacemap.package.json@uwap.name>",
|
|
"description": "control devices via mqtt on a beautiful map of your space",
|
|
"scripts": {
|
|
"build": "webpack --bail --config webpack.dev.js",
|
|
"production-build": "webpack --bail --config webpack.prod.js",
|
|
"watch": "webpack-dev-server --open --config webpack.dev.js",
|
|
"travis": "yarn lint && yarn build && yarn production-build",
|
|
"lint": "yarn eslint -- --ext js --ext jsx src/",
|
|
"precommit": "yarn lint"
|
|
},
|
|
"dependencies": {
|
|
"babel-preset-env": "^1.6.0",
|
|
"leaflet": "^1.2.0",
|
|
"material-ui": "next",
|
|
"material-ui-old": "npm:material-ui@latest",
|
|
"mdi": "^2.0.46",
|
|
"mqtt": "^2.11.0",
|
|
"ramda": "^0.24.1",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-leaflet": "^1.5.0",
|
|
"react-tap-event-plugin": "^2.0.1",
|
|
"redux": "^3.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-core": "^6.25.0",
|
|
"babel-eslint": "^8.0.1",
|
|
"babel-loader": "^7.1.1",
|
|
"babel-preset-react": "^6.24.1",
|
|
"clean-webpack-plugin": "^0.1.17",
|
|
"css-loader": "^0.28.7",
|
|
"eslint": "^4.10.0",
|
|
"eslint-plugin-flowtype": "^2.39.1",
|
|
"eslint-plugin-react": "^7.4.0",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^1.1.5",
|
|
"flow": "^0.2.3",
|
|
"flow-bin": "^0.50.0",
|
|
"flow-typed": "^2.2.1",
|
|
"html-webpack-plugin": "^2.30.1",
|
|
"husky": "^0.14.3",
|
|
"style-loader": "^0.19.0",
|
|
"webpack": "^3.1.0",
|
|
"webpack-dev-server": "^2.9.4",
|
|
"webpack-merge": "^4.1.1",
|
|
"webpack-shell-plugin": "^0.5.0"
|
|
},
|
|
"license": "MIT"
|
|
}
|