@iotflows/iotflows-smart-widget
Version:
IoTFlows Smart Widget Node Module.
83 lines (82 loc) • 2.08 kB
JSON
{
"name": "@iotflows/iotflows-smart-widget",
"version": "1.8.3",
"description": "IoTFlows Smart Widget Node Module.",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/iotflows/iotflows-smart-widget.git"
},
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/polyfill": "^7.12.1",
"@iotflows/iotflows-js": "^1.1.4",
"@material-ui/core": "^4.11.4",
"@mui/lab": "^5.0.0-alpha.86",
"@mui/material": "^5.8.4",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"highcharts": "^9.0.1",
"highcharts-react-official": "^3.0.0",
"install": "^0.13.0",
"interactjs": "^1.10.11",
"mapbox-gl": "^2.6.1",
"npm": "^7.11.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-map-gl": "^6.1.19",
"react-scripts": "4.0.3",
"react-transition-group": "^4.4.2",
"reactablejs": "^0.3.0",
"web-vitals": "^1.1.1",
"worker-loader": "^3.0.8"
},
"keywords": [
"iotflows",
"iot",
"widget",
"real-time",
"dashboard"
],
"babel": {
"presets": [
"@babel/preset-react"
]
},
"author": "IoTFlows Inc (https://iotflows.com/)",
"contributors": [
"Mahmoud Parto"
],
"license": "Apache-2.0",
"scripts": {
"start": "react-scripts start",
"build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"homepage": "https://github.com/iotflows/iotflows-smart-widget#readme",
"devDependencies": {
"@babel/cli": "^7.16.8",
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8"
}
}