P8-Panels/package.json
2023-09-24 22:22:48 +03:00

41 lines
1.2 KiB
JSON

{
"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.14.4",
"babel-loader": "^9.1.3",
"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",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}