-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.68 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.68 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@seed-design/docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "concurrently \"bun --filter @seed-design/stackflow-spa dev\" \"next dev\"",
"start": "concurrently \"bun --filter @seed-design/stackflow-spa dev\" \"next start\"",
"sanity:dev": "sanity dev",
"sanity:start": "sanity start",
"sanity:build": "sanity build",
"postinstall": "fumadocs-mdx",
"gen": "bun generate:all",
"generate:all": "bun generate:registry && bun generate:docs-index && bun rootage:generate",
"generate:registry": "bun scripts/generate-registry.ts",
"generate:docs-index": "bun scripts/generate-docs-index.ts",
"rootage:generate": "rootage json public/rootage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@karrotmarket/icon-data": "^1.17.0",
"@karrotmarket/react-monochrome-icon": "^1.10.0",
"@karrotmarket/react-multicolor-icon": "^1.7.0",
"@lottiefiles/react-lottie-player": "^3.6.0",
"@orama/orama": "^3.1.3",
"@portabletext/react": "^6.0.0",
"@sanity/asset-utils": "^2.3.0",
"@sanity/client": "^7.12.0",
"@sanity/icons": "^3.7.4",
"@sanity/image-url": "^2.0.0",
"@sanity/table": "^2.0.1",
"@sanity/vision": "^4.20.3",
"@seed-design/css": "1.2.5",
"@seed-design/migration-index": "1.0.0",
"@seed-design/react": "1.2.7",
"@seed-design/react-icon": "^0.7.4",
"@seed-design/rootage-core": "0.0.0",
"@seed-design/stackflow": "1.1.18",
"@seed-design/tailwind4-theme": "1.1.18",
"@stackflow/config": "^1.2.1",
"@stackflow/core": "^1.2.0",
"@stackflow/plugin-renderer-basic": "^1.1.13",
"@stackflow/react": "^1.5.1",
"change-case": "^5.4.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"estree-util-value-to-estree": "^3.4.0",
"fumadocs-core": "16.4.3",
"fumadocs-docgen": "^3.0.0",
"fumadocs-mdx": "14.2.6",
"fumadocs-typescript": "^5.0.0",
"fumadocs-ui": "15.8.5",
"hast-util-to-estree": "^3.1.3",
"hast-util-to-jsx-runtime": "^2.3.6",
"mdast-util-mdx-jsx": "^3.2.0",
"motion": "^12.23.12",
"next": "15.5.9",
"next-sanity": "^11.4.2",
"nuqs": "^2.3.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-error-boundary": "^6.0.0",
"react-hook-form": "^7.53.2",
"recast": "^0.23.11",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-mdx": "^3.1.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-stringify": "^11.0.0",
"sanity": "^4.20.3",
"shiki": "^3.4.2",
"simple-reveal": "^0.8.0",
"styled-components": "6",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@figma/rest-api-spec": "^0.35.0",
"@storybook/builder-webpack5": "^10.1.10",
"@storybook/nextjs": "^10.1.10",
"@tailwindcss/postcss": "^4.0.6",
"@types/estree": "^1.0.8",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^25.0.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"chalk": "^5.3.0",
"chromatic": "^13.0.0",
"concurrently": "^9.2.1",
"estree-util-value-to-estree": "^3.4.0",
"figma-api": "^2.1.0-beta",
"flat-cache": "^6.1.19",
"hast-util-to-estree": "^3.1.3",
"mdast-util-mdx-jsx": "^3.2.0",
"postcss": "^8.5.3",
"storybook": "^10.1.10",
"tailwindcss": "^4.1.4",
"ts-morph": "^27.0.0",
"ts-pattern": "^5.7.0",
"typescript": "^5.9.2",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"webpack-virtual-modules": "^0.6.0",
"zod": "4.3.5"
}
}