-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
68 lines (68 loc) · 2.04 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@pro.formily/antd",
"version": "1.0.0",
"author": {
"name": "charlzyx",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/charlzyx/pro.formily"
},
"license": "MIT",
"main": "./dist/lib",
"module": "./dist/esm",
"types": "./dist/esm/index.d.ts",
"scripts": {
"dev": "rspress dev",
"v4": "bun scripts/switch.ts antd doc",
"v5": "bun scripts/switch.ts antd-v5 doc",
"arco": "bun scripts/switch.ts arco doc",
"build:docs:v4": "bun scripts/switch.ts antd && rspress build",
"build:docs:v5": "bun scripts/switch.ts antd-v5 && rspress build",
"build:docs:arco": "bun scripts/switch.ts arco && rspress build",
"build:docs": "npm run build:docs:v4 && npm run build:docs:v5 && npm run build:docs:arco",
"build:v4": "bun scripts/switch.ts antd build && father build",
"build:v5": "bun scripts/switch.ts antd-v5 build && father build",
"build:arco": "bun scripts/switch.ts arco build && father build"
},
"dependencies": {
"@ant-design/icons": "^4.8.1",
"@formily/core": "^2.3.1",
"@formily/react": "^2.3.1",
"@formily/reactive": "^2.3.1",
"@formily/shared": "^2.3.1",
"ahooks": "^3.7.8",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-resizable": "^3.0.5",
"@formily/antd": "^2.*.*",
"antd": "^4.*.*"
},
"devDependencies": {
"@biomejs/biome": "^1.5.0",
"@faker-js/faker": "^8.3.1",
"@rsbuild/core": "latest",
"@rsbuild/plugin-react": "latest",
"@rspress/plugin-preview": "latest",
"@types/bun": "^1.0.2",
"@types/node": "^16.18.70",
"@types/qs": "^6.9.11",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/react-is": "^18.2.4",
"@types/react-resizable": "^3.0.7",
"china-location": "^2.1.0",
"father": "^4.3.8",
"fetch-jsonp": "^1.3.0",
"less-loader": "^12.0.0",
"less-plugin-npm-import": "^2.1.0",
"qs": "^6.11.2",
"rimraf": "^5.0.5",
"rspress": "latest"
},
"files": [
"dist"
]
}