1 Star 0 Fork 0

wlittleyang/SoftwareHouse

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.31 KB
一键复制 编辑 原始数据 按行查看 历史
smallMote 提交于 2019-12-09 23:04 . 数据初始化
{
"name": "software-house",
"version": "1.0.0",
"description": "软件之家",
"author": "WLittleyang",
"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": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"dependencies": {
"@gauseen/nuxt-proxy": "^1.0.1",
"@nuxtjs/axios": "^5.8.0",
"@nuxtjs/proxy": "^1.3.3",
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"bootstrap": "^4.1.3",
"bootstrap-vue": "^2.0.0",
"cookie-universal-nuxt": "^2.0.19",
"cross-env": "^5.2.0",
"koa": "^2.6.2",
"md5": "^2.2.1",
"nuxt": "^2.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-cookies": "^1.5.13",
"vue-fa": "^2.0.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/style-resources": "^1.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-plugin-nuxt": ">=0.4.2",
"husky": "^2.6.0",
"lint-staged": "^8.2.1",
"nodemon": "^1.18.9"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/wlittleyang/SoftwareHouse.git
[email protected]:wlittleyang/SoftwareHouse.git
wlittleyang
SoftwareHouse
SoftwareHouse
master

搜索帮助