{ "name": "dtic-bitacoras-frontend", "private": true, "version": "2.1.2", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@hookform/resolvers": "^3.1.0", "axios": "^1.4.0", "bootstrap": "^5.3.0", "date-fns": "^2.30.0", "js-yaml": "^4.1.0", "react": "^18.2.0", "react-bootstrap": "^2.7.4", "react-dom": "^18.2.0", "react-hook-form": "^7.43.9", "react-hot-toast": "^2.4.1", "react-icons": "^4.8.0", "react-router-dom": "^6.8.0", "yup": "^1.0.2", "zustand": "^4.3.6" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^5.59.8", "@typescript-eslint/parser": "^5.59.8", "@vitejs/plugin-react": "^4.0.3", "eslint": "^8.41.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "typescript": "^5.0.2", "vite": "^4.3.9" } }