-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.9 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.9 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
{
"name": "@lynx-js/go-web",
"version": "0.1.0",
"description": "Interactive <Go> component for embedding live Lynx examples on the web. The example/ website doubles as the community example gallery.",
"type": "module",
"scripts": {
"dev": "cd example && pnpm install && pnpm dev",
"typecheck": "tsc --noEmit"
},
"main": "src/index.ts",
"types": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./adapters/rspress": "./src/adapters/rspress.tsx",
"./ssg": "./src/ssg.tsx",
"./embed": "./src/embed.ts"
},
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/lynx-community/go-web.git"
},
"license": "Apache-2.0",
"peerDependencies": {
"@douyinfe/semi-icons": ">=2.74.0",
"@douyinfe/semi-ui": ">=2.75.0",
"@lynx-js/web-core": "*",
"@lynx-js/web-elements": "*",
"@shikijs/transformers": ">=3.0.0",
"qrcode.react": ">=4.0.0",
"react": ">=18.0.0",
"react-copy-to-clipboard": ">=5.0.0",
"react-dom": ">=18.0.0",
"swr": ">=2.0.0",
"vscode-icons-js": ">=11.0.0"
},
"peerDependenciesMeta": {
"@rspress/core": {
"optional": true
}
},
"devDependencies": {
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-copy-to-clipboard": "^5.0.7",
"typescript": "^5.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@douyinfe/semi-icons": "^2.74.0",
"@douyinfe/semi-ui": "^2.75.0",
"@lynx-js/web-core": "npm:@lynx-js/web-core-canary@0.19.7-canary-20260126-5e7e43c5",
"@lynx-js/web-elements": "^0.11.0",
"@shikijs/transformers": "^3.4.2",
"qrcode.react": "^4.2.0",
"react-copy-to-clipboard": "^5.1.0",
"swr": "^2.2.5",
"vscode-icons-js": "^11.6.1"
},
"packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
}