-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.26 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
{
"name": "@react-spring/docs",
"license": "MIT",
"author": "Josh Ellis",
"version": "2.0.0",
"private": true,
"type": "module",
"sideEffects": [
"**/*.css",
"**/*.css.ts"
],
"scripts": {
"build": "react-router build",
"dev": "concurrently \"pnpm dev:rr\" \"pnpm scripts:watch\"",
"dev:rr": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"scripts:build": "tsx ./scripts/build.ts",
"scripts:watch": "tsx ./scripts/watch.ts",
"test:ts": "react-router typegen && tsc --noEmit"
},
"dependencies": {
"@codesandbox/sandpack-react": "2.20.0",
"@docsearch/css": "4.6.3",
"@docsearch/react": "4.6.3",
"@mdx-js/react": "3.1.1",
"@radix-ui/react-accordion": "1.2.12",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-toolbar": "1.1.11",
"@radix-ui/react-tooltip": "1.2.8",
"@react-router/node": "7.15.1",
"@react-router/serve": "7.15.1",
"@react-spring/rafz": "workspace:^",
"@react-spring/web": "workspace:^",
"@use-gesture/react": "10.3.1",
"@vanilla-extract/css": "1.20.1",
"@vanilla-extract/dynamic": "2.1.5",
"@vanilla-extract/recipes": "0.5.7",
"clsx": "2.1.1",
"cookie": "1.1.1",
"isbot": "5.1.40",
"phosphor-react": "1.4.1",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-router": "7.15.1",
"react-select": "5.10.2",
"react-use-measure": "2.1.7",
"zod": "4.4.3"
},
"devDependencies": {
"@mdx-js/rollup": "3.1.1",
"@react-router/dev": "7.15.1",
"@react-router/fs-routes": "7.15.1",
"@vanilla-extract/vite-plugin": "5.2.2",
"chokidar": "5.0.0",
"concurrently": "9.2.1",
"esbuild": "0.28.0",
"fs-extra": "11.3.5",
"gray-matter": "4.0.3",
"hast-util-to-html": "9.0.5",
"hast-util-to-string": "3.0.1",
"parse-numeric-range": "1.3.0",
"refractor": "5.0.0",
"rehype-autolink-headings": "7.1.0",
"rehype-parse": "9.0.1",
"rehype-slug": "6.0.0",
"remark-directive": "4.0.0",
"remark-frontmatter": "5.0.0",
"remark-mdx-frontmatter": "5.2.0",
"tsx": "4.22.3",
"typescript": "6.0.3",
"unified": "11.0.5",
"unist-util-visit": "5.1.0",
"vite": "8.0.14",
"vite-tsconfig-paths": "6.1.1"
}
}