-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathpackage.json
42 lines (42 loc) · 967 Bytes
/
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
{
"name": "@formily/react-schema-renderer",
"version": "1.3.5",
"license": "MIT",
"main": "lib",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/formily.git"
},
"bugs": {
"url": "https://github.com/alibaba/formily/issues"
},
"homepage": "https://github.com/alibaba/formily#readme",
"engines": {
"npm": ">=3.0.0"
},
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc --declaration"
},
"devDependencies": {
"typescript": "~3.8.0"
},
"peerDependencies": {
"@types/react": "^16.8.23",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-eva": "^1.1.7",
"rxjs": "^6.5.1"
},
"dependencies": {
"@formily/core": "^1.3.5",
"@formily/react": "^1.3.5",
"@formily/shared": "^1.3.5",
"@formily/validator": "^1.3.5",
"pascal-case": "^2.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050"
}