-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "@tachybase/docs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rspress build",
"check": "biome check --write",
"dev": "rspress dev",
"format": "biome format --write",
"preview": "rspress preview",
"merge-md": "node scripts/merge-md/index.js",
"plugin:update": "node scripts/update-plugin-list.js"
},
"dependencies": {
"@docsearch/css": "^4.0.0",
"@docsearch/js": "^4.0.0",
"@formulajs/formulajs": "4.4.9",
"@rspress/theme-default": "^2.0.0-beta.20",
"@tachybase/client": "^0.23.41",
"@tachybase/schema": "^0.23.41",
"antd": "5.24.0",
"mathjs": "^14.2.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"rspress": "^2.0.0-beta.20",
"rspress-plugin-mermaid": "0.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@rspress/core": "^1.45.0",
"@rspress/plugin-playground": "^2.0.0-beta.20",
"@rspress/plugin-preview": "^2.0.0-beta.20",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^22.13.4",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"chalk": "^4.1.2",
"clsx": "^2.1.1",
"tailwindcss": "^4.1.11"
}
}