-
Notifications
You must be signed in to change notification settings - Fork 489
/
package.json
74 lines (74 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@smallwei/avue",
"version": "3.5.4",
"description": "A Magic Configurable Web Framework",
"main": "lib/avue.min.js",
"unpkg": "lib/avue.min.js",
"jsdelivr": "lib/avue.min.js",
"scripts": {
"dev": "pnpm gen:version && cross-env TARGET=dev gulp watch",
"gen:version": "node build/version.js",
"build": "pnpm gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
"all": "pnpm build && pnpm dev"
},
"keywords": [
"vue",
"element-plus",
"avue"
],
"repository": {
"type": "git",
"url": "git+https://gitee.com/smallweigit/avue.git"
},
"author": "smallwei",
"license": "MIT",
"bugs": {
"url": "https://gitee.com/smallweigit/avue/issues"
},
"homepage": "https://gitee.com/smallweigit/avue/blob/master/README.md",
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.11.4",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.11.5",
"@vue/compiler-sfc": "^3.0.9",
"@vue/component-compiler-utils": "^3.2.0",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"cross-env": "^3.1.3",
"css-loader": "^5.2.0",
"element-plus": "^2.3.7",
"eslint": "4.14.0",
"eslint-config-elemefe": "0.1.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-json": "^1.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"progress-bar-webpack-plugin": "^1.11.0",
"sass": "^1.52.1",
"vue": "^3.3.4",
"vue-loader": "^16.1.2",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-merge": "^4.1.4"
},
"peerDependencies": {
"element-plus": ">=2.2.0",
"vue": ">=3.2.0"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"countup.js": "^1.9.3",
"dayjs": "^1.10.4",
"lodash": "^4.17.21"
},
"files": [
"lib",
"README.md",
"LICENSE"
]
}