forked from sigi-framework/sigi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 863 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 863 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
{
"name": "@sigi/react",
"version": "2.4.1",
"description": "React bindings for sigi framework",
"keywords": ["Hooks", "RxJS", "TypeScript", "React", "Sigi"],
"author": "LongYinan <longyinan.brooklyn@bytedance.com>",
"homepage": "https://sigi.how",
"license": "MIT",
"main": "dist/index.js",
"module": "esm/index.js",
"esnext": "next/index.js",
"types": "esm/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"sideEffects": false,
"files": ["dist", "esm", "next"],
"repository": {
"type": "git",
"url": "git+https://github.com/sigi-framework/sigi.git"
},
"bugs": {
"url": "https://github.com/sigi-framework/sigi/issues"
},
"dependencies": {
"@sigi/core": "^2.4.1",
"@sigi/di": "^2.4.1",
"@sigi/ssr": "^2.4.1",
"@sigi/types": "^2.4.0"
}
}