mirror of
https://github.com/screego/server.git
synced 2026-04-22 15:37:21 +08:00
49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "0.1.0",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "11.14.1",
|
|
"@mui/icons-material": "7.3.6",
|
|
"@mui/material": "7.3.6",
|
|
"@mui/styles": "^6.1.1",
|
|
"@types/react": "19.2.7",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react-swc": "4.2.2",
|
|
"notistack": "^3.0.1",
|
|
"prettier": "3.7.4",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"react-hotkeys-hook": "5.2.1",
|
|
"tss-react": "^4.9.20",
|
|
"typescript": "5.9.3",
|
|
"use-http": "^1.0.28",
|
|
"vite": "7.3.0",
|
|
"vite-plugin-svgr": "4.5.0",
|
|
"vite-tsconfig-paths": "6.0.3"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|