forked from lynx-family/lynx-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 3.92 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 3.92 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
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
{
"name": "@lynx-js/lynx-doc",
"version": "1.0.0",
"scripts": {
"start": "rspress dev",
"dev": "rspress dev",
"build": "NODE_OPTIONS=--max-old-space-size=8192 RSPRESS_SSG_WORKER_THREAD_COUNT=4 rspress build",
"prepare": "husky && pnpm --filter @lynx-js/lynx-compat-data run lint:keys && pnpm --filter @lynx-js/lynx-compat-data run gen-stats && pnpm prepare:lynx-compat-data && pnpm prepare:lynx-example-data",
"gen:living-spec": "node scripts/lynx-living-spec.js",
"prepare:lynx-compat-data": "rm -rf docs/public/lynx-compat-data && ln -s $(pwd)/packages/lynx-compat-data docs/public/lynx-compat-data",
"prepare:lynx-example-data": "node scripts/lynx-example.js",
"preview": "rspress preview",
"format": "prettier --write .",
"format:check": "prettier --check .",
"cspell:check": "cspell lint -c cspell.json \"docs/**/*.md(x)\"",
"check-docs": "python3 -m scripts.check_api_doc.index",
"fix-docs": "python3 -m scripts.check_api_doc.index --fix",
"zhlint": "zhlint 'docs/zh/**/*.{md,mdx}'",
"format:zhlint": "zhlint 'docs/zh/**/*.{md,mdx}' --fix",
"typedoc": "tsx ./scripts/typedoc/index.ts"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.74.0",
"@douyinfe/semi-ui": "^2.75.0",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.5",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@rspress/core": "2.0.0-beta.35",
"@shikijs/transformers": "^3.4.2",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^1.2.1",
"lucide-react": "^0.447.0",
"mermaid": "^11.4.1",
"qrcode.react": "^4.2.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-resizable-panels": "^2.1.7",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"vscode-icons-js": "^11.6.1"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,mdx,json,yml,yaml,css,scss}": "prettier --write",
"*.{md,mdx}": "cspell lint -c cspell.json --no-must-find-files"
},
"devDependencies": {
"@lynx-js/lynx-compat-data": "workspace:*",
"@lynx-js/react": "^0.107.1",
"@lynx-js/rspress-plugin-llms-postprocess": "workspace:*",
"@lynx-js/testing-environment": "npm:@lynx-js/test-environment@0.0.1",
"@mdn/minimalist": "^2.0.4",
"@mdx-js/react": "^3.1.1",
"@rsbuild/plugin-less": "^1.1.1",
"@rsbuild/plugin-sass": "^1.2.2",
"@rsbuild/plugin-svgr": "^1.0.7",
"@rspress/plugin-algolia": "2.0.0-beta.35",
"@rspress/plugin-client-redirects": "2.0.0-beta.35",
"@rspress/plugin-llms": "2.0.0-beta.35",
"@rspress/plugin-rss": "2.0.0-beta.35",
"@rspress/plugin-sitemap": "2.0.0-beta.35",
"@types/node": "^18.11.17",
"@types/react": "^18.2.37",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-dom": "^18.3.0",
"@types/unist": "^3.0.3",
"cspell": "^8.17.3",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"react-render-to-markdown": "0.2.2",
"rsbuild-plugin-google-analytics": "^1.0.3",
"rsbuild-plugin-open-graph": "^1.0.2",
"tailwindcss": "^3.4.13",
"tsx": "^4.19.4",
"typedoc": "^0.26.11",
"typedoc-plugin-expand-object-like-types": "^0.1.2",
"typedoc-plugin-include-example": "^1.4.1",
"typedoc-plugin-markdown": "~4.2.10",
"typescript": "5.0.4",
"unist-util-visit": "^5.0.0",
"zhlint": "^0.8.2"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}