UNPKG

bt-sensors-plugin-sk

Version:

Bluetooth Sensors for Signalk - see https://www.npmjs.com/package/bt-sensors-plugin-sk#supported-sensors for a list of supported sensors

80 lines (78 loc) 2.58 kB
{ "name": "bt-sensors-plugin-sk", "version": "1.3.7", "description": "Bluetooth Sensors for Signalk - see https://www.npmjs.com/package/bt-sensors-plugin-sk#supported-sensors for a list of supported sensors", "main": "index.js", "dependencies": { "better-sse": "^0.14.1", "buffer": "^6.0.3", "@jellybrick/dbus-next": "^0.10.3", "int24": "^0.0.1", "kaitai-struct": "^0.10.0", "@naugehyde/node-ble":"^1.13.5", "semver": "^7.7.1", "lru-cache": "^11.1.0" }, "devDependencies": { "@rjsf/bootstrap-4": "^5.24.12", "@rjsf/core": "^5.24.11", "@rjsf/utils": "^5.24.11", "@rjsf/validator-ajv8": "^5.24.11", "@babel/core": "^7.11.6", "@babel/preset-react": "^7.10.4", "@fortawesome/fontawesome-free": "^5.15.1", "@fortawesome/fontawesome-svg-core": "^6.7.2", "@fortawesome/free-solid-svg-icons": "^6.7.2", "@fortawesome/react-fontawesome": "^0.2.2", "@material-ui/core": "^4.12.4", "@material-ui/icons": "^4.11.3", "react-battery-gauge": "^1.0.7", "babel-loader": "^8.1.0", "chai": "^4.2.0", "css-loader": "^5.0.0", "file-loader": "^6.1.1", "font-awesome": "^4.7.0", "mocha": "^8.0.1", "prettier-standard": "^6.0.0", "react": "^16.13.1", "react-bootstrap": "^1.6.5", "react-dom": "^16.13.1", "react-html-parser": "^2.0.2", "react-markdown": "^4.3.1", "react-redux": "^5.1.2", "react-select": "^3.1.0", "reactstrap": "^5.0.0", "recharts": "^1.8.5", "redux": "^3.7.2", "redux-thunk": "2.3.0", "simple-line-icons": "^2.5.5", "style-loader": "^2.0.0", "webpack": "^5.0.0", "webpack-cli": "^4.0.0" }, "scripts": { "format": "prettier-standard 'index.js'", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run clean && npm run build", "dev": "webpack --watch --mode development", "build": "webpack --mode=production", "clean": "rimraf ./public/*.js; rimraf ./public/*.txt", "bundle-analyzer": "webpack-bundle-analyzer --port 4200 public/stats.json" }, "repository": { "type": "git", "url": "git+https://github.com/naugehyde/bt-sensors-plugin-sk.git" }, "keywords": [ "signalk-node-server-plugin", "signalk-category-hardware", "signalk-plugin-configurator" ], "signalk-plugin-enabled-by-default": true, "author": "Andrew Gerngross", "license": "ISC", "bugs": { "url": "https://github.com/naugehyde/bt-sensors-plugin-sk/issues" }, "homepage": "https://github.com/naugehyde/bt-sensors-plugin-sk#readme" }