@smallwei/avue 3.5.2 → 3.5.3

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.
Files changed (3) hide show
  1. package/lib/avue.js +3211 -1363
  2. package/lib/avue.min.js +2 -2
  3. package/package.json +6 -6
package/package.json CHANGED
@@ -1,16 +1,15 @@
1
1
  {
2
2
  "name": "@smallwei/avue",
3
- "version": "3.5.2",
3
+ "version": "3.5.3",
4
4
  "description": "A Magic Configurable Web Framework",
5
5
  "main": "lib/avue.min.js",
6
6
  "unpkg": "lib/avue.min.js",
7
7
  "jsdelivr": "lib/avue.min.js",
8
8
  "scripts": {
9
- "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org && yarn gen:version",
10
- "dev": "yarn gen:version && cross-env TARGET=dev gulp watch",
9
+ "dev": "pnpm gen:version && cross-env TARGET=dev gulp watch",
11
10
  "gen:version": "node build/version.js",
12
- "build": "yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
13
- "all": "yarn build && yarn dev"
11
+ "build": "pnpm gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
12
+ "all": "pnpm build && pnpm dev"
14
13
  },
15
14
  "keywords": [
16
15
  "vue",
@@ -64,7 +63,8 @@
64
63
  "dependencies": {
65
64
  "@element-plus/icons-vue": "^2.0.6",
66
65
  "countup.js": "^1.9.3",
67
- "dayjs": "^1.10.4"
66
+ "dayjs": "^1.10.4",
67
+ "loadsh": "^0.0.4"
68
68
  },
69
69
  "files": [
70
70
  "lib",