@zhaoyifannan/tvue 2.0.5 → 2.0.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/package.json CHANGED
@@ -1,20 +1,22 @@
1
1
  {
2
2
  "name": "@zhaoyifannan/tvue",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
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",
9
11
  "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
10
12
  "gen:version": "node build/version.js",
11
13
  "analyz": "NODE_ENV=production npm_config_report=true npm run build",
12
14
  "dev": "yarn gen:version && cross-env TARGET=dev UINAME=element-ui gulp watch",
13
15
  "build": "yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
14
16
  "all": "yarn build && yarn dev",
15
- "release": "node build.js --type=release --github=origin:2.x",
16
- "hotfix": "node build.js --type=hotfix --github=origin:2.x",
17
- "default": "node build.js --type=default --github=origin:2.x"
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"
18
20
  },
19
21
  "keywords": [
20
22
  "vue",
@@ -32,9 +34,14 @@
32
34
  },
33
35
  "homepage": "https://gitee.com/zhaoyifannangit/tvue/blob/master/README.md",
34
36
  "devDependencies": {
35
- "axios": "^0.21.1",
36
37
  "@babel/core": "^7.13.14",
37
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",
44
+ "axios": "^0.21.1",
38
45
  "babel-loader": "^8.2.2",
39
46
  "cross-env": "^3.1.3",
40
47
  "css-loader": "^5.2.0",
@@ -51,7 +58,7 @@
51
58
  "gulp-sass": "^5.1.0",
52
59
  "progress-bar-webpack-plugin": "^1.11.0",
53
60
  "sass": "^1.54.5",
54
- "vue": "2.7.10",
61
+ "vue": "2.7.16",
55
62
  "vue-loader": "^15.9.6",
56
63
  "webpack": "^4.27.0",
57
64
  "webpack-bundle-analyzer": "^3.0.3",
@@ -62,11 +69,21 @@
62
69
  "vue": ">=2.5.17"
63
70
  },
64
71
  "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",
65
78
  "countup.js": "^1.9.3",
66
- "dayjs": "^1.10.4",
79
+ "dayjs": "^1.10.5",
80
+ "hydrogen-js-sdk": "^2.2.4",
67
81
  "lodash": "^4.17.21",
68
82
  "nprogress": "^0.2.0",
69
- "vue-cropper": "^0.5.8"
83
+ "store2": "^2.12.0",
84
+ "vue-cropper": "^0.5.8",
85
+ "vuepress": "^1.9.7",
86
+ "vuepress-theme-hope": "^1.30.0"
70
87
  },
71
88
  "files": [
72
89
  "lib",