-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.71 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.71 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
{
"name": "@univerjs-site/docs",
"type": "module",
"version": "0.8.2",
"private": true,
"packageManager": "pnpm@10.12.1",
"scripts": {
"prepare": "husky",
"pre-commit": "lint-staged",
"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",
"@lit/react": "^1.0.7",
"@univerjs/icons": "^0.4.4",
"@univerjs/presets": "0.8.2",
"@univerjs/sheets-crosshair-highlight": "0.8.2",
"@univerjs/sheets-formula-ui": "0.8.2",
"@univerjs/themes": "0.8.2",
"@univerjs/uniscript": "0.8.2",
"@univerjs/watermark": "0.8.2",
"clsx": "^2.1.1",
"lit": "^3.3.0",
"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.1"
},
"devDependencies": {
"@antfu/eslint-config": "^4.14.1",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint-react/eslint-plugin": "^1.52.1",
"@tailwindcss/postcss": "^4.1.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"eslint": "^9.28.0",
"eslint-plugin-better-tailwindcss": "^3.1.0",
"eslint-plugin-format": "^1.0.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"file-loader": "^6.2.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.0",
"postcss": "^8.5.5",
"shiki": "^3.6.0",
"tailwindcss": "^4.1.10",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.3"
},
"lint-staged": {
"*": "eslint --fix"
}
}