4 Star 0 Fork 0

时辰 / sloth-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.87 KB
一键复制 编辑 原始数据 按行查看 历史
bijh 提交于 2016-10-10 09:50 . .
{
"name": "sloth-web",
"version": "1.0.0",
"description": "sloth webpage",
"author": "Cheney Jin <zicjin@gmail.com>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"dev_testing": "NODE_ENV=testing node build/dev-server.js",
"build": "gulp conf_production && NODE_ENV=production node build/build.js",
"build_testing": "gulp conf_testing && NODE_ENV=testing node build/build.js",
"publish": "gulp ftp",
"publish_testing": "gulp ftp_testing",
"test": "",
"lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
},
"dependencies": {
"babel-runtime": "^6.0.0",
"eventemitter2": "^2.1.0",
"isomorphic-fetch": "^2.2.1",
"leancloud-realtime": "^3.2.3",
"leancloud-realtime-plugin-typed-messages": "^1.0.0",
"leancloud-storage": "^1.5.0",
"moment": "^2.14.1",
"vue": "^1.0.21",
"vue-router": "^0.7.13",
"vux": "^0.1.3-rc9"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.0.0",
"babel-plugin-syntax-trailing-function-commas": "^6.13.0",
"babel-plugin-transform-async-to-module-method": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-register": "^6.0.0",
"connect-history-api-fallback": "^1.1.0",
"css-loader": "^0.23.0",
"eslint": "^2.10.2",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.3.0",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-vue": "^0.1.1",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.4",
"function-bind": "^1.0.2",
"gulp": "^3.9.1",
"gulp-ftp": "^1.1.0",
"gulp-rename": "^1.2.2",
"html-webpack-plugin": "^2.8.1",
"http-proxy-middleware": "^0.12.0",
"jquery": "^3.1.0",
"jsftp": "^1.5.3",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.16.4",
"node-sass": "^3.8.0",
"ora": "^0.2.0",
"postcss-cssnext": "^2.7.0",
"postcss-import": "^8.1.2",
"postcss-inline-svg": "^2.1.1",
"postcss-mixins": "^5.0.1",
"postcss-sorting": "^1.6.1",
"sass-loader": "^4.0.0",
"shelljs": "^0.6.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.5.2",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0",
"webpack-merge": "^0.8.3"
}
}
1
https://gitee.com/twoours/sloth-web.git
git@gitee.com:twoours/sloth-web.git
twoours
sloth-web
sloth-web
master

搜索帮助