Spaces:
Sleeping
Sleeping
| { | |
| "name": "khoj-ai", | |
| "version": "2.0.0-beta.25", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "next lint", | |
| "collectstatic": "bash -c 'pushd ../../../ && source .venv/bin/activate && python3 src/khoj/manage.py collectstatic --noinput && deactivate && popd'", | |
| "cicollectstatic": "bash -c 'pushd ../../../ && uv run python src/khoj/manage.py collectstatic --noinput && popd'", | |
| "export": "bun run build && cp -r out/ ../../khoj/interface/built && bun run collectstatic", | |
| "ciexport": "bun run build && cp -r out/ ../../khoj/interface/built && bun run cicollectstatic", | |
| "pypiciexport": "bun run build && mkdir -p ../../khoj/interface/compiled && cp -r out/. ../../khoj/interface/compiled && bun run cicollectstatic", | |
| "watch": "nodemon --watch . --ext js,jsx,ts,tsx,css --ignore 'out/**/*' --exec 'bun run export'", | |
| "windowswatch": "nodemon --watch . --ext js,jsx,ts,tsx,css --ignore 'out/**/*' --exec 'bun run windowsexport'", | |
| "windowscollectstatic": "cd ..\\..\\.. && .\\.venv\\Scripts\\Activate.bat && py .\\src\\khoj\\manage.py collectstatic --noinput && .\\.venv\\Scripts\\deactivate.bat && cd ..", | |
| "windowsexport": "bun run build && xcopy out ..\\..\\khoj\\interface\\built /E /Y && bun run windowscollectstatic", | |
| "prepare": "husky" | |
| }, | |
| "dependencies": { | |
| "@excalidraw/excalidraw": "^0.17.6", | |
| "@hookform/resolvers": "^3.10.0", | |
| "@phosphor-icons/react": "^2.1.10", | |
| "@radix-ui/react-alert-dialog": "^1.1.15", | |
| "@radix-ui/react-avatar": "^1.1.10", | |
| "@radix-ui/react-checkbox": "^1.3.3", | |
| "@radix-ui/react-collapsible": "^1.1.12", | |
| "@radix-ui/react-dialog": "^1.1.15", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-hover-card": "^1.1.15", | |
| "@radix-ui/react-label": "^2.1.7", | |
| "@radix-ui/react-menubar": "^1.1.16", | |
| "@radix-ui/react-navigation-menu": "^1.2.14", | |
| "@radix-ui/react-popover": "^1.1.15", | |
| "@radix-ui/react-progress": "^1.1.7", | |
| "@radix-ui/react-scroll-area": "^1.2.10", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-separator": "^1.1.7", | |
| "@radix-ui/react-slot": "^1.2.3", | |
| "@radix-ui/react-switch": "^1.2.6", | |
| "@radix-ui/react-tabs": "^1.1.13", | |
| "@radix-ui/react-toast": "^1.2.15", | |
| "@radix-ui/react-toggle": "^1.1.10", | |
| "@radix-ui/react-tooltip": "^1.2.8", | |
| "@radix-ui/themes": "^3.2.1", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "cmdk": "^1.1.1", | |
| "cronstrue": "^2.61.0", | |
| "dompurify": "^3.2.6", | |
| "embla-carousel-autoplay": "^8.6.0", | |
| "embla-carousel-react": "^8.6.0", | |
| "file-saver": "^2.0.5", | |
| "framer-motion": "^12.23.12", | |
| "input-otp": "^1.4.2", | |
| "intl-tel-input": "^23.9.3", | |
| "jszip": "^3.10.1", | |
| "katex": "^0.16.22", | |
| "libphonenumber-js": "^1.12.17", | |
| "lucide-react": "^0.468.0", | |
| "markdown-it": "^14.1.0", | |
| "markdown-it-highlightjs": "^4.2.0", | |
| "mermaid": "^11.11.0", | |
| "next": "14.2.35", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-hook-form": "^7.62.0", | |
| "react-use-websocket": "^4.13.0", | |
| "swr": "^2.3.6", | |
| "tailwind-merge": "^2.6.0", | |
| "tailwindcss-animate": "^1.0.7", | |
| "vaul": "^0.9.9", | |
| "zod": "^3.25.76" | |
| }, | |
| "devDependencies": { | |
| "@types/dompurify": "^3.2.0", | |
| "@types/file-saver": "^2.0.7", | |
| "@types/intl-tel-input": "^18.1.4", | |
| "@types/katex": "^0.16.7", | |
| "@types/markdown-it": "^14.1.2", | |
| "@types/node": "^20.19.15", | |
| "@types/react": "^18.3.24", | |
| "@types/react-dom": "^18.3.7", | |
| "autoprefixer": "^10.4.21", | |
| "eslint": "^8.57.1", | |
| "eslint-config-next": "14.2.3", | |
| "eslint-config-prettier": "^9.1.2", | |
| "eslint-plugin-prettier": "^5.5.4", | |
| "husky": "^9.1.7", | |
| "lint-staged": "^15.5.2", | |
| "nodemon": "^3.1.10", | |
| "postcss": "^8.5.6", | |
| "prettier": "3.3.3", | |
| "shadcn-ui": "^0.9.5", | |
| "tailwindcss": "^3.4.17", | |
| "typescript": "^5.9.2" | |
| }, | |
| "prettier": { | |
| "tabWidth": 4, | |
| "printWidth": 100 | |
| }, | |
| "lint-staged": { | |
| "*": "bun run lint" | |
| } | |
| } | |