{ "name": "honey-fe", "version": "0.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "oxlint", "lint:fix": "oxlint --fix", "fmt": "oxfmt", "fmt:check": "oxfmt --check", "prepare": "husky" }, "dependencies": { "@tailwindcss/vite": "^4.2.1", "@tanstack/devtools-vite": "^0.5.3", "@tanstack/react-devtools": "^0.9.10", "@tanstack/react-query": "^5.90.21", "@tanstack/react-query-devtools": "^5.91.3", "@tanstack/react-router": "^1.166.3", "@tanstack/react-router-devtools": "^1.166.3", "arktype": "^2.2.0", "motion": "^12.35.1", "react": "^19.2.4", "react-dom": "^19.2.4", "tailwindcss": "^4.2.1" }, "devDependencies": { "@tanstack/router-plugin": "^1.166.3", "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react-swc": "^4.2.3", "globals": "^17.4.0", "husky": "^9.1.7", "lint-staged": "^16.3.2", "oxfmt": "^0.36.0", "oxlint": "^1.51.0", "typescript": "~5.9.3", "vite": "^7.3.1" }, "lint-staged": { "*": "oxfmt --no-error-on-unmatched-pattern", "*.{js,jsx,ts,tsx,mjs,cjs}": "pnpm run lint" } }