15 Star 227 Fork 78

林间有风 / lin-cms-vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.59 KB
一键复制 编辑 原始数据 按行查看 历史
一飞同学 提交于 2022-04-13 08:44 . Hotfix issue (#550)
{
"name": "lin-cms-vue",
"version": "0.4.3",
"license": "MIT",
"scripts": {
"serve": "node script/plugin-get-config.js && vue-cli-service serve",
"build": "node script/plugin-get-config.js && vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"commit": "git add . && git-cz",
"plugin:init": "node script/plugin-init.js",
"plugin:new": "node script/plugin-new.js",
"plugin:reconfig": "node script/plugin-get-config.js"
},
"dependencies": {
"@antv/g2plot": "^0.11.35",
"@babel/polyfill": "^7.4.4",
"@tinymce/tinymce-vue": "^4.0.0",
"axios": "^0.24.0",
"core-js": "^3.6.5",
"dayjs": "^1.10.4",
"element-plus": "^2.1.4",
"event-source-polyfill": "^1.0.7",
"fastscan": "^1.0.4",
"good-storage": "^1.1.0",
"js-cookie": "^2.2.0",
"lodash": "^4.17.14",
"mitt": "^2.1.0",
"moment": "^2.24.0",
"photoswipe": "^4.1.2",
"screenfull": "^4.2.0",
"swiper": "^6.4.5",
"vue": "^3.2.24",
"vue-picture-cropper": "^0.1.9",
"vue-router": "^4.0.10",
"vuex": "^4.0.2",
"vuex-persist": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@vue/cli-plugin-babel": "^5.0.3",
"@vue/cli-plugin-eslint": "^5.0.3",
"@vue/cli-plugin-unit-jest": "^5.0.3",
"@vue/cli-service": "^5.0.3",
"@vue/compiler-sfc": "^3.2.0",
"@vue/eslint-config-airbnb": "^6.0.0",
"@vue/test-utils": "^2.0.0-beta.8",
"babel-jest": "^26.3.0",
"babel-plugin-component": "^1.1.1",
"chalk": "^2.4.2",
"child_process": "^1.0.2",
"cz-conventional-changelog": "^2.1.0",
"directory-tree": "^2.2.3",
"ejs": "^2.6.2",
"eslint": "^8.11.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-plugin-vuejs-accessibility": "^1.1.1",
"fs-extra": "^8.1.0",
"ignore-loader": "^0.1.2",
"inquirer": "^6.5.0",
"js-yaml": "^3.13.1",
"lint-staged": "^9.5.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"semver": "^6.2.0",
"shelljs": "^0.8.5",
"validate-npm-package-name": "^3.0.0",
"yaml-front-matter": "^4.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"prettier --write",
"vue-cli-service lint",
"git add"
]
}
}
JavaScript
1
https://gitee.com/talelin/lin-cms-vue.git
git@gitee.com:talelin/lin-cms-vue.git
talelin
lin-cms-vue
lin-cms-vue
vue-next

搜索帮助