-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
154 lines (154 loc) · 5.44 KB
/
package.json
File metadata and controls
154 lines (154 loc) · 5.44 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "univer-documentation",
"version": "0.20.0",
"private": true,
"packageManager": "pnpm@10.33.0",
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
"engines": {
"node": ">=20.9",
"pnpm": ">=10"
},
"scripts": {
"prepare": "husky",
"postinstall": "fumadocs-mdx",
"build": "next build",
"dev": "next dev --turbo --port 3030",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.20.0",
"@icons-pack/react-simple-icons": "^13.13.0",
"@lit/react": "^1.0.8",
"@orama/tokenizers": "^3.1.18",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@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-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@univerjs-pro/collaboration-client": "^0.20.0",
"@univerjs-pro/collaboration-client-ui": "^0.20.0",
"@univerjs-pro/engine-shape": "^0.20.0",
"@univerjs-pro/exchange-client": "^0.20.0",
"@univerjs-pro/sheets-chart": "^0.20.0",
"@univerjs-pro/sheets-chart-ui": "^0.20.0",
"@univerjs-pro/sheets-pivot": "^0.20.0",
"@univerjs-pro/sheets-pivot-ui": "^0.20.0",
"@univerjs-pro/sheets-print": "^0.20.0",
"@univerjs-pro/sheets-shape": "^0.20.0",
"@univerjs-pro/sheets-shape-ui": "^0.20.0",
"@univerjs-pro/sheets-sparkline": "^0.20.0",
"@univerjs-pro/sheets-sparkline-ui": "^0.20.0",
"@univerjs/core": "^0.20.0",
"@univerjs/design": "^0.20.0",
"@univerjs/docs": "^0.20.0",
"@univerjs/docs-ui": "^0.20.0",
"@univerjs/drawing": "^0.20.0",
"@univerjs/engine-formula": "^0.20.0",
"@univerjs/engine-render": "^0.20.0",
"@univerjs/find-replace": "^0.20.0",
"@univerjs/icons": "^1.1.1",
"@univerjs/preset-docs-advanced": "^0.20.0",
"@univerjs/preset-docs-core": "^0.20.0",
"@univerjs/preset-sheets-advanced": "^0.20.0",
"@univerjs/preset-sheets-conditional-formatting": "^0.20.0",
"@univerjs/preset-sheets-core": "^0.20.0",
"@univerjs/preset-sheets-data-validation": "^0.20.0",
"@univerjs/preset-sheets-drawing": "^0.20.0",
"@univerjs/preset-sheets-filter": "^0.20.0",
"@univerjs/preset-sheets-find-replace": "^0.20.0",
"@univerjs/preset-sheets-hyper-link": "^0.20.0",
"@univerjs/preset-sheets-node-core": "^0.20.0",
"@univerjs/preset-sheets-note": "^0.20.0",
"@univerjs/preset-sheets-sort": "^0.20.0",
"@univerjs/preset-sheets-thread-comment": "^0.20.0",
"@univerjs/presets": "^0.20.0",
"@univerjs/sheets": "^0.20.0",
"@univerjs/sheets-conditional-formatting-ui": "^0.20.0",
"@univerjs/sheets-crosshair-highlight": "^0.20.0",
"@univerjs/sheets-data-validation": "^0.20.0",
"@univerjs/sheets-data-validation-ui": "^0.20.0",
"@univerjs/sheets-filter-ui": "^0.20.0",
"@univerjs/sheets-find-replace": "^0.20.0",
"@univerjs/sheets-formula": "^0.20.0",
"@univerjs/sheets-formula-ui": "^0.20.0",
"@univerjs/sheets-hyper-link": "^0.20.0",
"@univerjs/sheets-hyper-link-ui": "^0.20.0",
"@univerjs/sheets-note-ui": "^0.20.0",
"@univerjs/sheets-numfmt": "^0.20.0",
"@univerjs/sheets-numfmt-ui": "^0.20.0",
"@univerjs/sheets-sort": "^0.20.0",
"@univerjs/sheets-sort-ui": "^0.20.0",
"@univerjs/sheets-table": "^0.20.0",
"@univerjs/sheets-table-ui": "^0.20.0",
"@univerjs/sheets-thread-comment-ui": "^0.20.0",
"@univerjs/sheets-ui": "^0.20.0",
"@univerjs/sheets-zen-editor": "^0.20.0",
"@univerjs/slides": "^0.20.0",
"@univerjs/slides-ui": "^0.20.0",
"@univerjs/themes": "^0.20.0",
"@univerjs/thread-comment-ui": "^0.20.0",
"@univerjs/ui": "^0.20.0",
"@univerjs/watermark": "^0.20.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"color": "^5.0.3",
"dayjs": "^1.11.20",
"feed": "^5.2.0",
"fumadocs-core": "16.6.5",
"fumadocs-docgen": "^3.0.7",
"fumadocs-mdx": "14.2.8",
"fumadocs-typescript": "^5.1.4",
"fumadocs-ui": "16.6.5",
"lucide-react": "^1.7.0",
"mermaid": "^11.14.0",
"motion": "^12.38.0",
"next": "16.2.2",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"posthog-node": "^5.29.1",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-use-measure": "^2.1.7",
"rxjs": "^7.8.2",
"shiki": "^3.23.0",
"tailwind-merge": "^3.5.0",
"ts-morph": "^27.0.2",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@antfu/eslint-config": "^7.6.1",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@eslint-react/eslint-plugin": "^2.13.0",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@types/node": "25.5.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^10.0.2",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-better-tailwindcss": "^4.3.2",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-mdx": "^3.7.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"lit": "^3.3.2",
"postcss": "^8.5.9",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"lint-staged": {
"*": "eslint --fix"
}
}