Skip to content

Commit

Permalink
feat: remark-directive support video
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfulyang committed Jan 26, 2024
1 parent 473d3e2 commit 4cd815b
Show file tree
Hide file tree
Showing 4 changed files with 3,038 additions and 2,734 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@excalidraw/excalidraw": "0.17.2",
"@ffmpeg/ffmpeg": "0.12.7",
"@ffmpeg/util": "0.12.1",
"@hookform/resolvers": "3.3.2",
"@hookform/resolvers": "3.3.4",
"@huacnlee/autocorrect": "2.9.0",
"@monaco-editor/react": "4.6.0",
"@next/bundle-analyzer": "14.0.4",
Expand Down Expand Up @@ -69,45 +69,45 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@react-spring/three": "9.7.3",
"@react-three/drei": "9.92.1",
"@react-three/fiber": "8.15.12",
"@react-three/postprocessing": "2.15.11",
"@sentry/nextjs": "7.86.0",
"@react-three/drei": "9.96.2",
"@react-three/fiber": "8.15.15",
"@react-three/postprocessing": "2.15.12",
"@sentry/nextjs": "7.95.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-table": "8.10.7",
"@trpc/client": "10.44.1",
"@trpc/next": "10.44.1",
"@trpc/react-query": "10.44.1",
"@trpc/server": "10.44.1",
"@vercel/analytics": "^1.1.1",
"@tanstack/react-table": "8.11.7",
"@trpc/client": "10.45.0",
"@trpc/next": "10.45.0",
"@trpc/react-query": "10.45.0",
"@trpc/server": "10.45.0",
"@vercel/analytics": "^1.1.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.1",
"@volar/monaco": "1.11.1",
"@vue/language-service": "1.8.25",
"@vercel/speed-insights": "^1.0.7",
"@volar/monaco": "2.0.0",
"@vue/language-service": "1.8.27",
"canvas-confetti": "1.9.2",
"class-variance-authority": "0.7.0",
"classnames": "2.3.2",
"clsx": "2.0.0",
"classnames": "2.5.1",
"clsx": "2.1.0",
"cmdk": "^0.2.0",
"comlink": "4.4.1",
"copy-webpack-plugin": "11.0.0",
"copy-webpack-plugin": "12.0.2",
"d3": "7.8.5",
"date-fns": "^2.30.0",
"date-fns": "^3.3.1",
"dayjs": "1.11.10",
"delaunator": "5.0.0",
"delaunator": "5.0.1",
"feed": "4.2.2",
"framer-motion": "10.12.7",
"glob-to-regexp": "0.4.1",
"hast-util-to-string": "3.0.0",
"htmltojsx": "0.3.0",
"jose": "5.1.3",
"jotai": "2.6.0",
"jotai-immer": "0.2.0",
"js-base64": "3.7.5",
"jose": "5.2.0",
"jotai": "2.6.3",
"jotai-immer": "0.3.0",
"js-base64": "3.7.6",
"leva": "0.9.35",
"lodash-es": "4.17.21",
"lottie-react": "2.4.0",
"lucide-react": "0.294.0",
"lucide-react": "0.315.0",
"monaco-editor": "0.45.0",
"monaco-editor-nginx": "1.0.16",
"monaco-editor-textmate": "4.0.0",
Expand All @@ -120,18 +120,18 @@
"nice-color-palettes": "3.0.0",
"onigasm": "2.2.5",
"peerjs": "1.5.2",
"prettier": "3.1.1",
"prettier": "3.2.4",
"prettier-plugin-java": "2.5.0",
"prettier-plugin-nginx": "1.0.3",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-sql": "0.17.1",
"prettier-plugin-sql": "0.18.0",
"react": "18.2.0",
"react-day-picker": "^8.9.1",
"react-day-picker": "^8.10.0",
"react-diff-viewer": "3.1.1",
"react-dom": "18.2.0",
"react-hook-form": "7.49.0",
"react-hook-form": "7.49.3",
"react-hot-toast": "2.4.1",
"react-hotkeys-hook": "4.4.1",
"react-hotkeys-hook": "4.4.4",
"react-intersection-observer": "9.5.3",
"react-markdown": "9.0.1",
"react-syntax-highlighter": "15.5.0",
Expand All @@ -143,53 +143,53 @@
"remark-frontmatter": "5.0.0",
"remark-gfm": "4.0.0",
"remark-math": "6.0.0",
"remark-rehype": "11.0.0",
"remark-rehype": "11.1.0",
"rxjs": "7.8.1",
"seedrandom": "3.0.5",
"sharp": "0.33.0",
"sharp": "0.33.2",
"stackblur-canvas": "2.6.0",
"string-replace-loader": "3.1.0",
"superjson": "2.2.1",
"tailwind-merge": "2.1.0",
"tailwind-merge": "2.2.1",
"tailwindcss-animate": "1.0.7",
"three": "0.159.0",
"three-stdlib": "2.28.7",
"three": "0.160.1",
"three-stdlib": "2.29.4",
"unist-util-visit": "5.0.0",
"uqr": "0.1.2",
"yaml": "2.3.4",
"zod": "3.22.4"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.8.2",
"@ffmpeg/core-mt": "0.12.4",
"@cloudflare/next-on-pages": "^1.8.5",
"@ffmpeg/core-mt": "0.12.6",
"@jest/globals": "29.7.0",
"@powerfulyang/gltfjsx": "6.2.12",
"@powerfulyang/jest-extended": "3.3.0",
"@powerfulyang/lint": "3.7.0",
"@sentry/cli": "2.23.0",
"@testing-library/jest-dom": "6.1.5",
"@sentry/cli": "2.26.0",
"@testing-library/jest-dom": "6.3.0",
"@testing-library/react": "14.1.2",
"@types/canvas-confetti": "1.6.4",
"@types/d3": "7.4.3",
"@types/glob-to-regexp": "0.4.4",
"@types/htmltojsx": "0.0.33",
"@types/lodash-es": "4.17.12",
"@types/node": "20.8.3",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/react-syntax-highlighter": "15.5.11",
"@types/testing-library__jest-dom": "5.14.9",
"@types/three": "0.159.0",
"@types/three": "0.160.0",
"babel-loader": "9.1.3",
"cross-env": "7.0.3",
"expect": "29.7.0",
"jest-canvas-mock": "2.5.2",
"openapi-types": "12.1.3",
"rimraf": "5.0.5",
"swagger-typescript-api": "13.0.3",
"tailwindcss": "3.3.6",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"vercel": "32.7.0"
"vercel": "33.2.0"
},
"bundledDependencies": [
"katex",
Expand Down
Loading

0 comments on commit 4cd815b

Please sign in to comment.