mirror of
https://github.com/screego/server.git
synced 2025-12-24 12:57:51 +08:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.11.3",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@mui/icons-material": "^5.15.9",
|
|
"@mui/material": "^5.15.9",
|
|
"@mui/styles": "^5.15.9",
|
|
"@types/react": "^18.2.55",
|
|
"@types/react-dom": "^18.2.19",
|
|
"@vitejs/plugin-react-swc": "^3.6.0",
|
|
"notistack": "^3.0.1",
|
|
"prettier": "^3.2.5",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hotkeys-hook": "^4.5.0",
|
|
"typescript": "~5.3.3",
|
|
"use-http": "^1.0.28",
|
|
"vite": "^5.1.1",
|
|
"vite-plugin-svgr": "^4.2.0",
|
|
"vite-tsconfig-paths": "^4.3.1"
|
|
},
|
|
"scripts": {
|
|
"start": "vite",
|
|
"format": "prettier \"src/**/*.{ts,tsx}\" --write",
|
|
"testformat": "prettier \"src/**/*.{ts,tsx}\" --list-different",
|
|
"build": "tsc && vite build"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|