-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "formily-antdv",
"version": "0.0.1",
"description": "antdv components wrapper for formily",
"main": "index.js",
"types": "lib/index.d.ts",
"browser": "lib/index.ts",
"scripts": {
"test": "jest --no-cache"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/cca313/formily-antdv.git"
},
"keywords": [
"formily",
"antd",
"antdv"
],
"author": "gavin chan",
"license": "ISC",
"bugs": {
"url": "https://github.com/cca313/formily-antdv/issues"
},
"homepage": "https://github.com/cca313/formily-antdv#readme",
"devDependencies": {
"rollup": "^2.58.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@formily/vue": "^2.0.0-rc.14",
"@rollup/plugin-json": "^4.1.0",
"@types/jest": "^27.0.2",
"ant-design-vue": "^2.2.8",
"jest": "^27.2.5",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-dts": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-vue": "^6.0.0",
"ts-jest": "^27.0.5",
"vue": "^3.2.20"
}
}