-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathpackage.json
77 lines (77 loc) · 2.09 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
69
70
71
72
73
74
75
76
77
{
"name": "@seada/formily-materials",
"version": "1.0.0-rc.36",
"description": "formily-materials",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "types/index.d.ts",
"files": [
"build",
"dist",
"lib",
"es",
"types"
],
"scripts": {
"start": "build-scripts start",
"build": "build-scripts build",
"lowcode:dev": "build-scripts start --config ./build.lowcode.js --port 5551",
"lowcode:build": "build-scripts build --config ./build.lowcode.js",
"watch": "watch 'npm run lowcode:build' ./src ./lowcode",
"f2elint-scan": "f2elint scan",
"f2elint-fix": "f2elint fix"
},
"directories": {
"test": "test"
},
"license": "MIT",
"husky": {
"hooks": {
"pre-commit": "f2elint commit-file-scan",
"commit-msg": "f2elint commit-msg-scan"
}
},
"peerDependencies": {
"@formily/antd": "^2.1.11",
"@formily/core": "^2.1.11",
"@formily/react": "^2.1.11",
"moment": "latest",
"react": "^16.x",
"react-dom": "^16.x"
},
"devDependencies": {
"@alib/build-scripts": "^0.1.3",
"@alifd/build-plugin-lowcode": "^0.3.2-beta.0",
"@alifd/theme-2": "^0.4.0",
"@storybook/addon-actions": "^6.3.1",
"@storybook/addon-docs": "^6.3.4",
"@storybook/addon-essentials": "^6.3.0",
"@storybook/addon-storysource": "^6.3.1",
"@storybook/react": "^6.3.5",
"@storybook/source-loader": "^6.3.1",
"@types/react": "^16.14.25",
"@types/react-dom": "^16.9.4",
"build-plugin-component-multiple": "^1.0.0-beta.5",
"build-plugin-fusion": "^0.1.0",
"f2elint": "^1.2.0",
"ts-node": "^10.7.0",
"watch": "^1.0.2"
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"prop-types": "^15.5.8",
"react": "^16.x",
"react-dom": "^16.x"
},
"acceptDependencies": {
"webpack": "^4.46.x"
},
"componentConfig": {
"isComponentLibrary": true,
"materialSchema": "https://unpkg.com/@seada/formily-materials@1.0.0-rc.35/build/lowcode/assets-prod.json"
},
"publishConfig": {
"access": "public"
},
"gitHead": "eea735f466b0184f3a4be074574e5668f0908b06"
}