1 Star 1 Fork 9

坏蛋0_0!不坏/vue-vben-admin

forked from anncwb/vue2-vben-admin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 5.85 KB
一键复制 编辑 原始数据 按行查看 历史
ANN 提交于 2020-09-06 01:08 . chore: bump 1.4.0
{
"name": "vue-vben-admin",
"version": "1.4.0",
"private": true,
"keywords": [
"vue",
"composition-api",
"ant-design-vue",
"vue3",
"ts",
"admin",
"vben",
"typescript",
"vue-vben-admin"
],
"scripts": {
"bootstrap": "yarn",
"inspect": "vue-cli-service inspect > output.js",
"serve": "node ./build/task/serve",
"build": "node ./build/task/build",
"build:no-cache": "npm run clean:cache && npm run build",
"build:site": "cross-env SITE=true npm run build:no-cache",
"report": "cross-env REPORT=true npm run build ",
"log": "node ./build/task/log",
"preview": "node ./build/task/preview",
"reinstall": "npx rimraf node_modules && npx rimraf yarn.lock && yarn run bootstrap",
"clean:cache": "npx rimraf node_modules/.cache/",
"clean:lib": "npx rimraf node_modules",
"test:unit": "vue-cli-service test:unit",
"ls-lint": "npx ls-lint",
"lint": "cross-env --max_old_space_size=4096 vue-cli-service lint --mode=production --fix",
"lint:eslint": "cross-env --max_old_space_size=4096 eslint --fix --ext \"src/**/*.{vue,less,css,scss}\"",
"lint:stylelint": "cross-env --max_old_space_size=4096 stylelint --fix \"**/*.{vue,less,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
"lint:prettier": "cross-env --max_old_space_size=4096 prettier --write --loglevel warn \"src/**/*.{js,json,css,less,scss,vue,html,md}\"",
"preinstall": "node ./build/npm-hook/preinstall.js",
"postinstall": "node ./build/npm-hook/postinstall.js && npm run clean:cache",
"release": "release-it "
},
"dependencies": {
"@vue/composition-api": "^1.0.0-beta.11",
"ant-design-vue": "^1.6.5",
"axios": "^0.20.0",
"core-js": "^3.6.5",
"crypto-js": "^3.3.0",
"driver.js": "^0.9.8",
"echarts": "^4.8.0",
"lodash": "^4.17.19",
"mockjs": "^1.1.0",
"moment": "^2.27.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"print-js": "^1.0.63",
"qrcode": "^1.4.4",
"tinymce": "5.2.2",
"vue": "^2.6.11",
"vue-baidu-map": "^0.21.22",
"vue-count-to": "^1.0.13",
"vue-draggable-resizable": "^2.2.0",
"vue-i18n": "^8.20.0",
"vue-image-crop-upload": "^2.5.0",
"vue-router": "^3.4.3",
"vuedraggable": "^2.24.0",
"vuex": "^3.4.0",
"vuex-module-decorators": "^0.17.0",
"xlsx": "^0.16.4",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@babel/register": "^7.10.5",
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"@gfx/zopfli": "^1.0.15",
"@ls-lint/ls-lint": "^1.9.2",
"@types/echarts": "^4.6.5",
"@types/qrcode": "^1.3.5",
"@types/tinymce": "^4.5.24",
"@types/zxcvbn": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"@vue/babel-plugin-transform-vue-jsx": "^1.1.2",
"@vue/cli-plugin-babel": "~4.5.3",
"@vue/cli-plugin-eslint": "~4.5.3",
"@vue/cli-plugin-router": "~4.5.3",
"@vue/cli-plugin-typescript": "~4.5.3",
"@vue/cli-plugin-unit-jest": "~4.5.3",
"@vue/cli-plugin-vuex": "~4.5.3",
"@vue/cli-service": "~4.5.3",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.1.0",
"@vue/test-utils": "^1.0.5",
"babel-plugin-captains-log": "^1.3.2",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-vca-jsx": "^0.3.6",
"cache-loader": "^4.1.0",
"chokidar": "^3.4.2",
"clean-webpack-plugin": "^3.0.0",
"commitizen": "^4.1.2",
"compressing": "^1.5.1",
"compression-webpack-plugin": "^5.0.1",
"conventional-changelog-cli": "^2.1.0",
"conventional-changelog-custom-config": "^0.3.1",
"copy-webpack-plugin": "^6.0.4",
"cross-env": "^7.0.2",
"eslint": "^7.5.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.2.2",
"fork-ts-checker-webpack-plugin": "^5.0.13",
"glob": "^7.1.6",
"hard-source-webpack-plugin": "^0.13.1",
"html-webpack-harddisk-plugin": "^1.0.1",
"html-webpack-plugin": "4.4.1",
"husky": "^4.2.5",
"inquirer": "^7.3.2",
"koa": "^2.12.1",
"koa-static": "^5.0.0",
"less": "^3.12.0",
"less-loader": "^7.0.0",
"less-plugin-functions": "^1.0.0",
"lint-staged": "^10.2.10",
"postcss-flexbugs-fixes": "^4.2.1",
"prettier": "^2.1.1",
"release-it": "^13.7.0",
"rimraf": "^3.0.2",
"script-ext-html-webpack-plugin": "^2.1.4",
"style-loader": "^1.2.1",
"stylelint": "^13.6.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.1.0",
"stylelint-webpack-plugin": "^2.0.0",
"svg-sprite-loader": "^5.0.0",
"tasksfile": "^5.1.1",
"terser-webpack-plugin": "^4.1.0",
"typescript": "^3.9.5",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-merge": "^5.1.3",
"webpack-theme-color-replacer": "^1.3.14",
"webpackbar": "^4.0.0",
"worker-loader": "^3.0.1",
"yargs": "^15.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anncwb/vue-vben-admin.git"
},
"changelog": {
"bugsUrl": "https://github.com/anncwb/vue-vben-admin/issues",
"emojis": true,
"authorName": false,
"authorEmail": false
},
"license": "MIT",
"bugs": {
"url": "https://github.com/anncwb/vue-vben-admin/issues"
},
"homepage": "https://github.com/anncwb/vue-vben-admin",
"husky": {
"hooks": {
"pre-commit": "ls-lint && lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./config/lint/cz/index.js"
}
},
"engines": {
"node": ">=10.19.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/huaidanbuhuai/vue-vben-admin.git
git@gitee.com:huaidanbuhuai/vue-vben-admin.git
huaidanbuhuai
vue-vben-admin
vue-vben-admin
master

搜索帮助