zrok/ui/package.json

55 lines
1.2 KiB
JSON
Raw Normal View History

2022-08-01 21:54:20 +02:00
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
2022-08-03 16:58:47 +02:00
"@mdi/js": "^7.0.96",
"@mdi/react": "^1.6.1",
"@mui/material": "^5.10.4",
2022-12-20 23:24:32 +01:00
"bootstrap": "^5.2.3",
2022-08-05 16:42:39 +02:00
"dagre": "^0.8.5",
2022-08-05 16:48:14 +02:00
"eslint-config-react-app": "^7.0.1",
"humanize-duration": "^3.27.3",
2022-08-01 21:54:20 +02:00
"react": "^18.2.0",
2022-12-20 23:24:32 +01:00
"react-bootstrap": "^2.7.0",
"react-data-table-component": "^7.5.2",
2022-08-01 21:54:20 +02:00
"react-dom": "^18.2.0",
2022-08-05 16:42:39 +02:00
"react-flow-renderer": "^10.3.12",
"react-force-graph": "^1.41.20",
"react-router-dom": "^6.4.0",
"react-sizeme": "^3.0.2",
"react-sparklines": "^1.7.0",
2022-08-05 16:48:14 +02:00
"styled-components": "^5.3.5"
2022-08-01 21:54:20 +02:00
},
"devDependencies": {
"react-scripts": "^5.0.1"
},
2022-08-01 21:54:20 +02:00
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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"
]
2022-08-01 22:00:15 +02:00
},
2022-09-19 21:58:52 +02:00
"proxy": "http://127.0.0.1:18080"
2022-08-01 21:54:20 +02:00
}