-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.47 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.47 KB
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
{
"name": "react-form-art",
"version": "1.0.5",
"description": "React form assembly, implementing the React form data external",
"main": "index.js",
"keywords": [
"react",
"form",
"rc-form",
"react-form"
],
"files": [
"lib",
"README",
"package.json"
],
"scripts": {
"start": "webpack-dev-server",
"build": "webpack --config webpack.lib.js",
"build:demo": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zuolung/react-form-design.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zuolung/react-form-design/issues"
},
"homepage": "https://github.com/zuolung/react-form-design#readme",
"dependencies": {
"react": "^16.13.1",
"webpack-node-externals": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/parser": "^7.11.5",
"@babel/plugin-proposal-decorators": "^7.10.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"antd-mobile": "^2.3.1",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.0.4",
"less": "3.0.0",
"less-loader": "5.0.0",
"px2rem-loader": "^0.1.9",
"react-dom": "^16.13.1",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.10.3"
}
}