mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-13 04:04:45 +08:00
49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^4.5.7",
|
|
"@material-ui/core": "^4.12.4",
|
|
"@material-ui/icons": "^4.11.3",
|
|
"@material-ui/styles": "^4.11.5",
|
|
"@uiw/react-codemirror": "^3.1.0",
|
|
"axios": "^0.27.2",
|
|
"codemirror": "^5.62.3",
|
|
"history": "^5.3.0",
|
|
"ipaddr.js": "^2.0.1",
|
|
"lodash": "^4.17.21",
|
|
"react": "^17.0.2",
|
|
"react-data-table-component": "^6.11.8",
|
|
"react-dom": "^17.0.2",
|
|
"react-is": "^17.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-use": "^17.4.0",
|
|
"styled-components": "^5.3.1"
|
|
},
|
|
"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://127.0.0.1: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"
|
|
]
|
|
}
|
|
}
|