@truenewx/tnxvue3 2.6.5 → 3.0.0-alpha.7

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/README.md CHANGED
@@ -1,3 +1,3 @@
1
- # tnxvue3
2
-
3
- 互联网技术解决方案:Vue3扩展支持
1
+ # tnxvue3
2
+
3
+ 互联网技术解决方案:Vue3扩展支持
package/package.json CHANGED
@@ -1,76 +1,78 @@
1
- {
2
- "name": "@truenewx/tnxvue3",
3
- "version": "2.6.5",
4
- "description": "互联网技术解决方案:Vue3扩展支持",
5
- "private": false,
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "main": "src/tnxvue.js",
10
- "keywords": [
11
- "truenewx",
12
- "tnxvue3",
13
- "tnx"
14
- ],
15
- "author": "truenewx",
16
- "license": "Apache-2.0",
17
- "scripts": {
18
- "serve": "vue-cli-service serve",
19
- "build": "vue-cli-service build"
20
- },
21
- "dependencies": {
22
- "@truenewx/tnxcore": "2.6.3",
23
- "@element-plus/icons-vue": "2.1.0",
24
- "async-validator": "4.2.5",
25
- "crypto-js": "4.1.1",
26
- "element-plus": "2.3.4",
27
- "mitt": "3.0.0",
28
- "vue": "3.2.47",
29
- "vue-router": "4.1.6"
30
- },
31
- "devDependencies": {
32
- "@babel/core": "7.22.5",
33
- "@babel/eslint-parser": "7.22.5",
34
- "@babel/preset-env": "7.22.5",
35
- "@vue/cli-plugin-babel": "5.0.8",
36
- "@vue/cli-plugin-eslint": "5.0.8",
37
- "@vue/cli-service": "5.0.8",
38
- "eslint": "7.32.0",
39
- "eslint-plugin-vue": "8.7.1",
40
- "copy-webpack-plugin": "11.0.0",
41
- "terser-webpack-plugin": "5.3.7"
42
- },
43
- "eslintConfig": {
44
- "root": true,
45
- "env": {
46
- "node": true
47
- },
48
- "extends": [
49
- "plugin:vue/vue3-essential",
50
- "eslint:recommended"
51
- ],
52
- "parserOptions": {
53
- "parser": "@babel/eslint-parser"
54
- },
55
- "rules": {
56
- "eqeqeq": "warn",
57
- "no-unused-vars": [
58
- "warn",
59
- {
60
- "vars": "local",
61
- "args": "none"
62
- }
63
- ],
64
- "no-undef": "warn",
65
- "no-useless-escape": "warn",
66
- "vue/no-v-model-argument": "off",
67
- "vue/multi-word-component-names": "off"
68
- }
69
- },
70
- "browserslist": [
71
- "> 1%",
72
- "last 2 versions",
73
- "not dead",
74
- "not ie 11"
75
- ]
76
- }
1
+ {
2
+ "name": "@truenewx/tnxvue3",
3
+ "version": "3.0.0-alpha.7",
4
+ "description": "互联网技术解决方案:Vue3扩展支持",
5
+ "private": false,
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "main": "src/tnxvue.js",
10
+ "keywords": [
11
+ "truenewx",
12
+ "tnxvue3",
13
+ "tnx"
14
+ ],
15
+ "author": "truenewx",
16
+ "license": "Apache-2.0",
17
+ "scripts": {
18
+ "serve": "vue-cli-service serve",
19
+ "build": "vue-cli-service build"
20
+ },
21
+ "peerDependencies": {
22
+ "element-plus": "~2.8.0",
23
+ "vue": "~3.4.0",
24
+ "vue-router": "~4.4.0"
25
+ },
26
+ "dependencies": {
27
+ "@truenewx/tnxcore": "3.0.0-alpha.4",
28
+ "@element-plus/icons-vue": "2.3.1",
29
+ "async-validator": "4.2.5",
30
+ "crypto-js": "4.2.0",
31
+ "mitt": "3.0.1"
32
+ },
33
+ "devDependencies": {
34
+ "@babel/core": "7.22.5",
35
+ "@babel/eslint-parser": "7.22.5",
36
+ "@babel/preset-env": "7.22.5",
37
+ "@vue/cli-plugin-babel": "5.0.8",
38
+ "@vue/cli-plugin-eslint": "5.0.8",
39
+ "@vue/cli-service": "5.0.8",
40
+ "eslint": "7.32.0",
41
+ "eslint-plugin-vue": "8.7.1",
42
+ "copy-webpack-plugin": "11.0.0",
43
+ "terser-webpack-plugin": "5.3.7"
44
+ },
45
+ "eslintConfig": {
46
+ "root": true,
47
+ "env": {
48
+ "node": true
49
+ },
50
+ "extends": [
51
+ "plugin:vue/vue3-essential",
52
+ "eslint:recommended"
53
+ ],
54
+ "parserOptions": {
55
+ "parser": "@babel/eslint-parser"
56
+ },
57
+ "rules": {
58
+ "eqeqeq": "warn",
59
+ "no-unused-vars": [
60
+ "warn",
61
+ {
62
+ "vars": "local",
63
+ "args": "none"
64
+ }
65
+ ],
66
+ "no-undef": "warn",
67
+ "no-useless-escape": "warn",
68
+ "vue/no-v-model-argument": "off",
69
+ "vue/multi-word-component-names": "off"
70
+ }
71
+ },
72
+ "browserslist": [
73
+ "> 1%",
74
+ "last 2 versions",
75
+ "not dead",
76
+ "not ie 11"
77
+ ]
78
+ }