6 Star 11 Fork 0

Gitee 极速下载/vueblog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/wmui/vueblog/archive/master.zip
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
wmui 提交于 2019-07-24 10:33 . refactor: v3.2.0
{
"name": "essay",
"version": "3.2.0",
"description": "A blog system",
"author": "wmui",
"private": true,
"scripts": {
"deploy": "pm2 deploy ecosystem.config.js production",
"server": "cross-env NODE_ENV=development nodemon server/server.js --watch server",
"test": "cross-env NODE_ENV=test nodemon --watch ./test --exec mocha",
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production node server/index.js",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/google-analytics": "^2.2.0",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@nuxtjs/style-resources": "^0.1.2",
"archiver": "^3.0.0",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"cross-env": "^5.2.0",
"express": "^4.16.3",
"formidable": "^1.2.1",
"highlight.js": "^9.15.8",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.14",
"markdown-it": "^8.4.2",
"md5": "^2.2.1",
"mongoose": "^5.6.2",
"nodemailer": "^6.2.1",
"nuxt": "^2.0.0",
"require-all": "^3.0.0",
"shelljs": "^0.8.3",
"trek-captcha": "^0.4.0",
"validator": "^11.1.0"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^5.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.0.0",
"node-sass": "^4.12.0",
"nodemon": "^1.11.0",
"sass-loader": "^7.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML/CSS
1
https://gitee.com/mirrors/vueblog.git
[email protected]:mirrors/vueblog.git
mirrors
vueblog
vueblog
master

搜索帮助