-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathpackage.json
56 lines (56 loc) · 1.43 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
51
52
53
54
55
56
{
"name": "@formily/meet-components",
"version": "1.3.5",
"license": "MIT",
"main": "lib",
"module": "esm",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/formily.git"
},
"types": "esm/index.d.ts",
"bugs": {
"url": "https://github.com/alibaba/formily/issues"
},
"homepage": "https://github.com/alibaba/formily#readme",
"engines": {
"npm": ">=3.0.0"
},
"scripts": {
"build": "ts-node --project ../../tsconfig.build.json build.ts"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"dependencies": {
"@alifd/meet": "^1.0.0-beta.25",
"@formily/react": "^1.3.5",
"@formily/react-schema-renderer": "^1.3.5",
"@formily/react-shared-components": "^1.3.5",
"@formily/shared": "^1.3.5",
"@rax-ui/locale": "^1.0.0-beta.10",
"classnames": "^2.2.6",
"rax": "^1.1.1",
"rax-app": "^0.1.0",
"rax-dom": "^1.0.1",
"rax-image": "^1.0.3",
"rax-link": "^1.0.1",
"rax-plugin-app": "^0.2.19",
"rax-recyclerview": "^1.1.1",
"rax-text": "^1.0.0",
"rax-view": "^1.0.0",
"styled-components": "^4.1.1",
"universal-navigate": "^1.0.0"
},
"devDependencies": {
"ts-import-plugin": "1.6.1",
"ts-node": "^8.3.0",
"ts-transform-import-path-rewrite": "^0.2.1",
"typescript": "~3.8.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "4d068dad6183e8da294a4c899a158326c0b0b050"
}