-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.17 KB
/
package.json
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
{
"name": "@react-enhanced/shared",
"version": "0.2.1",
"type": "module",
"description": "🔥 Enhanced React Shared codes between sever and client",
"repository": "[email protected]:rx-ts/react.git",
"homepage": "https://github.com/rx-ts/react/blob/master/packages/@react-enhanced/shared",
"author": "JounQin (https://www.1stG.me) <[email protected]>",
"funding": "https://opencollective.com/rxts",
"license": "MIT",
"engines": {
"node": "^12.20.0 || ^14.18.0 || >=16.0.0"
},
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"exports": {
"types": "./lib/index.d.ts",
"require": "./lib/index.cjs",
"import": "./lib/index.js"
},
"types": "./lib/index.d.ts",
"files": [
"lib",
"src"
],
"keywords": [
"react-enhanced",
"react-enhanced-types",
"react-types",
"react-types-enhanced",
"react"
],
"peerDependencies": {
"react": ">=16.8.0",
"rxjs": ">=7.0.0",
"type-fest": ">=2.0.0"
},
"peerDependenciesMeta": {
"type-fest": {
"optional": true
}
},
"dependencies": {
"@react-enhanced/types": "^0.2.1"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}