{ "name": "parus_8_panels_plugin", "version": "1.0.0", "description": "Monitoring panels plugin for \"PARUS 8 Online\" web application", "main": "index.js", "scripts": { "build": "set NODE_ENV=production&webpack", "dev": "set NODE_ENV=development&webpack", "lint": "eslint app" }, "repository": { "type": "git", "url": "git+https://github.com/CITKParus/P8-Panels.git" }, "author": "CITK Parus", "license": "ISC", "bugs": { "url": "https://github.com/CITKParus/P8-Panels/issues" }, "homepage": "https://github.com/CITKParus/P8-Panels#readme", "dependencies": { "@babel/core": "^7.22.10", "@babel/preset-react": "^7.22.5", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.16.4", "@mui/x-tree-view": "^7.11.0", "babel-loader": "^9.1.3", "chart.js": "^4.4.0", "css-loader": "^7.1.2", "dayjs": "^1.11.9", "eslint": "^8.46.0", "eslint-plugin-react": "^7.33.1", "eslint-plugin-react-hooks": "^4.6.0", "fast-xml-parser": "^4.2.7", "file-loader": "^6.2.0", "query-string": "^8.1.0", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "react-grid-layout": "^1.5.1", "react-router-dom": "^6.15.0", "style-loader": "^4.0.0", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" } }