Fetch the repository succeeded.
This action will force synchronization from smallwei/Avue, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
{
"name": "@smallwei/avue",
"version": "2.6.14",
"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 ",
"dev": "cross-env TARGET=dev UINAME=element-ui gulp watch",
"build": "cross-env TARGET=prod UINAME=element-ui gulp build",
"analyz": "NODE_ENV=production npm_config_report=true npm run build",
"dev:vant": "cross-env TARGET=dev-vant UINAME=vant gulp watch",
"build:vant": "cross-env TARGET=prod-vant UINAME=vant gulp build",
"dev:antd": "cross-env TARGET=dev-antd UINAME=antd gulp watch",
"build:antd": "cross-env TARGET=prod-antd UINAME=antd gulp build",
"build:all": "npm run build && npm run build:vant && npm run build:antd"
},
"keywords": [
"vue",
"element-ui",
"ant-design-vue",
"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": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-module-resolver": "^2.2.0",
"babel-plugin-syntax-jsx": "^6.8.0",
"babel-preset-es2015": "^6.24.1",
"chai": "^3.5.0",
"cp-cli": "^1.1.2",
"cross-env": "^3.1.3",
"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": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssmin": "^0.1.7",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^3.1.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.2.0",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^3.0.0",
"mocha": "^3.1.1",
"progress-bar-webpack-plugin": "^1.11.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"vue-loader": "^13.3.0",
"vue-template-compiler": "^2.5.2",
"vue-template-es2015-compiler": "^1.6.0",
"webpack": "3.7.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-merge": "^4.1.4"
},
"dependencies": {
"async-validator": "^1.10.0",
"axios": "^0.18.0",
"countup.js": "^1.9.3",
"dayjs": "^1.7.8",
"deepmerge": "^3.1.0",
"element-ui": "^2.11.0",
"nprogress": "^0.2.0",
"vue": "^2.5.17",
"vuedraggable": "^2.17.0"
},
"files": [
"lib",
"README.md",
"LICENSE"
]
}
Sign in for post a comment
Comment ( 0 )