-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.68 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.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
{
"name": "@univerjs-site/docs",
"type": "module",
"version": "0.7.0",
"private": true,
"packageManager": "pnpm@10.11.0",
"scripts": {
"prepare": "simple-git-hooks",
"dev": "next",
"build": "NODE_OPTIONS=\"--max-old-space-size=4096\" next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@docsearch/css": "^3.9.0",
"@docsearch/react": "^3.9.0",
"@feelback/react": "^0.3.4",
"@univerjs/icons": "^0.4.4",
"@univerjs/presets": "0.8.0-beta.1",
"@univerjs/sheets-crosshair-highlight": "0.8.0-beta.1",
"@univerjs/sheets-formula-ui": "0.8.0-beta.1",
"@univerjs/themes": "0.8.0-beta.1",
"@univerjs/uniscript": "0.8.0-beta.1",
"@univerjs/watermark": "0.8.0-beta.1",
"clsx": "^2.1.1",
"next": "15.3.3",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"react": "19.1.0",
"react-dom": "19.1.0",
"tailwind-merge": "^3.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.2",
"@eslint-react/eslint-plugin": "^1.50.0",
"@tailwindcss/postcss": "^4.1.8",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"eslint": "^9.28.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"eslint-plugin-readable-tailwind": "^2.1.2",
"file-loader": "^6.2.0",
"lint-staged": "^16.1.0",
"postcss": "^8.5.4",
"shiki": "^3.4.2",
"simple-git-hooks": "^2.13.0",
"tailwindcss": "^4.1.8",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"!submodules/*": "eslint"
}
}