custom-variant-form 2.3.3 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,59 +1,12 @@
1
1
  {
2
- "name": "custom-variant-form",
3
- "version": "2.3.3",
4
- "private": false,
5
- "scripts": {
6
- "serve": "vue-cli-service serve --open src/main.js",
7
- "build": "vue-cli-service build --report --dest dist/build",
8
- "lib": "vue-cli-service build --report --target lib --dest dist/lib --name VFormDesigner install.js",
9
- "lib-render": "vue-cli-service build --report --target lib --dest dist/lib-render --name VFormRender install-render.js",
10
- "lint": "vue-cli-service lint"
11
- },
12
- "files": [
13
- "dist"
14
- ],
15
- "dependencies": {
16
- "axios": "^0.21.1",
17
- "clipboard": "^2.0.8",
18
- "core-js": "^3.6.5",
19
- "element-ui": "^2.15.1",
20
- "file-saver": "^2.0.5",
21
- "vue": "^2.6.11",
22
- "vue2-editor": "^2.10.2",
23
- "vuedraggable": "^2.24.3"
24
- },
25
- "devDependencies": {
26
- "@vue/cli-plugin-babel": "~4.5.0",
27
- "@vue/cli-plugin-eslint": "~4.5.0",
28
- "@vue/cli-service": "~4.5.0",
29
- "ace-builds": "^1.4.12",
30
- "babel-eslint": "^10.1.0",
31
- "babel-polyfill": "^6.26.0",
32
- "eslint": "^6.7.2",
33
- "eslint-plugin-vue": "^6.2.2",
34
- "mvdir": "^1.0.21",
35
- "sass": "^1.45.1",
36
- "sass-loader": "^8.0.2",
37
- "svg-sprite-loader": "^5.2.1",
38
- "vue-template-compiler": "^2.6.11"
39
- },
40
- "eslintConfig": {
41
- "root": true,
42
- "env": {
43
- "node": true
44
- },
45
- "extends": [
46
- "plugin:vue/essential",
47
- "eslint:recommended"
48
- ],
49
- "parserOptions": {
50
- "parser": "babel-eslint"
51
- },
52
- "rules": {}
53
- },
54
- "browserslist": [
55
- "> 1%",
56
- "last 2 versions",
57
- "not dead"
58
- ]
59
- }
2
+ "name": "custom-variant-form",
3
+ "version": "2.3.4",
4
+ "private": false,
5
+ "main": "VFormDesigner.umd.min.js",
6
+ "keywords": [
7
+ "variant-form",
8
+ "vform",
9
+ "element-ui",
10
+ "form-designer"
11
+ ]
12
+ }
package/README.md DELETED
@@ -1,24 +0,0 @@
1
- ### 安装依赖
2
- ```
3
- npm install custom-variant-form
4
- ```
5
-
6
- ### 开发调试
7
- ```
8
- npm run serve
9
- ```
10
-
11
- ### 生产打包
12
- ```
13
- npm run build
14
- ```
15
-
16
- ### 表单设计器 + 表单渲染器打包
17
- ```
18
- npm run lib
19
- ```
20
-
21
- ### 表单渲染器打包
22
- ```
23
- npm run lib-render
24
- ```
File without changes
File without changes