forked from alibaba/alist
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 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
57
58
59
60
61
62
63
{
"name": "noform",
"version": "1.1.31",
"description": "开发者友好、快捷高效的表单框架。 ",
"scripts": {
"dev": "nobuilder dev",
"test": "nobuilder test",
"cov": "nobuilder test --coverage",
"lib": "nobuilder lib",
"build": "nobuilder build",
"profile": "nobuilder profile",
"deploy": "npm run lib && npm run build",
"prepare": "npm run deploy"
},
"files": [
"src/",
"dist/",
"lib/",
"index.scss"
],
"builder": {
"entry": [
"src/index.js",
"src/wrapper/next.jsx",
"src/wrapper/antd.jsx",
"src/dialog/next.jsx",
"src/dialog/antd.jsx",
"src/dialog/zent.jsx"
]
},
"main": "lib/index.js",
"dependencies": {
"@babel/runtime": "^7.1.2",
"async-validator": "^1.8.2",
"deep-equal": "^1.0.1",
"events": "2.x",
"moment": "^2.18.1",
"prop-types": "15.x"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x"
},
"devDependencies": {
"antd": "^3.5.2",
"babel-eslint": "^10.0.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.5.0",
"eslint": "^5.8.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-jest": "^21.26.2",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^22.4.3",
"react": "16.x",
"react-dom": "16.x",
"simulate-event": "^1.4.0",
"sinon": "^7.1.0"
},
"keywords": [
"noform"
]
}