当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 86

乄陌/we-vue
暂停

forked from 田较瘦/we-vue
暂停
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 4.51 KB
一键复制 编辑 原始数据 按行查看 历史
田较瘦 提交于 2018-06-19 16:48 . [release] 2.1.4
{
"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"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/sc-chenyj/we-vue.git
git@gitee.com:sc-chenyj/we-vue.git
sc-chenyj
we-vue
we-vue
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385