-
Notifications
You must be signed in to change notification settings - Fork 575
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.54 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
{
"name": "radix-site",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "pnpm build:search && next dev",
"build": "pnpm build:search && next build",
"start": "next start",
"format": "oxfmt --write .",
"format:check": "oxfmt --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"typecheck": "tsc --noEmit",
"build:search": "tsx scripts/build-search-index.ts"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.19.8",
"@algolia/autocomplete-preset-algolia": "^1.19.8",
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/themes": "3.3.0",
"@stackblitz/sdk": "^1.11.0",
"bezier-easing": "^2.1.0",
"classnames": "^2.5.1",
"colorjs.io": "0.5.2",
"compare-versions": "^3.6.0",
"esbuild": "0.19.5",
"github-slugger": "^2.0.0",
"glob": "^10",
"gray-matter": "^4.0.3",
"hast-util-select": "^6.0.4",
"hast-util-to-html": "^9.0.5",
"hast-util-to-string": "^3.0.1",
"lodash.camelcase": "^4.3.0",
"lodash.debounce": "^4.0.8",
"lodash.kebabcase": "^4.1.1",
"lodash.upperfirst": "^4.3.1",
"mdast-util-to-string": "^4.0.0",
"mdx-bundler": "^10.1.1",
"minisearch": "^7.2.0",
"next": "^16.2.7",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"parse-numeric-range": "^1.3.0",
"postcss": "^8.5.15",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.30.0",
"radix-ui": "^1.5.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-remove-scroll": "^2.7.2",
"refractor": "^3.3.1",
"rehype": "^11.0.0",
"rehype-parse": "^9.0.1",
"rehype-remark": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.1",
"remark-parse": "^11.0.0",
"remark-slug": "^6.0.0",
"remark-stringify": "^11.0.0",
"scroll-into-view-if-needed": "^3.1.0",
"smoothscroll-polyfill": "^0.4.4",
"tinycolor2": "^1.6.0",
"unified": "^11.0.5",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.1.0",
"usehooks-ts": "^3.1.1"
},
"devDependencies": {
"@types/hast": "3.0.4",
"@types/lodash.camelcase": "^4.3.9",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.kebabcase": "^4.1.9",
"@types/lodash.upperfirst": "^4.3.9",
"@types/node": "^24",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/refractor": "^3.4.1",
"@types/smoothscroll-polyfill": "^0.3.4",
"@types/tinycolor2": "^1.4.6",
"@types/unist": "^3.0.3",
"autoprefixer": "^10.5.0",
"oxfmt": "^0.55.0",
"oxlint": "^1.70.0",
"sucrase": "3.35.1",
"tsx": "^4.22.4",
"typescript": "^5.5.4"
},
"engines": {
"node": "24.x"
},
"packageManager": "pnpm@10.2.0"
}