mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-11 00:23:17 +03:00
77c6ef6d98
Issue: - https://github.com/StanGirard/quivr/issues/1700 - https://github.com/StanGirard/quivr/issues/1722 Follow-up: - https://github.com/StanGirard/quivr/issues/1753 Demo: https://github.com/StanGirard/quivr/assets/63923024/1e2f8ed9-2a08-48fa-ac19-60910feb4f8d
111 lines
3.4 KiB
JSON
111 lines
3.4 KiB
JSON
{
|
|
"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.0",
|
|
"@emotion/styled": "^11.11.0",
|
|
"@growthbook/growthbook-react": "^0.17.0",
|
|
"@june-so/analytics-next": "^2.0.0",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-dialog": "^1.0.3",
|
|
"@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.3",
|
|
"@radix-ui/react-tooltip": "^1.0.6",
|
|
"@sentry/nextjs": "^7.57.0",
|
|
"@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.22.0",
|
|
"@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.1.7",
|
|
"@types/react": "18",
|
|
"@types/react-dom": "18",
|
|
"@types/react-mentions": "^4.1.8",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.7",
|
|
"@vercel/analytics": "^1.0.1",
|
|
"autoprefixer": "10.4.14",
|
|
"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.41.0",
|
|
"eslint-config-next": "13.4.2",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"framer-motion": "^10.15.0",
|
|
"front-matter": "^4.0.2",
|
|
"i18next": "^23.4.1",
|
|
"i18next-http-backend": "^2.2.1",
|
|
"lodash": "^4.17.21",
|
|
"marked": "^9.0.3",
|
|
"next": "13.4.19",
|
|
"next-sitemap": "^4.2.3",
|
|
"nock": "^13.3.1",
|
|
"postcss": "8.4.23",
|
|
"prettier": "^2.8.8",
|
|
"pretty-bytes": "^6.1.0",
|
|
"react": "18",
|
|
"react-dom": "18",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-ga4": "^2.1.0",
|
|
"react-hook-form": "^7.44.3",
|
|
"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",
|
|
"sharp": "^0.32.4",
|
|
"tailwind-merge": "^1.12.0",
|
|
"tailwindcss": "3.3.2",
|
|
"tippy.js": "^6.3.7",
|
|
"typescript": "^5.0.4",
|
|
"victory": "^36.6.10"
|
|
},
|
|
"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.1",
|
|
"dotenv": "^16.3.1",
|
|
"husky": "^8.0.3",
|
|
"jsdom": "^22.1.0",
|
|
"node-gyp": "^10.0.1",
|
|
"react-icons": "^4.8.0",
|
|
"vitest": "^0.32.2"
|
|
}
|
|
}
|