UNPKG

2.04 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.10",
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.13.0",
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 "rollup": "^0.57.1",
48 "rollup-plugin-babel": "^3.0.7",
49 "rollup-plugin-buble": "^0.19.2",
50 "rollup-plugin-uglify-es": "0.0.1",
51 "rollup-plugin-vue": "^3.0.0",
52 "terser-webpack-plugin": "^1.2.4",
53 "vue-template-compiler": "^2.6.5",
54 "node-sass": "^4.12.0",
55 "sass-loader": "^8.0.2"
56 },
57 "babel": {
58 "presets": [
59 "@vue/app",
60 [
61 "@babel/preset-env",
62 {
63 "useBuiltIns": "entry"
64 }
65 ]
66 ]
67 },
68 "eslintConfig": {
69 "root": true,
70 "extends": [
71 "plugin:vue/essential"
72 ],
73 "parserOptions": {
74 "parser": "babel-eslint"
75 }
76 },
77 "postcss": {
78 "plugins": {
79 "autoprefixer": {}
80 }
81 },
82 "browserslist": [
83 "> 1%",
84 "last 2 versions",
85 "not ie <= 8"
86 ]
87}