actualizado bun

This commit is contained in:
2025-08-14 00:30:00 -03:00
parent 2edcd120e3
commit 5bb456179f
23 changed files with 991 additions and 18397 deletions

View File

@@ -1,43 +1,34 @@
{
"name": "client-v2",
"version": "0.1.0",
"name": "cli",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"start": "serve -s build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.4.8",
"axios": "^1.8.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-scripts": "5.0.1",
"zustand": "^5.0.3"
"@emotion/styled": "^11.14.1",
"@mui/material": "^7.3.1",
"axios": "^1.11.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"zustand": "^5.0.7"
},
"devDependencies": {
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"serve": "^14.2.4"
"@eslint/js": "^9.33.0",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}