-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
package.json
87 lines (87 loc) · 1.99 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
78
79
80
81
82
83
84
85
86
87
{
"name": "form-making",
"description": "A designer and generator of form base on Vue.js, make form development simple and efficient.",
"version": "1.2.13",
"author": "GavinZhulei",
"license": "MIT",
"keywords": [
"component",
"vue",
"form",
"element-ui",
"auto"
],
"repository": {
"type": "git",
"url": "https://github.com/GavinZhuLei/vue-form-making"
},
"main": "dist/FormMaking.common.js",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-bundle": "vue-cli-service build --target lib --name FormMaking ./src/index.js"
},
"dependencies": {
"axios": "^0.27.2",
"clipboard": "^2.0.1",
"element-ui": "^2.13.0",
"normalize.css": "^8.0.0",
"qiniu": "^7.2.1",
"qiniu-js": "^2.5.1",
"viewerjs": "^1.2.0",
"vue": "^2.6.5",
"vue-i18n": "^8.27.2",
"vue-router": "^3.0.1",
"vue2-editor": "^2.10.2",
"vuedraggable": "^2.16.0"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@types/ace": "0.0.42",
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"babel-core": "^6.26.3",
"core-js": "^2.6.5",
"rollup": "^0.57.1",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-uglify-es": "0.0.1",
"rollup-plugin-vue": "^3.0.0",
"sass": "^1.50.0",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^1.2.4",
"vue-template-compiler": "^2.6.5"
},
"babel": {
"presets": [
"@vue/app",
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue/essential"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}