@zhaoyifannan/tvue 2.0.12 → 2.0.13
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/lib/tvue.js +2 -2
- package/lib/tvue.min.js +2 -2
- package/package.json +2 -18
package/package.json
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhaoyifannan/tvue",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
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
9
|
"bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
|
|
12
10
|
"gen:version": "node build/version.js",
|
|
13
11
|
"analyz": "NODE_ENV=production npm_config_report=true npm run build",
|
|
@@ -36,11 +34,6 @@
|
|
|
36
34
|
"devDependencies": {
|
|
37
35
|
"@babel/core": "^7.13.14",
|
|
38
36
|
"@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
37
|
"axios": "^0.21.1",
|
|
45
38
|
"babel-loader": "^8.2.2",
|
|
46
39
|
"cross-env": "^3.1.3",
|
|
@@ -70,20 +63,11 @@
|
|
|
70
63
|
},
|
|
71
64
|
"dependencies": {
|
|
72
65
|
"@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",
|
|
78
66
|
"countup.js": "^1.9.3",
|
|
79
67
|
"dayjs": "^1.10.5",
|
|
80
|
-
"hydrogen-js-sdk": "^2.2.4",
|
|
81
68
|
"lodash": "^4.17.21",
|
|
82
69
|
"nprogress": "^0.2.0",
|
|
83
|
-
"
|
|
84
|
-
"vue-cropper": "^0.5.8",
|
|
85
|
-
"vuepress": "^1.9.7",
|
|
86
|
-
"vuepress-theme-hope": "^1.30.0"
|
|
70
|
+
"vue-cropper": "^0.5.8"
|
|
87
71
|
},
|
|
88
72
|
"files": [
|
|
89
73
|
"lib",
|