@zhaoyifannan/avue 1.0.17 → 1.0.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +73 -72
package/package.json CHANGED
@@ -1,74 +1,75 @@
1
1
  {
2
- "name": "@zhaoyifannan/avue",
3
- "version": "1.0.17",
4
- "private": false,
5
- "description": "A Magic Configurable Web Framework",
6
- "main": "lib/avue.min.js",
7
- "unpkg": "lib/avue.min.js",
8
- "jsdelivr": "lib/avue.min.js",
9
- "scripts": {
10
- "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
11
- "gen:version": "node build/version.js",
12
- "analyz": "NODE_ENV=production npm_config_report=true npm run build",
13
- "dev": "yarn gen:version && cross-env TARGET=dev UINAME=element-ui gulp watch",
14
- "build": "node updated.js && yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build && npm publish",
15
- "all": "yarn build && yarn dev"
16
- },
17
- "keywords": [
18
- "vue",
19
- "element-ui",
20
- "avue"
21
- ],
22
- "repository": {
23
- "type": "git",
24
- "url": "git@github.com:zhaoyifan-admin/Avue.git"
25
- },
26
- "author": "tantanzi",
27
- "license": "MIT",
28
- "bugs": {
29
- "url": "https://github.com/zhaoyifan-admin/Avue/issues"
30
- },
31
- "homepage": "https://github.com/zhaoyifan-admin/Avue/blob/2.x/README.md",
32
- "devDependencies": {
33
- "axios": "^0.21.1",
34
- "@babel/core": "^7.13.14",
35
- "@babel/preset-env": "^7.13.12",
36
- "babel-loader": "^8.2.2",
37
- "cross-env": "^3.1.3",
38
- "css-loader": "^5.2.0",
39
- "element-ui": "^2.15.10",
40
- "eslint": "4.14.0",
41
- "eslint-config-elemefe": "0.1.1",
42
- "eslint-loader": "^1.9.0",
43
- "eslint-plugin-html": "^4.0.1",
44
- "eslint-plugin-json": "^1.2.0",
45
- "gulp": "^4.0.0",
46
- "gulp-autoprefixer": "^4.0.0",
47
- "gulp-cssmin": "^0.1.7",
48
- "gulp-postcss": "^6.1.1",
49
- "gulp-sass": "^5.1.0",
50
- "progress-bar-webpack-plugin": "^1.11.0",
51
- "sass": "^1.54.5",
52
- "vue": "2.7.10",
53
- "vue-loader": "^15.9.6",
54
- "webpack": "^4.27.0",
55
- "webpack-bundle-analyzer": "^3.0.3",
56
- "webpack-merge": "^4.1.4"
57
- },
58
- "peerDependencies": {
59
- "element-ui": ">=2.15.3",
60
- "vue": ">=2.5.17"
61
- },
62
- "dependencies": {
63
- "countup.js": "^1.9.3",
64
- "dayjs": "^1.10.4",
65
- "nprogress": "^0.2.0",
66
- "vue-cropper": "^0.5.8"
67
- },
68
- "files": [
69
- "lib",
70
- "README.md",
71
- "LICENSE"
72
- ],
73
- "lastBuildTime": "2024-10-24 10:42:47"
2
+ "name": "@zhaoyifannan/avue",
3
+ "version": "1.0.18",
4
+ "private": false,
5
+ "description": "A Magic Configurable Web Framework",
6
+ "main": "lib/avue.min.js",
7
+ "unpkg": "lib/avue.min.js",
8
+ "jsdelivr": "lib/avue.min.js",
9
+ "scripts": {
10
+ "bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org ",
11
+ "gen:version": "node build/version.js",
12
+ "analyz": "NODE_ENV=production npm_config_report=true npm run build",
13
+ "dev": "yarn gen:version && cross-env TARGET=dev UINAME=element-ui gulp watch",
14
+ "build": "node updated.js && yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build && npm publish",
15
+ "hotfix": "node build.js --type=hotfix && yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build && npm publish",
16
+ "all": "yarn build && yarn dev"
17
+ },
18
+ "keywords": [
19
+ "vue",
20
+ "element-ui",
21
+ "avue"
22
+ ],
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "git@github.com:zhaoyifan-admin/Avue.git"
26
+ },
27
+ "author": "tantanzi",
28
+ "license": "MIT",
29
+ "bugs": {
30
+ "url": "https://github.com/zhaoyifan-admin/Avue/issues"
31
+ },
32
+ "homepage": "https://github.com/zhaoyifan-admin/Avue/blob/2.x/README.md",
33
+ "devDependencies": {
34
+ "axios": "^0.21.1",
35
+ "@babel/core": "^7.13.14",
36
+ "@babel/preset-env": "^7.13.12",
37
+ "babel-loader": "^8.2.2",
38
+ "cross-env": "^3.1.3",
39
+ "css-loader": "^5.2.0",
40
+ "element-ui": "^2.15.10",
41
+ "eslint": "4.14.0",
42
+ "eslint-config-elemefe": "0.1.1",
43
+ "eslint-loader": "^1.9.0",
44
+ "eslint-plugin-html": "^4.0.1",
45
+ "eslint-plugin-json": "^1.2.0",
46
+ "gulp": "^4.0.0",
47
+ "gulp-autoprefixer": "^4.0.0",
48
+ "gulp-cssmin": "^0.1.7",
49
+ "gulp-postcss": "^6.1.1",
50
+ "gulp-sass": "^5.1.0",
51
+ "progress-bar-webpack-plugin": "^1.11.0",
52
+ "sass": "^1.54.5",
53
+ "vue": "2.7.10",
54
+ "vue-loader": "^15.9.6",
55
+ "webpack": "^4.27.0",
56
+ "webpack-bundle-analyzer": "^3.0.3",
57
+ "webpack-merge": "^4.1.4"
58
+ },
59
+ "peerDependencies": {
60
+ "element-ui": ">=2.15.3",
61
+ "vue": ">=2.5.17"
62
+ },
63
+ "dependencies": {
64
+ "countup.js": "^1.9.3",
65
+ "dayjs": "^1.10.4",
66
+ "nprogress": "^0.2.0",
67
+ "vue-cropper": "^0.5.8"
68
+ },
69
+ "files": [
70
+ "lib",
71
+ "README.md",
72
+ "LICENSE"
73
+ ],
74
+ "lastBuildTime": "2024-10-24 10:42:47"
74
75
  }