-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 877 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 877 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
37
{
"name": "@lynx-example/fetch",
"version": "0.6.5",
"description": "An example shows how fetch API work in ReactLynx",
"repository": {
"type": "git",
"url": "git+https://github.com/lynx-family/lynx-examples.git",
"directory": "examples/fetch"
},
"author": "Lynx Authors",
"type": "module",
"files": [
"dist/",
"index.scss",
"index.tsx",
"lynx.config.mjs"
],
"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:",
"@rsbuild/plugin-sass": "1.5.0",
"@types/react": "^18.3.28"
},
"engines": {
"node": ">=18"
}
}