axonhub / frontend /package.json
llzai's picture
Upload 1793 files
9853396 verified
{
"name": "axonhub",
"private": false,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"format:check": "prettier --check .",
"format": "prettier --write .",
"prepare": "husky",
"knip": "knip",
"test:e2e": "../scripts/e2e/e2e-test.sh",
"test:e2e:headed": "../scripts/e2e/e2e-test.sh --headed",
"test:e2e:ui": "../scripts/e2e/e2e-test.sh --ui",
"test:e2e:debug": "../scripts/e2e/e2e-test.sh --debug",
"test:e2e:setup": "../scripts/e2e/e2e-test.sh --project=setup",
"test:e2e:report": "playwright show-report",
"test:ui": "playwright test --ui",
"test:ui:headed": "playwright test --headed"
},
"dependencies": {
"@ai-sdk-tools/devtools": "^0.6.0",
"@ai-sdk/react": "^2.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.1.1",
"@lobehub/icons": "^3.0.0",
"@radix-ui/react-alert-dialog": "^1.1.14",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@tabler/icons-react": "^3.34.0",
"@tailwindcss/vite": "^4.1.10",
"@tanstack/react-query": "^5.81.2",
"@tanstack/react-router": "^1.121.34",
"@tanstack/react-table": "^8.21.3",
"@vvo/tzdb": "^6.198.0",
"@xyflow/react": "^12.9.2",
"ai": "^5.0.52",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"date-fns": "^4.1.0",
"driver.js": "^1.4.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^11.18.2",
"i18next": "^25.3.2",
"i18next-browser-languagedetector": "^8.2.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.523.0",
"motion": "^12.23.24",
"nanoid": "^5.1.5",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-day-picker": "9.7.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.58.1",
"react-i18next": "^15.6.1",
"react-markdown": "^10.1.0",
"react-top-loading-bar": "^3.0.2",
"recharts": "^3.0.0",
"remeda": "^2.26.1",
"shiki": "^3.15.0",
"sonner": "^2.0.5",
"streamdown": "^1.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.10",
"tokenlens": "^1.2.1",
"tw-animate-css": "^1.3.4",
"use-stick-to-bottom": "^1.1.1",
"zod": "^4.1.8",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@faker-js/faker": "^9.8.0",
"@playwright/test": "^1.54.1",
"@tanstack/eslint-plugin-query": "^5.81.2",
"@tanstack/react-query-devtools": "^5.81.2",
"@tanstack/react-router-devtools": "^1.121.34",
"@tanstack/router-plugin": "^1.121.34",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.0.4",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^5.1.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"husky": "^9.1.7",
"knip": "^5.61.2",
"lint-staged": "^15.4.3",
"prettier": "^3.6.0",
"prettier-plugin-tailwindcss": "^0.6.13",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.0",
"vite": "^7.0.8"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix --quiet",
"prettier --write"
],
"*.{json,md,css}": [
"prettier --write"
]
}
}