2021-03-22 03:25:13 +08:00
|
|
|
{
|
|
|
|
"name": "zero-ui-frontend",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-06-12 16:28:52 +08:00
|
|
|
"@fontsource/roboto": "^4.4.5",
|
2021-05-15 19:38:55 +08:00
|
|
|
"@material-ui/core": "^4.11.4",
|
2021-03-22 03:25:13 +08:00
|
|
|
"@material-ui/icons": "^4.11.2",
|
2021-06-12 16:28:52 +08:00
|
|
|
"@uiw/react-codemirror": "^3.0.10",
|
2021-03-22 03:25:13 +08:00
|
|
|
"axios": "^0.21.1",
|
|
|
|
"history": "^5.0.0",
|
2021-06-12 16:28:52 +08:00
|
|
|
"ipaddr.js": "^2.0.1",
|
2021-03-22 03:25:13 +08:00
|
|
|
"lodash": "^4.17.21",
|
2021-04-16 19:27:31 +08:00
|
|
|
"react": "^17.0.2",
|
2021-03-22 03:25:13 +08:00
|
|
|
"react-data-table-component": "^6.11.7",
|
2021-04-16 19:27:31 +08:00
|
|
|
"react-dom": "^17.0.2",
|
2021-03-22 03:25:13 +08:00
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-scripts": "4.0.3",
|
2021-05-15 19:38:55 +08:00
|
|
|
"react-use": "^17.2.4",
|
|
|
|
"styled-components": "^5.3.0"
|
2021-03-22 03:25:13 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"source-map-explorer": "^2.5.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "BROWSER=none react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"analyze": "source-map-explorer 'build/static/js/*.js'"
|
|
|
|
},
|
|
|
|
"homepage": "/app",
|
|
|
|
"proxy": "http://localhost:4000",
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": [
|
|
|
|
"react-app"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|