mirror of
https://github.com/dec0dOS/zero-ui.git
synced 2024-11-03 01:10:08 -07:00
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@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",
|
|
"date-fns": "^2.29.2",
|
|
"history": "^5.3.0",
|
|
"i18next": "^23.5.1",
|
|
"i18next-browser-languagedetector": "^7.1.0",
|
|
"i18next-http-backend": "^2.2.2",
|
|
"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-i18next": "^13.3.0",
|
|
"react-is": "^17.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-use": "^17.4.0",
|
|
"styled-components": "^5.3.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/codemirror": "^5.60.10",
|
|
"@types/lodash": "^4.14.199",
|
|
"@types/react": "^17.0.67",
|
|
"@types/react-dom": "^17.0.21",
|
|
"@types/react-is": "^17.0.5",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/styled-components": "^5.1.28",
|
|
"@vitejs/plugin-react": "^4.1.0",
|
|
"eslint": "^8.51.0",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"rimraf": "^5.0.5",
|
|
"source-map-explorer": "^2.5.3",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.11",
|
|
"vite-plugin-static-copy": "^1.0.6"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview",
|
|
"clean": "rimraf build",
|
|
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"typecheck": "tsc --pretty --noEmit -p tsconfig.json",
|
|
"analyze": "vite build --sourcemap true && source-map-explorer 'build/assets/*.js' --no-border-checks"
|
|
}
|
|
}
|