1 Star 0 Fork 1.6K

lifencheng / Avue

forked from smallwei / Avue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
smallwei 提交于 2021-09-03 13:39 . buld v2.8.22
{
"name": "@smallwei/avue",
"version": "2.8.22",
"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 ",
"gen:version": "node build/version.js",
"analyz": "NODE_ENV=production npm_config_report=true npm run build",
"dev": "yarn gen:version && cross-env TARGET=dev UINAME=element-ui gulp watch",
"build": "yarn gen:version && cross-env TARGET=prod UINAME=element-ui gulp build",
"dev:vant": "yarn gen:version && cross-env TARGET=dev-vant UINAME=vant gulp watch",
"build:vant": "yarn gen:version && cross-env TARGET=prod-vant UINAME=vant gulp build",
"build:all": "npm run build && npm run build:vant"
},
"keywords": [
"vue",
"element-ui",
"vant",
"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/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"babel-loader": "^8.2.2",
"cross-env": "^3.1.3",
"css-loader": "^5.2.0",
"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.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^4.1.0",
"progress-bar-webpack-plugin": "^1.11.0",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12",
"webpack": "^4.27.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"axios": "^0.21.1",
"countup.js": "^1.9.3",
"dayjs": "^1.10.4",
"deepmerge": "^3.1.0",
"element-ui": "^2.15.1",
"nprogress": "^0.2.0",
"vue": "^2.5.17",
"vuedraggable": "^2.17.0"
},
"files": [
"lib",
"README.md",
"LICENSE"
]
}
JavaScript
1
https://gitee.com/506084760/avue.git
git@gitee.com:506084760/avue.git
506084760
avue
Avue
master

搜索帮助