@zhaoyifannan/tvue 2.0.12 → 3.1.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.
package/package.json CHANGED
@@ -1,26 +1,22 @@
1
1
  {
2
2
  "name": "@zhaoyifannan/tvue",
3
- "version": "2.0.12",
3
+ "version": "3.1.0",
4
4
  "description": "A Magic Configurable Web Framework",
5
5
  "main": "lib/tvue.min.js",
6
6
  "unpkg": "lib/tvue.min.js",
7
7
  "jsdelivr": "lib/tvue.min.js",
8
8
  "scripts": {
9
- "docs:dev": "vuepress dev docs",
10
- "docs:build": "vuepress build docs",
11
- "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
9
+ "dev": "pnpm gen:version && cross-env TARGET=dev gulp watch",
12
10
  "gen:version": "node build/version.js",
13
- "analyz": "NODE_ENV=production npm_config_report=true npm run build",
14
- "dev": "yarn gen:version && cross-env TARGET=dev UINAME=element-ui gulp watch",
15
- "build": "yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
16
- "all": "yarn build && yarn dev",
17
- "release": "node scripts/build.js --type=release --github=origin:2.x",
18
- "hotfix": "node scripts/build.js --type=hotfix --github=origin:2.x",
19
- "default": "node scripts/build.js --type=default --github=origin:2.x"
11
+ "build": "pnpm gen:version && cross-env TARGET=prod UINAME=element-plus gulp build",
12
+ "all": "pnpm build && pnpm dev",
13
+ "release": "node scripts/build.js --type=release --github=origin:main",
14
+ "hotfix": "node scripts/build.js --type=hotfix --github=origin:main",
15
+ "default": "node scripts/build.js --type=default --github=origin:main"
20
16
  },
21
17
  "keywords": [
22
18
  "vue",
23
- "element-ui",
19
+ "element-plus",
24
20
  "tvue"
25
21
  ],
26
22
  "repository": {
@@ -34,60 +30,49 @@
34
30
  },
35
31
  "homepage": "https://gitee.com/zhaoyifannangit/tvue/blob/master/README.md",
36
32
  "devDependencies": {
37
- "@babel/core": "^7.13.14",
38
- "@babel/preset-env": "^7.13.12",
39
- "@vuepress/plugin-back-to-top": "^1.8.2",
40
- "@vuepress/plugin-nprogress": "^1.8.2",
41
- "sass-loader": "10.0.0",
42
- "vuepress-plugin-demo-container": "^0.2.0",
43
- "vuepress-plugin-fulltext-search": "^2.2.1",
33
+ "@babel/cli": "^7.12.1",
34
+ "@babel/core": "^7.11.4",
35
+ "@babel/plugin-transform-runtime": "^7.12.1",
36
+ "@babel/preset-env": "^7.11.5",
37
+ "@babel/runtime": "^7.26.0",
38
+ "@vue/compiler-sfc": "^3.0.9",
39
+ "@vue/component-compiler-utils": "^3.2.0",
44
40
  "axios": "^0.21.1",
45
41
  "babel-loader": "^8.2.2",
46
42
  "cross-env": "^3.1.3",
47
43
  "css-loader": "^5.2.0",
48
- "element-ui": "^2.15.10",
44
+ "element-plus": "^2.9.0",
49
45
  "eslint": "4.14.0",
50
46
  "eslint-config-elemefe": "0.1.1",
51
47
  "eslint-loader": "^1.9.0",
52
48
  "eslint-plugin-html": "^4.0.1",
53
49
  "eslint-plugin-json": "^1.2.0",
54
- "gulp": "^4.0.0",
55
- "gulp-autoprefixer": "^4.0.0",
56
- "gulp-cssmin": "^0.1.7",
57
- "gulp-postcss": "^6.1.1",
58
- "gulp-sass": "^5.1.0",
50
+ "gulp": "^4.0.2",
51
+ "gulp-autoprefixer": "^8.0.0",
52
+ "gulp-cssmin": "^0.2.0",
53
+ "gulp-postcss": "^9.0.1",
54
+ "gulp-sass": "^6.0.0",
59
55
  "progress-bar-webpack-plugin": "^1.11.0",
60
- "sass": "^1.54.5",
61
- "vue": "2.7.16",
62
- "vue-loader": "^15.9.6",
56
+ "sass": "^1.52.1",
57
+ "vue": "^3.3.4",
58
+ "vue-loader": "^16.1.2",
63
59
  "webpack": "^4.27.0",
64
60
  "webpack-bundle-analyzer": "^3.0.3",
65
61
  "webpack-merge": "^4.1.4"
66
62
  },
67
63
  "peerDependencies": {
68
- "element-ui": ">=2.15.3",
69
- "vue": ">=2.5.17"
64
+ "element-plus": ">=2.2.0",
65
+ "vue": ">=3.2.0"
70
66
  },
71
67
  "dependencies": {
72
- "@zhaoyifannan/tvue": "^2.0.6",
73
- "async-validator": "^1.11.5",
74
- "avue-plugin-excel": "^1.0.0",
75
- "avue-plugin-map": "^1.0.1",
76
- "avue-plugin-print": "^1.0.0",
77
- "avue-plugin-ueditor": "^0.2.6",
68
+ "@element-plus/icons-vue": "^2.0.6",
78
69
  "countup.js": "^1.9.3",
79
- "dayjs": "^1.10.5",
80
- "hydrogen-js-sdk": "^2.2.4",
81
- "lodash": "^4.17.21",
82
- "nprogress": "^0.2.0",
83
- "store2": "^2.12.0",
84
- "vue-cropper": "^0.5.8",
85
- "vuepress": "^1.9.7",
86
- "vuepress-theme-hope": "^1.30.0"
70
+ "dayjs": "^1.10.4",
71
+ "lodash": "^4.17.21"
87
72
  },
88
73
  "files": [
89
74
  "lib",
90
75
  "README.md",
91
76
  "LICENSE"
92
77
  ]
93
- }
78
+ }