ecinc-cloud-wappaio 9.0.0

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.
@@ -0,0 +1 @@
1
+ <svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M121.718 73.272v9.953c3.957-7.584 6.199-16.05 6.199-24.995C127.917 26.079 99.273 0 63.958 0 28.644 0 0 26.079 0 58.23c0 .403.028.806.028 1.21l22.97-25.953h13.34l-19.76 27.187h6.42V53.77l13.728-19.477v49.361H22.998V73.272H2.158c5.951 20.284 23.608 36.208 45.998 41.399-1.44 3.3-5.618 11.263-12.565 12.674-8.607 1.764 23.358.428 46.163-13.178 17.519-4.611 31.938-15.849 39.77-30.513h-13.506V73.272H85.02V59.464l22.998-25.977h13.008l-19.429 27.187h6.421v-7.433l13.727-19.402v39.433h-.027zm-78.24 2.822a10.516 10.516 0 0 1-.996-4.535V44.548c0-1.613.332-3.124.996-4.535a11.66 11.66 0 0 1 2.713-3.68c1.134-1.032 2.49-1.864 4.04-2.468 1.55-.605 3.21-.908 4.982-.908h11.292c1.77 0 3.431.303 4.981.908 1.522.604 2.85 1.41 3.986 2.418l-12.26 16.303v-2.898a1.96 1.96 0 0 0-.665-1.512c-.443-.403-.996-.604-1.66-.604-.665 0-1.218.201-1.661.604a1.96 1.96 0 0 0-.664 1.512v9.071L44.364 77.606a10.556 10.556 0 0 1-.886-1.512zm35.73-4.535c0 1.613-.332 3.124-.997 4.535a11.66 11.66 0 0 1-2.712 3.68c-1.134 1.032-2.49 1.864-4.04 2.469-1.55.604-3.21.907-4.982.907H55.185c-1.77 0-3.431-.303-4.981-.907-1.55-.605-2.906-1.437-4.041-2.47a12.49 12.49 0 0 1-1.384-1.512l13.727-18.217v6.375c0 .605.222 1.109.665 1.512.442.403.996.604 1.66.604.664 0 1.218-.201 1.66-.604a1.96 1.96 0 0 0 .665-1.512V53.87L75.97 36.838c.913.932 1.66 1.99 2.214 3.175.664 1.41.996 2.922.996 4.535v27.011h.028z"/></svg>
package/package.json ADDED
@@ -0,0 +1,82 @@
1
+ {
2
+ "name": "ecinc-cloud-wappaio",
3
+ "main": "/lib/ecwappaio.umd.min.js",
4
+ "version": "9.0.0",
5
+ "description": "易臣云应用平台-PC整合包",
6
+ "keyword": "ecinc cloud plat",
7
+ "private": false,
8
+ "author": "ECINC",
9
+ "scripts": {
10
+ "lint": "vue-cli-service lint",
11
+ "lib:wappaio": "vue-cli-service build --target lib --name ecwappone --dest lib packages/wappone.index.js",
12
+ "lib:wportal": "vue-cli-service build --target lib --name ecwappnowf --dest lib packages/wappnowf.index.js",
13
+ "lib:mappaio": "vue-cli-service build --target lib --name ecmappone --dest lib packages/mappone.index.js"
14
+ },
15
+ "husky": {
16
+ "hooks": {
17
+ "pre-commit": "lint-staged"
18
+ }
19
+ },
20
+ "lint-staged": {
21
+ "src/**/*.{js,vue}": [
22
+ "eslint --fix",
23
+ "git add"
24
+ ]
25
+ },
26
+ "dependencies": {
27
+ "@babel/polyfill": "^7.11.5",
28
+ "axios": "^0.19.0",
29
+ "clipboard": "^2.0.6",
30
+ "highlight.js": "^9.12.0",
31
+ "http-vue-loader": "^1.4.1",
32
+ "increase-memory-limit": "^1.0.7",
33
+ "jquery": "^3.4.1",
34
+ "jquery-ui": "^1.12.1",
35
+ "js-cookie": "^2.2.1",
36
+ "jsonlint": "^1.6.3",
37
+ "jsplumb": "^2.15.6",
38
+ "jwt-decode": "^2.2.0",
39
+ "sortablejs": "^1.10.1",
40
+ "tiff.js": "^1.0.0",
41
+ "vee-validate": "^3.0.11",
42
+ "vue-i18n": "^8.15.0",
43
+ "vuedraggable": "^2.23.2"
44
+ },
45
+ "devDependencies": {
46
+ "@babel/core": "^7.0.0",
47
+ "@babel/register": "^7.0.0",
48
+ "@riophae/vue-treeselect": "^0.4.0",
49
+ "@vue/cli-plugin-babel": "^4.5.18",
50
+ "@vue/cli-plugin-eslint": "^4.5.18",
51
+ "@vue/cli-service": "^4.5.18",
52
+ "babel-core": "^7.0.0-bridge.0",
53
+ "babel-eslint": "^10.0.1",
54
+ "babel-jest": "^25.5.1",
55
+ "element-ui": "^2.15.12",
56
+ "eslint": "5.15.3",
57
+ "eslint-plugin-vue": "5.2.2",
58
+ "lint-staged": "8.1.5",
59
+ "moment": "^2.24.0",
60
+ "node-sass": "^4.9.3",
61
+ "sass-loader": "^7.3.1",
62
+ "script-loader": "^0.7.2",
63
+ "vant": "^2.12.49",
64
+ "vue": "^2.7.16",
65
+ "vue-codemirror": "^4.0.6",
66
+ "vue-grid-layout": "^2.4.0",
67
+ "vuex": "^3.6.2"
68
+ },
69
+ "engines": {
70
+ "node": ">=8.9",
71
+ "npm": ">= 3.0.0"
72
+ },
73
+ "browserslist": [
74
+ "> 1%",
75
+ "last 3 versions",
76
+ "not ie <= 9"
77
+ ],
78
+ "directories": {
79
+ "test": "tests"
80
+ },
81
+ "license": "ISC"
82
+ }