-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
86 lines (86 loc) · 2.56 KB
/
package.json
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
{
"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": "deno run -A ./deno_scripts/run_code_blocks.ts",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"changelog": "node gen-rss.js"
},
"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",
"@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": "^0.10.0",
"lucide-react": "^0.294.0",
"next": "^13.3.4",
"next-seo": "^5.15.0",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.12.3",
"quill": "^1.3.7",
"quill-delta": "^5.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-player": "^2.13.0",
"rss": "^1.2.2",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@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/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",
"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": "^4.9.5"
}
}