-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.08 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "loro-docs",
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "node gen-rss.js && next build",
"postbuild": "next-sitemap",
"start": "next start",
"test": "cd deno_scripts && deno run -A ./run_code_blocks.ts ..",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"extract-llms": "deno run -A ./deno_scripts/extract-llms.ts",
"changelog": "node gen-rss.js",
"preview": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types --env-interface CloudflareEnv cloudflare-env.d.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/loro-dev/loro-docs.git"
},
"dependencies": {
"@ariakit/react": "^0.3.8",
"@codesandbox/sandpack-react": "^2.9.0",
"@excalidraw/excalidraw": "^0.17.0",
"@fontsource/poppins": "^5.0.8",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@opennextjs/cloudflare": "^1.13.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tabler/icons-react": "^2.43.0",
"@types/deep-equal": "^1.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"deep-equal": "^2.2.3",
"downloadjs": "^1.4.7",
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.31",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"is-equal": "^1.7.0",
"jotai": "^2.6.0",
"loro-crdt": "^1.5.10",
"lucide-react": "^0.294.0",
"next": "^14.2.31",
"next-seo": "^5.15.0",
"next-sitemap": "^4.2.3",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"quill": "^1.3.7",
"quill-delta": "^5.1.0",
"react": "^18",
"react-dom": "^18",
"react-intersection-observer": "^9.5.3",
"react-player": "^2.13.0",
"rss": "^1.2.2",
"shiki": "^3.9.2",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@shikijs/twoslash": "^3.9.2",
"@storybook/addon-essentials": "^7.5.2",
"@storybook/addon-interactions": "^7.5.2",
"@storybook/addon-links": "^7.5.2",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.2",
"@storybook/nextjs": "^7.5.2",
"@storybook/react": "^7.5.2",
"@storybook/testing-library": "^0.2.2",
"@svgr/webpack": "^8.1.0",
"@types/downloadjs": "^1.4.6",
"@types/flexsearch": "^0.7.6",
"@types/lodash": "^4.17.20",
"@types/node": "18.11.10",
"@types/quill": "^2.0.14",
"@types/react": "18.0.26",
"@types/rss": "^0.0.32",
"autoprefixer": "^10.4.13",
"expect": "29.7.0",
"feed": "^4.2.2",
"loro-mirror": "^1.0.0",
"loro-mirror-react": "^1.0.0",
"marked": "^14.1.3",
"postcss": "^8.4.20",
"storybook": "^7.5.2",
"storybook-addon-next": "^1.7.1",
"tailwindcss": "^3.2.4",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"typescript": "^5.9.2",
"wrangler": "^4.49.0"
}
}