12 Star 37 Fork 8

刘元涛 / vue2-WeChat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.17 KB
一键复制 编辑 原始数据 按行查看 历史
zhaohd@snail.com 提交于 2017-03-08 20:00 . many update
{
"name": "vue-wechat",
"version": "1.0.0",
"description": "一款基于Vue2.0高仿微信app的单页应用/An imitation of WeChat based on the Vue2.0.js",
"author": "zhaohaodang@gmail.com",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e"
},
"dependencies": {
"vue": "^2.1.10",
"vue-router": "^2.2.0"
},
"devDependencies": {
"ansi-html": "^0.0.7",
"ansi-regex": "^2.1.1",
"autoprefixer": "^6.7.2",
"axios": "^0.15.3",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-plugin-istanbul": "^3.1.2",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"babel-runtime": "^6.23.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"chromedriver": "^2.27.2",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"cross-env": "^3.1.4",
"cross-spawn": "^5.0.1",
"css-loader": "^0.26.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^2.0.0-rc.3",
"fastclick": "^1.0.6",
"file-loader": "^0.10.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"html-entities": "^1.2.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"inject-loader": "^2.0.1",
"karma": "^1.4.1",
"karma-coverage": "^1.1.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon-chai": "^1.2.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^2.0.2",
"lolex": "^1.5.2",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"node-sass": "^4.5.0",
"opn": "^4.0.2",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"ora": "^1.1.0",
"phantomjs-prebuilt": "^2.1.14",
"qrcode": "^0.7.0",
"rimraf": "^2.6.0",
"sass-loader": "^6.0.2",
"selenium-server": "^3.0.1",
"semver": "^5.3.0",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"strip-ansi": "^3.0.1",
"url-loader": "^0.5.7",
"vue-awesome": "^2.1.0",
"vue-axios": "^1.2.2",
"vue-i18n": "^6.0.0-alpha.1",
"vue-loader": "^11.0.0",
"vue-style-loader": "^2.0.0",
"vue-svg-icon": "^1.0.10",
"vue-template-compiler": "^2.1.10",
"vuex": "^2.1.3",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^2.2.1",
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.16.1",
"webpack-merge": "^2.6.1",
"weui": "^1.1.1"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
}
}
JavaScript
1
https://gitee.com/liuyuantao/vue2-WeChat.git
git@gitee.com:liuyuantao/vue2-WeChat.git
liuyuantao
vue2-WeChat
vue2-WeChat
master

搜索帮助