代码拉取完成,页面将自动刷新
同步操作将从 田较瘦/we-vue 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "we-vue",
"version": "2.1.4",
"description": "Vue components based on Vue2.x and weui1.x",
"keywords": [
"vue",
"weui",
"we-vue",
"component"
],
"author": "tianyong90 <412039588@qq.com>",
"repository": {
"type": "git",
"url": "https://github.com/tianyong90/we-vue.git"
},
"homepage": "https://wevue.org",
"bugs": {
"url": "https://github.com/tianyong90/we-vue/issues"
},
"license": "MIT",
"main": "lib/index.js",
"style": "lib/style.css",
"typings": "types/indes.d.ts",
"files": [
"lib",
"src",
"types"
],
"scripts": {
"build": "node build/build.js",
"build:component": "node build/build-component.js",
"build:demo": "node build/build-demo.js",
"build:docs": "node build/build-docs.js",
"build:entry": "node build/bin/build-entry.js",
"build:release": "npm run build:entry && npm run build:component && npm run build",
"dev": "npm run build:entry && webpack-dev-server --inline --config build/webpack.dev.conf.js",
"dev:docs": "webpack-dev-server --inline --config build/webpack.docsdev.conf.js",
"lint": "eslint --ext .js,.vue src example docs test/unit/specs",
"unit": "jest --config=test/unit/jest.conf.js --coverage",
"test": "npm run unit",
"test:watch": "jest --config=test/unit/jest.conf.js --coverage --watchAll",
"test:ci": "jest --config=test/unit/jest.conf.js --coverage --maxWorkers=1",
"coverage": "opener test/unit/coverage/lcov-report/index.html",
"pub": "node build/release.js"
},
"dependencies": {
"vue-lazyload": "^1.2.0",
"weui": "^1.1.2"
},
"devDependencies": {
"@vue/test-utils": "1.0.0-beta.16",
"autoprefixer": "^8.6.0",
"babel-core": "^6.22.1",
"babel-eslint": "^8.2.2",
"babel-jest": "^23.0.0",
"babel-loader": "^7.1.1",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.22.0",
"bootstrap": "^4.1.1",
"chalk": "^2.4.1",
"china-area-data": "^4.0.0",
"codecov": "^3.0.0",
"commitizen": "^2.10.1",
"conventional-changelog": "^2.0.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.8",
"cz-conventional-changelog": "^2.1.0",
"docsearch.js": "^2.5.2",
"eslint": "^4.19.0",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.3.0",
"faker": "^4.1.0",
"file-loader": "^1.1.4",
"friendly-errors-webpack-plugin": "^1.7.0",
"highlight.js": "^9.12.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.6",
"inject-loader": "^4.0.0",
"inquirer": "^6.0.0",
"jest": "^23.0.0",
"jest-css-modules": "^1.1.0",
"jest-serializer-vue": "^2.0.0",
"listr": "^0.14.0",
"lodash": "^4.17.5",
"lru-cache": "^4.1.2",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^4.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-emoji": "^1.4.0",
"markdown-it-table-of-contents": "^0.3.3",
"mini-css-extract-plugin": "^0.4.0",
"my-local-ip": "^1.0.0",
"node-notifier": "^5.1.2",
"node-sass": "^4.9.0",
"normalize.css": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"perfect-scrollbar": "^1.4.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.8",
"postcss-url": "^7.2.1",
"qrcode": "^1.2.0",
"rimraf": "^2.6.0",
"sass-loader": "^7.0.0",
"semver": "^5.3.0",
"shelljs": "^0.8.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.1.6",
"uppercamelcase": "3.0.0",
"url-loader": "^1.0.1",
"vue": "^2.5.9",
"vue-jest": "^2.5.0",
"vue-loader": "^15.2.0",
"vue-router": "^3.0.1",
"vue-style-loader": "^4.0.2",
"vue-template-compiler": "^2.5.9",
"vuex": "^3.0.1",
"webpack": "^4.10.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-cli": "^3.0.1",
"webpack-dev-server": "^3.1.1",
"webpack-merge": "^4.1.0",
"webpackbar": "^2.6.1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"Android >= 4.0",
"iOS >= 7",
"last 2 versions",
"not ie <= 8"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。