@signalk/calibration
Version:
Signal K Node Server plugin to alter incoming data based a set of calibration values
55 lines (54 loc) • 1.64 kB
JSON
{
"name": "@signalk/calibration",
"version": "1.3.3",
"description": "Signal K Node Server plugin to alter incoming data based a set of calibration values",
"repository": "github:SignalK/calibration",
"main": "index.js",
"keywords": [
"signalk-node-server-plugin",
"signalk-plugin-configurator"
],
"author": "Teppo Kurki <teppo.kurki@iki.fi>",
"scripts": {
"format": "prettier-standard 'index.js'",
"test": "mocha",
"prepublishOnly": "npm run clean && npm run build",
"dev": "webpack --watch --mode development",
"build": "webpack --mode=production",
"clean": "rimraf ./public",
"bundle-analyzer": "webpack-bundle-analyzer --port 4200 public/stats.json"
},
"contributors": [],
"license": "Apache-2.0",
"dependencies": {
"linear-interpolator": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-react": "^7.10.4",
"@fortawesome/fontawesome-free": "^5.15.1",
"@signalk/server-admin-ui-dependencies": "^1.0.0",
"babel-loader": "^8.1.0",
"bootstrap": "^4.5.3",
"chai": "^4.2.0",
"css-loader": "^5.0.0",
"d3": "^6.2.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-dom": "^16.13.1",
"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"
}
}