{ "name": "cua2-front", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:dev": "vite build --mode development", "lint": "eslint src/ --config eslint.config.js", "type-check": "tsc --noEmit --project tsconfig.json", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.4", "@mui/lab": "^7.0.1-beta.19", "@mui/material": "^7.3.4", "gifshot": "^0.4.5", "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^6.30.1", "ulid": "^3.0.1", "zustand": "^5.0.8" }, "devDependencies": { "@eslint/js": "^9.38.0", "@types/node": "^22.16.5", "@types/react": "^18.3.23", "@types/react-dom": "^18.3.7", "@vitejs/plugin-react-swc": "^3.11.0", "autoprefixer": "^10.4.21", "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^15.15.0", "typescript-eslint": "^8.38.0", "vite": "^5.4.19" } }