3 Star 1 Fork 1

太信科技/scheduling

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
package.json 2.64 KB
Copy Edit Raw Blame History
xjshi authored 2019-11-07 10:31 . wjj
{
"name": "nuxt-multiple-spa",
"version": "2.4.2",
"description": "Nuxt2 + element UI project",
"authors": [
"levy <levy9527@qq.com>",
"Han <xsytby1112@gmail.com>",
"donaldshen <825870831@qq.com>"
],
"keywords": [
"vue",
"nuxt",
"dashboard",
"element-ui"
],
"private": true,
"engines": {
"npm": ">= 5.2.0"
},
"scripts": {
"mock": "cross-env MODE=mock nuxt",
"dev": "cross-env MODE=dev nuxt",
"mock:nologin": "cross-env MODE=mock NO_LOGIN=1 nuxt",
"dev:nologin": "cross-env MODE=dev NO_LOGIN=1 nuxt",
"build": "cross-env MODE=prod nuxt build",
"test": "jest",
"start": "cross-env HOST=0.0.0.0 PORT=3333 MODE=prod nuxt start",
"stdver": "standard-version -m '[skip ci] chore(release): v%s'",
"release": "gren release --override",
"lint": "eslint 'src/**/*.@(js|vue)' --fix && stylelint src/**/*.{vue,less} --fix"
},
"dependencies": {
"@femessage/el-data-table": "latest",
"@femessage/el-form-renderer": "latest",
"@femessage/theme-deepexi": "latest",
"@femessage/upload-to-ali": "latest",
"@nuxtjs/axios": "^5.0.1",
"@nuxtjs/dotenv": "^1.3.0",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"@nuxtjs/style-resources": "^0.1.2",
"dayjs": "^1.7.4",
"dotenv": "^6.0.0",
"element-ui": "2.12.0",
"iview": "^3.5.3",
"js-cookie": "^2.2.0",
"less": "3.9.0",
"less-loader": "4.1.0",
"nuxt": "^2.7.1"
},
"devDependencies": {
"@commitlint/cli": "^8.0.0",
"@commitlint/config-conventional": "^8.0.0",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-jest": "^24.1.0",
"babel-eslint": "^8.2.1",
"babel-plugin-component": "^1.1.0",
"cross-env": "^5.1.3",
"eslint": "^4.15.0",
"eslint-config-prettier": "^6.1.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^4.0.0",
"github-release-notes": "^0.17.0",
"husky": "1.3.1",
"jest": "^24.1.0",
"lint-staged": "^8.1.0",
"prettier": "1.18.2",
"standard-version": "^6.0.1",
"stylelint": "^9.10.0",
"stylelint-config-standard": "^18.2.0"
},
"jest": {
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/src/$1",
"^~/(.*)$": "<rootDir>/src/$1"
}
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS",
"post-commit": "git update-index --again"
}
},
"lint-staged": {
"*.{js,vue}": [
"eslint --fix",
"git add"
],
"*.{vue,less}": [
"stylelint --fix",
"git add"
],
"*.{md,json}": [
"prettier --write",
"git add"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tai_xin/scheduling.git
git@gitee.com:tai_xin/scheduling.git
tai_xin
scheduling
scheduling
master

Search