forked from sadortun/vue-form-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.64 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
{
"name": "v-form-builder",
"version": "2.0.1",
"description": "Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.",
"author": {
"email": "phattranminh@gmail.com",
"name": "Phat Tran",
"url": "https://sethphat.com"
},
"private": false,
"license": "MIT",
"main": "./dist/v-form-builder.umd.min.js",
"scripts": {
"serve": "cross-env NODE_ENV=development vue-cli-service serve --port 9999",
"build": "vue-cli-service build --skip-plugins @vue/cli-plugin-eslint",
"build-lib": "cross-env NODE_ENV=production vue-cli-service build --target lib --name v-form-builder ./src/index.js --skip-plugins @vue/cli-plugin-eslint",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^2.6.5",
"dayjs": "^1.8.28",
"deep-equal": "^2.0.3",
"litepicker": "^1.4.6",
"vue": "^2.6.10",
"vuedraggable": "^2.23.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-service": "^4.4.4",
"babel-eslint": "^10.0.1",
"cross-env": "^7.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"faker": "^4.1.0",
"vue-template-compiler": "^2.6.10",
"node-forge": ">=0.10.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"repository": {
"url": "https://github.com/sethsandaru/vue-form-builder.git"
},
"keywords": [
"vue-form-builder",
"v-form-builder",
"vue form builder with drag drop",
"vue form builder pro max",
"vue",
"vuejs",
"form builder",
"drag & drop",
"seth phat"
]
}