959 Star 5.1K Fork 1.6K

GVPsmallwei / Avue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.08 KB
一键复制 编辑 原始数据 按行查看 历史
smallwei 提交于 2024-04-13 23:22 . build v3.4.1
{
"name": "@smallwei/avue",
"version": "3.4.1",
"description": "A Magic Configurable Web Framework",
"main": "lib/avue.min.js",
"unpkg": "lib/avue.min.js",
"jsdelivr": "lib/avue.min.js",
"scripts": {
"bootstrap": "yarn --registry https://registry.npm.taobao.org || npm install --registry https://registry.npm.taobao.org && yarn gen:version",
"dev": "yarn gen:version && cross-env TARGET=dev gulp watch",
"gen:version": "node build/version.js",
"build": "yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
"all": "yarn build && yarn 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"
},
"files": [
"lib",
"README.md",
"LICENSE"
]
}
JavaScript
1
https://gitee.com/smallweigit/avue.git
git@gitee.com:smallweigit/avue.git
smallweigit
avue
Avue
master

搜索帮助