-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 Bytes
/
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
{
"name": "vue-form-maker",
"version": "1.0.4",
"description": "Vue动态生成表单",
"main": "dist/vue-form-maker.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woai3c/vue-form-maker.git"
},
"keywords": [
"vue-form-maker",
"vue",
"form",
"iview"
],
"author": "bin",
"license": "MIT",
"bugs": {
"url": "https://github.com/woai3c/vue-form-maker/issues"
},
"homepage": "https://github.com/woai3c/vue-form-maker#readme",
"dependencies": {
"view-design": "^4.0.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
}
}