-
Notifications
You must be signed in to change notification settings - Fork 409
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 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
{
"name": "@modern-js/main-doc",
"description": "Documentation of modern.js framework",
"type": "module",
"homepage": "https://modernjs.dev",
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/modern.js",
"directory": "packages/document"
},
"license": "MIT",
"keywords": [
"react",
"framework",
"modern",
"modern.js"
],
"scripts": {
"dev": "rspress dev",
"dev:no_lazy": "LAZY=false rspress dev",
"build": "rspress build",
"preview": "rspress preview"
},
"version": "3.1.4",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"dependencies": {
"@modern-js/sandpack-react": "workspace:*",
"mermaid": "^11.12.3"
},
"devDependencies": {
"@rsbuild/plugin-sass": "1.5.0",
"@rspress/core": "2.0.2",
"@rspress/plugin-llms": "2.0.2",
"@rspress/shared": "2.0.2",
"@shikijs/transformers": "^3.23.0",
"@types/fs-extra": "9.0.13",
"@types/node": "^20",
"classnames": "^2.5.1",
"clsx": "^1.2.1",
"fs-extra": "^10.1.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"ts-node": "^10.9.2",
"typescript": "^5"
}
}