-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 868 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 868 Bytes
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
{
"name": "@lynx-example/accessibility",
"version": "0.6.5",
"description": "An example shows how to make App accessible in ReactLynx",
"repository": {
"type": "git",
"url": "git+https://github.com/lynx-family/lynx-examples.git",
"directory": "examples/accessibility"
},
"author": "Lynx Authors",
"type": "module",
"files": [
"dist/",
"src/",
"lynx.config.ts"
],
"scripts": {
"build": "rspeedy build",
"dev": "rspeedy dev",
"preview": "rspeedy preview"
},
"dependencies": {
"@lynx-js/react": "catalog:"
},
"devDependencies": {
"@lynx-js/qrcode-rsbuild-plugin": "catalog:",
"@lynx-js/react-rsbuild-plugin": "catalog:",
"@lynx-js/rspeedy": "catalog:",
"@lynx-js/types": "catalog:",
"@types/react": "^18.3.28",
"typescript": "~5.9.3"
},
"engines": {
"node": ">=18"
}
}