-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.53 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.53 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": "mconfigform",
"version": "1.1.8",
"description": "this is a form package",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack --config webpack.prod.config.js",
"lib": "babel src -d lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/menglingyu659/MForm.git"
},
"keywords": [
"form"
],
"author": "menglingyu659 <m1329855087@163.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/menglingyu659/MForm/issues"
},
"homepage": "https://github.com/menglingyu659/MForm#readme",
"dependencies": {
"@ant-design/icons": "^4.2.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/runtime": "^7.11.2",
"antd": "^4.7.2",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.3.0",
"extract-text-webpack-plugin": "^3.0.2",
"html-webpack-plugin": "^4.5.0",
"less-loader": "^7.0.1",
"mconfigform": "1.1.0",
"moment": "^2.29.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
}
}