UNPKG

1.88 kBJSONView Raw
1{
2 "name": "form-making",
3 "description": "A designer and generator of form base on Vue.js, make form development simple and efficient.",
4 "version": "1.2.6-1",
5 "author": "GavinZhulei",
6 "license": "LGPL",
7 "keywords": [
8 "component",
9 "vue",
10 "form",
11 "element-ui",
12 "auto"
13 ],
14 "repository": {
15 "type": "git",
16 "url": "https://github.com/GavinZhuLei/vue-form-making"
17 },
18 "main": "dist/FormMaking.common.js",
19 "scripts": {
20 "serve": "vue-cli-service serve --open",
21 "build": "vue-cli-service build",
22 "lint": "vue-cli-service lint",
23 "build-bundle": "vue-cli-service build --target lib --name FormMaking ./src/index.js"
24 },
25 "dependencies": {
26 "axios": "^0.18.0",
27 "clipboard": "^2.0.1",
28 "element-ui": "^2.9.1",
29 "normalize.css": "^8.0.0",
30 "qiniu": "^7.2.1",
31 "qiniu-js": "^2.5.1",
32 "viewerjs": "^1.2.0",
33 "vue": "^2.6.5",
34 "vue-i18n": "5.0.3",
35 "vue-router": "^3.0.1",
36 "vue2-editor": "^2.10.2",
37 "vuedraggable": "^2.16.0"
38 },
39 "devDependencies": {
40 "@babel/core": "^7.0.1",
41 "@types/ace": "0.0.42",
42 "@vue/cli-plugin-babel": "^3.0.0",
43 "@vue/cli-plugin-eslint": "^3.0.0",
44 "@vue/cli-service": "^3.0.0",
45 "babel-core": "^6.26.3",
46 "core-js": "^2.6.5",
47 "node-sass": "^4.9.0",
48 "rollup": "^0.57.1",
49 "rollup-plugin-babel": "^3.0.7",
50 "rollup-plugin-buble": "^0.19.2",
51 "rollup-plugin-uglify-es": "0.0.1",
52 "rollup-plugin-vue": "^3.0.0",
53 "sass-loader": "^7.0.1",
54 "terser-webpack-plugin": "^1.2.4",
55 "vue-template-compiler": "^2.6.5"
56 },
57 "babel": {
58 "presets": [
59 "@vue/app"
60 ]
61 },
62 "eslintConfig": {
63 "root": true,
64 "extends": [
65 "plugin:vue/essential"
66 ]
67 },
68 "postcss": {
69 "plugins": {
70 "autoprefixer": {}
71 }
72 },
73 "browserslist": [
74 "> 1%",
75 "last 2 versions",
76 "not ie <= 8"
77 ]
78}