forked from metaplex-foundation/developer-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.2 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 2.2 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
{
"name": "tailwindui-syntax",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/generate-llms-txt.mjs && next build",
"start": "next start",
"lint": "next lint",
"sitemap": "node generate-sitemap.mjs",
"validate-translations": "node scripts/validate-translations.js",
"build-examples": "node scripts/build-examples.js",
"generate-llms": "node scripts/generate-llms-txt.mjs",
"lint:md": "markdownlint-cli2 \"src/pages/**/*.md\"",
"lint:md:fix": "markdownlint-cli2 --fix \"src/pages/**/*.md\""
},
"browserslist": "defaults, not ie <= 11",
"dependencies": {
"@docsearch/react": "^3.8.0",
"@headlessui/react": "2.2.0",
"@heroicons/react": "^2.2.0",
"@hotjar/browser": "^1.0.9",
"@markdoc/markdoc": "0.3.0",
"@markdoc/next.js": "0.2.3",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@sindresorhus/slugify": "^2.2.1",
"@tailwindcss/typography": "^0.5.15",
"@vercel/og": "^0.8.6",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^1.2.1",
"focus-visible": "^5.2.1",
"html-to-image": "^1.11.11",
"lightense-images": "^1.0.17",
"lucide-react": "^0.563.0",
"next": "15.5.15",
"next-intl": "^4.9.1",
"postcss-focus-visible": "^6.0.4",
"postcss-import": "^14.1.0",
"prism-react-renderer": "^1.3.5",
"prismjs": "^1.30.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"reactflow": "^11.11.4",
"tailwind-merge": "^3.4.0",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"eslint": "8.57.1",
"eslint-config-next": "15.5.15",
"markdownlint-cli2": "^0.20.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"sharp": "^0.32.6"
},
"packageManager": "pnpm@9.1.4+sha512.9df9cf27c91715646c7d675d1c9c8e41f6fce88246f1318c1aa6a1ed1aeb3c4f032fcdf4ba63cc69c4fe6d634279176b5358727d8f2cc1e65b65f43ce2f8bfb0"
}