[NRRPLT-8384-mqtt Added unsubscribe]
Showing
- package-lock.json 260 additions, 402 deletionspackage-lock.json
- package.json 0 additions, 70 deletionspackage.json
- src/components/nrp-core-dashboard/nrp-core-dashboard.js 3 additions, 1 deletionsrc/components/nrp-core-dashboard/nrp-core-dashboard.js
- src/services/mqtt-client-service.js 14 additions, 0 deletionssrc/services/mqtt-client-service.js
This diff is collapsed.
package.json
deleted
100644 → 0
{ | |||
"name": "nrp-frontend", | |||
"jest": { | |||
"coverageReporters": [ | |||
"html", | |||
"cobertura" | |||
], | |||
"collectCoverageFrom": [ | |||
"src/services/**/*.js" | |||
] | |||
}, | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@material-ui/core": "4.11.3", | |||
"@material-ui/icons": "4.11.2", | |||
"@material-ui/lab": "4.0.0-alpha.57", | |||
"bootstrap": "4.5", | |||
"flexlayout-react": "0.5.5", | |||
"google-protobuf": "3.21.0", | |||
"jquery": "3.6.0", | |||
"jszip": "3.2.0", | |||
"mqtt": "4.3.5", | |||
"nrp-jsproto": "1.1.1-alpha.20", | |||
"protobufjs": "6.11.2", | |||
"react": "^17.0.1", | |||
"react-bootstrap": "1.4.0", | |||
"react-dom": "^17.0.1", | |||
"react-icons": "4.1.0", | |||
"react-router-dom": "5.2.0", | |||
"react-scripts": "4.0.3", | |||
"react-tabs": "3.1.2", | |||
"roslib": "1.1.0", | |||
"rxjs": "6.6.3", | |||
"web-vitals": "^0.2.4" | |||
}, | |||
"devDependencies": { | |||
"@testing-library/jest-dom": "^5.11.5", | |||
"@testing-library/react": "^11.1.0", | |||
"@testing-library/user-event": "^12.1.10", | |||
"@typescript-eslint/parser": "4.14.2", | |||
"eslint": "7.19.0", | |||
"jest-fetch-mock": "^3.0.3", | |||
"jest-localstorage-mock": "2.4.6", | |||
"msw": "^0.23.0", | |||
"node": "16.1.0", | |||
"ts-node": "^9.1.1", | |||
"typescript": "4.1.3" | |||
}, | |||
"scripts": { | |||
"start": "react-scripts start", | |||
"startHTTPS": "HTTPS=true react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject", | |||
"coverage": "npm run test -- --coverage --watchAll=false" | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
Please register or sign in to comment