108 lines
3.4 KiB
JSON
108 lines
3.4 KiB
JSON
{
|
|
"name": "@janhq/web-app",
|
|
"private": true,
|
|
"version": "0.5.18",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"test": "vitest --run",
|
|
"test:coverage": "vitest --coverage --run"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@janhq/core": "link:../core",
|
|
"@radix-ui/react-accordion": "^1.2.10",
|
|
"@radix-ui/react-dialog": "^1.1.11",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.11",
|
|
"@radix-ui/react-hover-card": "^1.1.11",
|
|
"@radix-ui/react-popover": "^1.1.13",
|
|
"@radix-ui/react-progress": "^1.1.4",
|
|
"@radix-ui/react-slider": "^1.3.2",
|
|
"@radix-ui/react-slot": "^1.2.0",
|
|
"@radix-ui/react-switch": "^1.2.2",
|
|
"@radix-ui/react-tooltip": "^1.2.4",
|
|
"@tabler/icons-react": "^3.33.0",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"@tanstack/react-router": "^1.116.0",
|
|
"@tanstack/react-router-devtools": "^1.121.34",
|
|
"@tauri-apps/api": "^2.5.0",
|
|
"@tauri-apps/plugin-deep-link": "~2",
|
|
"@tauri-apps/plugin-dialog": "^2.2.1",
|
|
"@tauri-apps/plugin-http": "^2.2.1",
|
|
"@tauri-apps/plugin-opener": "^2.2.7",
|
|
"@tauri-apps/plugin-os": "^2.2.1",
|
|
"@tauri-apps/plugin-updater": "^2.7.1",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@types/uuid": "^10.0.0",
|
|
"@uiw/react-textarea-code-editor": "^3.1.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"culori": "^4.0.1",
|
|
"emoji-picker-react": "^4.12.2",
|
|
"fzf": "^0.5.2",
|
|
"i18next": "^25.0.1",
|
|
"katex": "^0.16.22",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.debounce": "^4.0.8",
|
|
"lucide-react": "^0.522.0",
|
|
"motion": "^12.10.5",
|
|
"next-themes": "^0.4.6",
|
|
"posthog-js": "^1.246.0",
|
|
"react": "^19.0.0",
|
|
"react-colorful": "^5.6.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-joyride": "^2.9.3",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"react-syntax-highlighter-virtualized-renderer": "^1.1.0",
|
|
"react-textarea-autosize": "^8.5.9",
|
|
"rehype-katex": "^7.0.1",
|
|
"rehype-raw": "^7.0.0",
|
|
"remark-emoji": "^5.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"remark-math": "^6.0.0",
|
|
"sonner": "^2.0.3",
|
|
"tailwindcss": "^4.1.4",
|
|
"token.js": "npm:token.js-fork@0.7.12",
|
|
"tw-animate-css": "^1.2.7",
|
|
"ulidx": "^2.4.1",
|
|
"unified": "^11.0.5",
|
|
"uuid": "^11.1.0",
|
|
"zustand": "^5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.22.0",
|
|
"@tanstack/router-plugin": "^1.116.1",
|
|
"@types/culori": "^2.1.1",
|
|
"@types/istanbul-lib-report": "^3",
|
|
"@types/istanbul-reports": "^3",
|
|
"@types/lodash.clonedeep": "^4",
|
|
"@types/lodash.debounce": "^4",
|
|
"@types/node": "^22.14.1",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9.22.0",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
"globals": "^16.0.0",
|
|
"istanbul-api": "^3.0.0",
|
|
"istanbul-lib-coverage": "^3.2.2",
|
|
"istanbul-lib-report": "^3.0.1",
|
|
"istanbul-reports": "^3.1.7",
|
|
"tailwind-merge": "^3.2.0",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.26.1",
|
|
"vite": "^6.3.0",
|
|
"vite-plugin-node-polyfills": "^0.23.0",
|
|
"vitest": "^3.1.3"
|
|
}
|
|
}
|