forked from openfext/vue-form-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "element-form-builder",
"version": "1.2.0",
"description": "Build element-ui forms with JSON schema.",
"main": "dist/index.js",
"files": [
"src",
"dist"
],
"scripts": {
"build": "node scripts/build.js",
"test": "yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codetrial/element-form-builder.git"
},
"keywords": [
"vue",
"element",
"form",
"builder",
"json"
],
"author": "felixpy",
"license": "MIT",
"bugs": {
"url": "https://github.com/codetrial/element-form-builder/issues"
},
"homepage": "https://github.com/codetrial/element-form-builder#readme",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"jest": "^23.6.0",
"rollup": "^0.67.4",
"rollup-plugin-babel": "3"
}
}