mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 16:54:23 +01:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.4",
|
|
"@emotion/styled": "^11.10.4",
|
|
"@mdi/js": "^7.0.96",
|
|
"@mdi/react": "^1.6.1",
|
|
"@mui/material": "^5.10.4",
|
|
"dagre": "^0.8.5",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"react": "^18.2.0",
|
|
"react-data-table-component": "^7.5.2",
|
|
"react-dom": "^18.2.0",
|
|
"react-flow-renderer": "^10.3.12",
|
|
"react-router-dom": "^6.4.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-sparklines": "^1.7.0",
|
|
"styled-components": "^5.3.5"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"proxy": "http://127.0.0.1:18080"
|
|
}
|