forked from Fental/univer-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.48 KB
/
package.json
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
{
"name": "univer.ai",
"type": "module",
"version": "0.4.2",
"private": false,
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"scripts": {
"prepare": "simple-git-hooks",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:types": "tsc --noEmit"
},
"dependencies": {
"@antv/g2": "^5.2.5",
"@codesandbox/sandpack-react": "^2.19.8",
"@docsearch/css": "^3.6.1",
"@docsearch/react": "^3.6.1",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/themes": "^3.1.3",
"@rc-component/color-picker": "^2.0.1",
"@react-spring/web": "^9.7.4",
"@stackblitz/sdk": "^1.11.0",
"@types/youtube-player": "^5.5.11",
"@univerjs-pro/collaboration": "0.4.2",
"@univerjs-pro/collaboration-client": "0.4.2",
"@univerjs-pro/exchange-client": "0.4.2",
"@univerjs-pro/print": "0.4.2",
"@univerjs-pro/sheets-exchange-client": "0.4.2",
"@univerjs-pro/sheets-print": "0.4.2",
"@univerjs/core": "0.4.2",
"@univerjs/data-validation": "0.4.2",
"@univerjs/design": "0.4.2",
"@univerjs/docs": "0.4.2",
"@univerjs/docs-drawing": "0.4.2",
"@univerjs/docs-drawing-ui": "0.4.2",
"@univerjs/docs-hyper-link": "0.4.2",
"@univerjs/docs-hyper-link-ui": "0.4.2",
"@univerjs/docs-thread-comment-ui": "0.4.2",
"@univerjs/docs-ui": "0.4.2",
"@univerjs/drawing": "0.4.2",
"@univerjs/drawing-ui": "0.4.2",
"@univerjs/engine-formula": "0.4.2",
"@univerjs/engine-numfmt": "0.4.2",
"@univerjs/engine-render": "0.4.2",
"@univerjs/facade": "0.4.2",
"@univerjs/find-replace": "0.4.2",
"@univerjs/icons": "^0.1.87",
"@univerjs/network": "0.4.2",
"@univerjs/rpc": "0.4.2",
"@univerjs/sheets": "0.4.2",
"@univerjs/sheets-conditional-formatting": "0.4.2",
"@univerjs/sheets-conditional-formatting-ui": "0.4.2",
"@univerjs/sheets-crosshair-highlight": "^0.4.2",
"@univerjs/sheets-data-validation": "0.4.2",
"@univerjs/sheets-data-validation-ui": "0.4.2",
"@univerjs/sheets-drawing": "0.4.2",
"@univerjs/sheets-drawing-ui": "0.4.2",
"@univerjs/sheets-filter": "0.4.2",
"@univerjs/sheets-filter-ui": "0.4.2",
"@univerjs/sheets-find-replace": "0.4.2",
"@univerjs/sheets-formula": "0.4.2",
"@univerjs/sheets-formula-ui": "0.4.2",
"@univerjs/sheets-hyper-link": "0.4.2",
"@univerjs/sheets-hyper-link-ui": "0.4.2",
"@univerjs/sheets-numfmt": "0.4.2",
"@univerjs/sheets-thread-comment": "0.4.2",
"@univerjs/sheets-thread-comment-base": "0.4.2",
"@univerjs/sheets-ui": "0.4.2",
"@univerjs/sheets-zen-editor": "0.4.2",
"@univerjs/slides": "0.4.2",
"@univerjs/slides-ui": "0.4.2",
"@univerjs/thread-comment": "0.4.2",
"@univerjs/thread-comment-ui": "0.4.2",
"@univerjs/ui": "0.4.2",
"@univerjs/uniscript": "0.4.2",
"@visactor/univer-vchart-plugin": "^2.0.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"monaco-editor": "^0.52.0",
"next": "14.2.13",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"pako": "^2.1.0",
"prism-react-renderer": "^2.4.0",
"rc-slider": "^11.1.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-live": "^4.1.7",
"react-mosaic-component": "^6.1.0",
"rxjs": "^7.8.1",
"tailwind-merge": "^2.5.2",
"youtube-player": "^5.6.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"@eslint-react/eslint-plugin": "^1.14.1",
"@types/node": "^22.5.4",
"@types/pako": "^2.0.3",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@univerjs/webpack-plugin": "0.5.0",
"autoprefixer": "^10.4.20",
"eslint": "9.11.0",
"eslint-plugin-react-hooks": "5.1.0-rc-8269d55d-20240802",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-readable-tailwind": "^1.8.0",
"ignore-loader": "^0.1.2",
"lint-staged": "^15.2.10",
"monaco-editor-webpack-plugin": "^7.1.0",
"postcss": "^8.4.45",
"raw-loader": "^4.0.2",
"sharp": "^0.33.5",
"simple-git-hooks": "^2.11.1",
"tailwindcss": "^3.4.11",
"typescript": "5.6.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"!submodules/*": "eslint"
}
}