forked from thirdweb-dev/docs-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.08 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
{
"name": "docs-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "bun run scripts/createEmptySearchIndex.ts && next dev",
"build": "bun run scripts/createEmptySearchIndex.ts && next lint && next build && bun run extract-search-data && next-sitemap",
"start": "next start",
"lint": "next lint",
"extract-search-data": "bun run scripts/extractSearchData.ts"
},
"dependencies": {
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.5",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@tanstack/react-query": "^5.4.3",
"@tryghost/content-api": "^1.11.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"escape-string-regexp": "^5.0.0",
"flexsearch": "^0.7.31",
"github-slugger": "^2.0.0",
"lucide-react": "^0.286.0",
"next": "~13.4",
"nextjs-toploader": "^1.5.3",
"node-html-parser": "^6.1.11",
"posthog-js": "^1.96.1",
"prettier": "^3.0.3",
"react": "^18",
"react-dom": "^18",
"react-html-parser": "2.0.2",
"react-icons": "^4.11.0",
"remark-gfm": "3.0.1",
"semver": "^7.5.4",
"server-only": "^0.0.1",
"shiki": "^1.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"thirdweb": "^5.0.3",
"tiny-invariant": "^1.3.1",
"typedoc-better-json": "^0.9.1"
},
"devDependencies": {
"@types/flexsearch": "^0.7.5",
"@types/mdx": "^2.0.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-html-parser": "^2.0.5",
"@types/tryghost__content-api": "^1.3.14",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"eslint-plugin-mdx": "^2.2.0",
"eslint-plugin-svg-jsx": "^1.2.2",
"eslint-plugin-tailwindcss": "^3.13.0",
"next-sitemap": "^4.2.3",
"postcss": "^8",
"tailwindcss": "^3",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}