mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-14 20:57:37 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "zero-ui-frontend",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^4.5.0",
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/icons": "^4.11.2",
|
|
"@uiw/react-codemirror": "^3.1.0",
|
|
"axios": "^0.21.1",
|
|
"history": "^5.0.1",
|
|
"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-router-dom": "^5.2.0",
|
|
"react-scripts": "4.0.3",
|
|
"react-use": "^17.2.4",
|
|
"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://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"
|
|
]
|
|
}
|
|
}
|