{ "name": "jan-web", "version": "0.1.0", "private": true, "homepage": "./", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write \"**/*.{js,jsx,ts,tsx}\"", "compile": "tsc --noEmit -p . --pretty" }, "dependencies": { "@headlessui/react": "^1.7.15", "@heroicons/react": "^2.0.18", "@janhq/core": "^0.1.7", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-toggle": "^1.0.3", "@tailwindcss/typography": "^0.5.9", "@types/react": "18.2.15", "@types/react-dom": "18.2.7", "autoprefixer": "10.4.14", "class-variance-authority": "^0.7.0", "classnames": "^2.3.2", "eslint": "8.45.0", "eslint-config-next": "13.4.10", "framer-motion": "^10.16.4", "highlight.js": "^11.9.0", "jotai": "^2.4.0", "jotai-optics": "^0.3.1", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "lucide-react": "^0.288.0", "marked": "^9.1.2", "marked-highlight": "^2.0.6", "next": "13.4.10", "next-auth": "^4.23.1", "next-themes": "^0.2.1", "postcss": "8.4.26", "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.45.4", "react-intersection-observer": "^9.5.2", "sass": "^1.69.4", "tailwind-merge": "^1.14.0", "react-toastify": "^9.1.3", "tailwindcss": "3.3.3", "typescript": "5.1.6", "uuid": "^9.0.1" }, "devDependencies": { "@tailwindcss/forms": "^0.5.4", "@types/lodash": "^4.14.200", "@types/node": "20.6.5", "@types/uuid": "^9.0.6", "encoding": "^0.1.13", "prettier": "^3.0.3", "prettier-plugin-tailwindcss": "^0.5.6" } }