-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
167 lines (167 loc) · 6.64 KB
/
Copy pathpackage.json
File metadata and controls
167 lines (167 loc) · 6.64 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
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "univer-documentation",
"version": "1.0.0-beta.2",
"private": true,
"author": "DreamNum Co., Ltd. <developer@univer.ai>",
"scripts": {
"prepare": "husky",
"postinstall": "fumadocs-mdx",
"screenshot": "pnpm build && node ./scripts/screenshot-showcase.mjs",
"build": "next build --experimental-build-mode compile && next build --experimental-build-mode generate",
"dev": "next dev --port 3030",
"start": "next start",
"format": "oxfmt .",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"typecheck": "tsc --noEmit",
"verify:agent-docs": "node ./scripts/check-agent-docs.mjs"
},
"dependencies": {
"@base-ui/react": "^1.7.0",
"@codesandbox/sandpack-react": "^2.20.0",
"@icons-pack/react-simple-icons": "^13.15.1",
"@lit/react": "^1.0.8",
"@orama/tokenizers": "^3.1.18",
"@shikijs/transformers": "^4.4.3",
"@univerjs-pro/bases": "1.0.0-beta.2",
"@univerjs-pro/bases-ui": "1.0.0-beta.2",
"@univerjs-pro/boards": "1.0.0-beta.2",
"@univerjs-pro/boards-ui": "1.0.0-beta.2",
"@univerjs-pro/collaboration-client": "1.0.0-beta.2",
"@univerjs-pro/collaboration-client-ui": "1.0.0-beta.2",
"@univerjs-pro/engine-shape": "1.0.0-beta.2",
"@univerjs-pro/exchange-client": "1.0.0-beta.2",
"@univerjs-pro/license": "1.0.0-beta.2",
"@univerjs-pro/pdfs": "1.0.0-beta.2",
"@univerjs-pro/pdfs-editor": "1.0.0-beta.2",
"@univerjs-pro/pdfs-ui": "1.0.0-beta.2",
"@univerjs-pro/shape-editor-ui": "1.0.0-beta.2",
"@univerjs-pro/sheets-chart": "1.0.0-beta.2",
"@univerjs-pro/sheets-chart-ui": "1.0.0-beta.2",
"@univerjs-pro/sheets-exchange-client": "1.0.0-beta.2",
"@univerjs-pro/sheets-outline": "1.0.0-beta.2",
"@univerjs-pro/sheets-outline-ui": "1.0.0-beta.2",
"@univerjs-pro/sheets-pivot": "1.0.0-beta.2",
"@univerjs-pro/sheets-pivot-ui": "1.0.0-beta.2",
"@univerjs-pro/sheets-print": "1.0.0-beta.2",
"@univerjs-pro/sheets-shape": "1.0.0-beta.2",
"@univerjs-pro/sheets-shape-ui": "1.0.0-beta.2",
"@univerjs-pro/sheets-sparkline": "1.0.0-beta.2",
"@univerjs-pro/sheets-sparkline-ui": "1.0.0-beta.2",
"@univerjs-pro/slides": "1.0.0-beta.2",
"@univerjs-pro/slides-ui": "1.0.0-beta.2",
"@univerjs/core": "1.0.0-beta.2",
"@univerjs/design": "1.0.0-beta.2",
"@univerjs/docs": "1.0.0-beta.2",
"@univerjs/docs-ui": "1.0.0-beta.2",
"@univerjs/drawing": "1.0.0-beta.2",
"@univerjs/drawing-ui": "1.0.0-beta.2",
"@univerjs/engine-formula": "1.0.0-beta.2",
"@univerjs/engine-render": "1.0.0-beta.2",
"@univerjs/find-replace": "1.0.0-beta.2",
"@univerjs/icons": "^1.38.0",
"@univerjs/preset-docs-advanced": "1.0.0-beta.2",
"@univerjs/preset-docs-collaboration": "1.0.0-beta.2",
"@univerjs/preset-docs-core": "1.0.0-beta.2",
"@univerjs/preset-docs-drawing": "1.0.0-beta.2",
"@univerjs/preset-docs-hyper-link": "1.0.0-beta.2",
"@univerjs/preset-docs-node-core": "1.0.0-beta.2",
"@univerjs/preset-docs-thread-comment": "1.0.0-beta.2",
"@univerjs/preset-sheets-advanced": "1.0.0-beta.2",
"@univerjs/preset-sheets-collaboration": "1.0.0-beta.2",
"@univerjs/preset-sheets-conditional-formatting": "1.0.0-beta.2",
"@univerjs/preset-sheets-core": "1.0.0-beta.2",
"@univerjs/preset-sheets-data-validation": "1.0.0-beta.2",
"@univerjs/preset-sheets-drawing": "1.0.0-beta.2",
"@univerjs/preset-sheets-filter": "1.0.0-beta.2",
"@univerjs/preset-sheets-find-replace": "1.0.0-beta.2",
"@univerjs/preset-sheets-hyper-link": "1.0.0-beta.2",
"@univerjs/preset-sheets-node-core": "1.0.0-beta.2",
"@univerjs/preset-sheets-note": "1.0.0-beta.2",
"@univerjs/preset-sheets-sort": "1.0.0-beta.2",
"@univerjs/preset-sheets-table": "1.0.0-beta.2",
"@univerjs/preset-sheets-thread-comment": "1.0.0-beta.2",
"@univerjs/presets": "1.0.0-beta.2",
"@univerjs/sheets": "1.0.0-beta.2",
"@univerjs/sheets-conditional-formatting-ui": "1.0.0-beta.2",
"@univerjs/sheets-crosshair-highlight": "1.0.0-beta.2",
"@univerjs/sheets-data-validation": "1.0.0-beta.2",
"@univerjs/sheets-data-validation-ui": "1.0.0-beta.2",
"@univerjs/sheets-filter-ui": "1.0.0-beta.2",
"@univerjs/sheets-find-replace": "1.0.0-beta.2",
"@univerjs/sheets-formula": "1.0.0-beta.2",
"@univerjs/sheets-formula-ui": "1.0.0-beta.2",
"@univerjs/sheets-hyper-link": "1.0.0-beta.2",
"@univerjs/sheets-hyper-link-ui": "1.0.0-beta.2",
"@univerjs/sheets-note-ui": "1.0.0-beta.2",
"@univerjs/sheets-numfmt": "1.0.0-beta.2",
"@univerjs/sheets-numfmt-ui": "1.0.0-beta.2",
"@univerjs/sheets-sort": "1.0.0-beta.2",
"@univerjs/sheets-sort-ui": "1.0.0-beta.2",
"@univerjs/sheets-table": "1.0.0-beta.2",
"@univerjs/sheets-table-ui": "1.0.0-beta.2",
"@univerjs/sheets-thread-comment-ui": "1.0.0-beta.2",
"@univerjs/sheets-ui": "1.0.0-beta.2",
"@univerjs/themes": "1.0.0-beta.2",
"@univerjs/thread-comment-ui": "1.0.0-beta.2",
"@univerjs/ui": "1.0.0-beta.2",
"@univerjs/watermark": "1.0.0-beta.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"color": "^5.0.3",
"dayjs": "^1.11.23",
"feed": "^6.0.0",
"fumadocs-core": "16.14.5",
"fumadocs-docgen": "^3.1.0",
"fumadocs-mdx": "15.3.0",
"lucide-react": "^1.33.0",
"mermaid": "^11.17.0",
"motion": "^13.1.1",
"next": "16.3.3",
"next-intl": "^4.13.7",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"posthog-node": "^5.49.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-use-measure": "^2.1.7",
"rxjs": "^7.8.2",
"shiki": "^4.4.3",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@amamo/oxlint-config": "1.1.0",
"@amamo/verso": "1.2.0",
"@commitlint/cli": "^21.2.2",
"@commitlint/config-conventional": "^21.2.2",
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "26.2.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"husky": "^9.1.7",
"lint-staged": "^17.3.0",
"lit": "^3.3.3",
"oxfmt": "^0.64.0",
"oxlint": "^1.79.0",
"oxlint-tailwindcss": "^1.10.0",
"playwright": "^1.62.1",
"postcss": "^8.5.26",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2"
},
"lint-staged": {
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts}": [
"oxlint --fix --no-error-on-unmatched-pattern",
"oxfmt --write --no-error-on-unmatched-pattern"
],
"*.{json,jsonc,json5,yaml,yml,toml,css,scss,less,html,graphql,gql,vue,astro}": "oxfmt --write --no-error-on-unmatched-pattern"
},
"engines": {
"node": ">=22.18",
"pnpm": ">=11"
},
"packageManager": "pnpm@11.22.0"
}