form-custom-test 3.0.10

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/license.txt ADDED
@@ -0,0 +1,8 @@
1
+ # Variant Form 许可条款 1.0
2
+
3
+ 1. 免责声明:任何情况下根据任何法律,本作者不对用户因使用VariantForm产生的侵权、数据损坏丢失、软硬件故障和违法犯罪等问题承担任何责任;
4
+ 2. 禁止任何用户对VariantForm进行简单包装后,即声称为自己的产品、销售源码获利;
5
+ 3. VariantForm为开源项目,获取到源代码的用户可自由修改源码供自身开发使用,可分发build构建后的库代码,也可分发VariantForm源代码(需保留文件头部的作者声明),本作者保留VariantForm的原始著作权;
6
+ 4. 个人或公司用户均可将VariantForm项目应用于商业项目开发,为支持本项目持续开发,请尽量购买VariantForm Pro版源码订阅更新服务;
7
+ 5. 如果你不同意本许可条款,请勿使用VariantForm;任何情况下,一旦实际使用VariantForm,则代表你已确定完全同意本许可条款;
8
+ 6. 条款内容结束。
package/package.json ADDED
@@ -0,0 +1,62 @@
1
+ {
2
+ "name": "form-custom-test",
3
+ "version": "3.0.10",
4
+ "private": false,
5
+ "main": "dist/designer.umd.js",
6
+ "module": "dist/designer.es.js",
7
+ "unpkg": "dist/designer.umd.js",
8
+ "jsdelivr": "dist/designer.umd.js",
9
+ "style": "dist/designer.style.css",
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/designer.es.js",
13
+ "require": "./dist/designer.umd.js",
14
+ "default": "./dist/designer.es.js"
15
+ },
16
+ "./dist/*": "./dist/*"
17
+ },
18
+ "files": [
19
+ "dist",
20
+ "README.md",
21
+ "license.txt"
22
+ ],
23
+ "scripts": {
24
+ "serve": "vite",
25
+ "build": "vite build",
26
+ "lib": "vite build --config vite-lib.config.js",
27
+ "lib-render": "vite build --config vite-lib-render.config.js",
28
+ "preview": "vite preview",
29
+ "prepublishOnly": "npm run lib && npm run lib-render"
30
+ },
31
+ "dependencies": {
32
+ "@element-plus/icons-vue": "^0.2.4",
33
+ "axios": "^0.24.0",
34
+ "clipboard": "^2.0.8",
35
+ "core-js": "^3.6.5",
36
+ "element-plus": "^2.2.22",
37
+ "file-saver": "^2.0.5",
38
+ "mitt": "^3.0.0",
39
+ "sortablejs": "1.14.0",
40
+ "vue": "^3.2.32",
41
+ "vue3-quill": "^0.2.6"
42
+ },
43
+ "devDependencies": {
44
+ "@rollup/plugin-commonjs": "^21.0.1",
45
+ "@types/node": "^17.0.0",
46
+ "@vitejs/plugin-vue": "^2.0.0",
47
+ "@vitejs/plugin-vue-jsx": "^1.3.3",
48
+ "ace-builds": "^1.4.12",
49
+ "babel-eslint": "^10.1.0",
50
+ "mvdir": "^1.0.21",
51
+ "rollup-plugin-external-globals": "^0.6.1",
52
+ "rollup-plugin-visualizer": "^5.5.2",
53
+ "sass": "^1.45.0",
54
+ "vite": "2.7.3",
55
+ "vite-plugin-svg-icons": "^1.0.5"
56
+ },
57
+ "browserslist": [
58
+ "> 1%",
59
+ "last 2 versions",
60
+ "not dead"
61
+ ]
62
+ }