加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1001 Bytes
一键复制 编辑 原始数据 按行查看 历史
ronnie 提交于 2019-09-20 23:16 . 添加文章搜索功能
{
"name": "sang-cheung",
"version": "1.0.0",
"description": "My amazing Nuxt.js project",
"author": "ronnie",
"private": true,
"scripts": {
"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": "cross-env NODE_ENV=development nuxt generate",
"build:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"body-parser": "^1.19.0",
"cross-env": "^5.2.0",
"element-ui": "^2.4.11",
"express": "^4.16.4",
"github-markdown-css": "^3.0.1",
"mavon-editor": "^2.7.5",
"mongoose": "^5.6.13",
"node-sass": "^4.12.0",
"nuxt": "^2.0.0",
"sass-loader": "^8.0.0"
},
"devDependencies": {
"nodemon": "^1.18.9",
"push-dir": "^0.4.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化