{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "postbuild": "next-sitemap", "start": "next start", "lint": "next lint", "lint-fix": "eslint --fix .", "test-unit": "vitest run", "test-e2e": "npx playwright test", "test-type": "tsc --noEmit --emitDeclarationOnly false", "test": "yarn test-type", "precommit": "yarn lint && yarn test", "format-check": "prettier --check .", "format-fix": "prettier --write ." }, "dependencies": { "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0", "@growthbook/growthbook-react": "0.17.0", "@headlessui/react": "1.7.17", "@heroicons/react": "2.0.18", "@june-so/analytics-next": "2.0.0", "@radix-ui/react-accordion": "1.1.2", "@radix-ui/react-checkbox": "1.0.4", "@radix-ui/react-dialog": "1.0.4", "@radix-ui/react-popover": "1.0.6", "@radix-ui/react-radio-group": "1.1.3", "@radix-ui/react-select": "1.2.2", "@radix-ui/react-tabs": "1.0.4", "@radix-ui/react-toast": "1.1.4", "@radix-ui/react-tooltip": "1.0.6", "@sentry/nextjs": "7.61.1", "@supabase/auth-helpers-nextjs": "0.6.1", "@supabase/auth-ui-react": "0.4.2", "@supabase/auth-ui-shared": "0.1.6", "@supabase/supabase-js": "2.32.0", "@tailwindcss/forms": "0.5.7", "@tanstack/react-query": "5.4.3", "@testing-library/user-event": "14.5.1", "@tiptap/core": "2.1.12", "@tiptap/extension-document": "2.1.12", "@tiptap/extension-hard-break": "2.1.12", "@tiptap/extension-mention": "2.1.12", "@tiptap/extension-paragraph": "2.1.12", "@tiptap/extension-placeholder": "2.1.12", "@tiptap/extension-text": "2.1.12", "@tiptap/pm": "2.1.12", "@tiptap/react": "2.1.12", "@tiptap/starter-kit": "2.1.12", "@tiptap/suggestion": "2.1.12", "@types/dom-speech-recognition": "0.0.1", "@types/lodash": "4.14.197", "@types/node": "20.10.6", "@types/react": "18.2.18", "@types/react-dom": "18.2.7", "@types/react-mentions": "4.1.8", "@typescript-eslint/eslint-plugin": "5.62.0", "@vercel/analytics": "1.0.1", "autoprefixer": "10.4.16", "axios": "1.4.0", "class-variance-authority": "0.7.0", "clsx": "1.2.1", "date-fns": "2.30.0", "encoding": "0.1.13", "eslint": "8.46.0", "eslint-config-next": "13.5.6", "eslint-plugin-prefer-arrow": "1.2.3", "framer-motion": "10.15.0", "front-matter": "4.0.2", "headlessui": "0.0.0", "heroicons": "2.0.18", "i18next": "23.4.2", "i18next-http-backend": "2.2.1", "lodash": "4.17.21", "marked": "9.0.3", "next": "13.5.6", "next-sitemap": "4.2.3", "nock": "13.3.2", "postcss": "8.4.32", "posthog-js": "1.96.1", "prettier": "2.8.8", "pretty-bytes": "6.1.1", "react": "18.2.0", "react-dom": "18.2.0", "react-dropzone": "14.2.3", "react-ga4": "2.1.0", "react-hook-form": "7.45.4", "react-i18next": "13.0.3", "react-markdown": "8.0.7", "react-use": "17.4.0", "rehype-highlight": "6.0.0", "rehype-raw": "7.0.0", "sass": "^1.70.0", "sharp": "0.32.4", "tailwind-merge": "1.14.0", "tailwindcss": "3.4.0", "tippy.js": "6.3.7", "typescript": "5.1.6", "victory": "36.6.11" }, "devDependencies": { "@playwright/test": "1.38.0", "@tailwindcss/typography": "0.5.9", "@testing-library/jest-dom": "6.1.3", "@testing-library/react": "14.0.0", "@vitejs/plugin-react": "4.0.4", "dotenv": "16.3.1", "husky": "8.0.3", "jsdom": "22.1.0", "node-gyp": "10.0.1", "react-icons": "4.11.0", "vitest": "0.32.4" } }