1 Star 0 Fork 0

jso0/Vue-cnodejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.91 KB
一键复制 编辑 原始数据 按行查看 历史
shinygang 提交于 2015-12-22 21:48 . add fast click
{
"name": "Vue-Cnodejs",
"version": "1.0.0",
"description": "用Vue.js 重写Cnodejs社区",
"main": "index.html",
"scripts": {
"dev": "webpack --progress --profile --colors",
"dist": "NODE_ENV=development gulp",
"build": "NODE_ENV=production gulp",
"watch": "webpack-dev-server --hot --inline --progress --colors",
"server": "node server.js",
"test": "echo \"No unit tests and e2e tests yet\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/shinygang/Vue-cnodejs"
},
"keywords": [
"cnode",
"WebApp",
"Vue",
"Webpack"
],
"author": "",
"license": "ISC",
"engines": {
"node": "^4.2.1"
},
"devDependencies": {
"babel-core": "^6.1.2",
"babel-loader": "^6.1.0",
"babel-plugin-transform-runtime": "^6.1.2",
"babel-preset-es2015": "^6.1.2",
"babel-preset-stage-0": "^6.1.2",
"babel-runtime": "^5.8.0",
"css-loader": "^0.23.0",
"cssnext-loader": "^1.0.1",
"del": "^2.0.2",
"exports-loader": "^0.6.2",
"extract-text-webpack-plugin": "^0.8.2",
"fastclick": "^1.0.6",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"html-loader": "^0.3.0",
"json-loader": "^0.5.3",
"lodash": "^3.10.1",
"markdown": "^0.5.0",
"md5": "^2.0.0",
"node-sass": "^3.4.1",
"object-assign": "^4.0.1",
"sass-loader": "^3.1.1",
"simplemde": "^1.8.1",
"style-loader": "^0.13.0",
"template-html-loader": "0.0.3",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^7.2.0",
"vue-resource": "^0.1.17",
"vue-validator": "^1.4.4",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0",
"webpack-zepto": "0.0.1"
},
"dependencies": {
"vue": "^1.0.4",
"vue-router": "^0.7.5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ijimmy/Vue-cnodejs.git
[email protected]:ijimmy/Vue-cnodejs.git
ijimmy
Vue-cnodejs
Vue-cnodejs
master

搜索帮助