Skip to content

Commit

Permalink
feat: share modal and community notes
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakobayashidev committed Sep 8, 2023
1 parent e416cdd commit a2e8ae2
Show file tree
Hide file tree
Showing 20 changed files with 4,227 additions and 698 deletions.
27 changes: 22 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,22 @@
"@microsoft/fetch-event-source": "^2.0.1",
"@next-auth/prisma-adapter": "^1.0.6",
"@planetscale/database": "^1.7.0",
"@prisma/client": "^4.13.0",
"@pothos/core": "^3.31.0",
"@pothos/plugin-prisma": "^3.53.0",
"@pothos/plugin-scope-auth": "^3.20.0",
"@prisma/client": "^5.0.0",
"@radix-ui/react-dialog": "^1.0.4",
"@types/node": "18.16.16",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@upstash/ratelimit": "^0.4.3",
"@upstash/redis": "^1.21.0",
"@vercel/kv": "^0.2.2",
"@vidstack/react": "^0.6.13",
"@xpadev-net/designsystem-icons": "^0.0.6",
"ai": "^2.1.20",
"ai": "^2.2.12",
"boring-avatars": "^1.10.1",
"class-validator": "^0.14.0",
"classnames": "^2.3.2",
"contentlayer": "^0.3.2",
"dayjs": "^1.11.7",
Expand All @@ -45,7 +52,9 @@
"face-api.js": "^0.22.2",
"framer-motion": "^10.12.16",
"graphql": "^16.6.0",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.21.3",
"graphql-yoga": "^4.0.3",
"jotai": "^2.1.1",
"jsonwebtoken": "^9.0.0",
"kuromoji": "^0.1.2",
Expand All @@ -56,7 +65,8 @@
"next-contentlayer": "^0.3.2",
"node-fetch": "2.6.7",
"open-graph-scraper": "^6.0.1",
"openai-edge": "^1.1.0",
"openai": "^4.5.0",
"openai-edge": "^1.2.2",
"react": "18.2.0",
"react-d3-cloud": "^1.0.6",
"react-dom": "18.2.0",
Expand All @@ -65,13 +75,18 @@
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"react-textarea-autosize": "^8.4.1",
"reflect-metadata": "^0.1.13",
"rehype-raw": "^6.1.1",
"rehype-sanitize": "^5.0.1",
"rss-parser": "^3.13.0",
"swr": "^2.1.5",
"ts-node": "^10.9.1",
"tslib": "^2.6.0",
"type-graphql": "^1.1.1",
"typegraphql-prisma": "^0.27.0",
"typescript": "5.2.0-dev.20230606",
"video.js": "^8.3.0",
"video.js": "^8.5.2",
"vidstack": "^0.6.13",
"zact": "^0.0.2",
"zod": "^3.21.4"
},
Expand All @@ -86,7 +101,9 @@
"@storybook/testing-library": "^0.2.0",
"@svgr/webpack": "^8.0.1",
"@tailwindcss/typography": "^0.5.9",
"@types/graphql-fields": "^1.3.5",
"@types/gtag.js": "^0.0.12",
"@types/jsonwebtoken": "^9.0.2",
"@types/kuromoji": "^0.1.1",
"@types/node-fetch": "~2.1.0",
"autoprefixer": "^10.4.14",
Expand All @@ -100,7 +117,7 @@
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.23",
"prisma": "^4.13.0",
"prisma": "^5.0.0",
"react-chartjs-2": "^5.2.0",
"storybook": "^7.0.23",
"tailwindcss": "^3.3.2"
Expand Down
Loading

0 comments on commit a2e8ae2

Please sign in to comment.