-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.76 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
{
"name": "element-form-generator",
"version": "0.1.0",
"description": "Visualization form generator base on element-schema-form component",
"author": "xiaoluoboding <xiaoluoboding@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --dest docs",
"lint": "vue-cli-service lint",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
"report": "vue-cli-service build --report"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vueblocks/element-form-generator.git"
},
"license": "MIT",
"dependencies": {
"@vueblocks/element-schema-form": "^0.1.5",
"core-js": "^3.3.2",
"element-ui": "^2.11.1",
"immutable": "^4.0.0-rc.12",
"js-shortid": "^0.1.1",
"jsoneditor": "^7.0.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"normalize.css": "^8.0.1",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.1",
"vue-codemirror-lite": "^1.0.4",
"vue-json-viewer": "^2.2.5",
"vue-router": "^3.0.3",
"vue-slider-component": "^3.0.39",
"vue2-editor": "^2.10.2",
"vuedraggable": "^2.23.0",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-remove-console": "^6.9.4",
"element-theme-chalk": "^2.10.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"terser-webpack-plugin": "^2.2.1",
"vue-template-compiler": "^2.6.10"
}
}