148 lines
4.8 KiB
JSON
148 lines
4.8 KiB
JSON
{
|
|
"name": "admin-plus",
|
|
"version": "12.3.0",
|
|
"private": true,
|
|
"author": "vue-admin-better",
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit --detectOpenHandles",
|
|
"lint": "vue-cli-service lint",
|
|
"build:report": "vue-cli-service build --report",
|
|
"build:test": "vue-cli-service build --mode test",
|
|
"global:install": "npm install -g nrm,cnpm,npm-check-updates,rimraf --registry=https://registry.npmmirror.com",
|
|
"globle:update": "ncu -g",
|
|
"lint:eslint": "eslint {src,mock,library}/**/*.{vue,js,ts} --fix",
|
|
"lint:prettier": "prettier {src,mock,library}/**/*.{html,vue,css,sass,scss,js,ts,md} --write",
|
|
"lint:stylelint": "stylelint {src,mock,library}/**/*.{vue,css,sass,scss} --fix --cache --cache-location node_modules/.cache/stylelint/",
|
|
"module:install": "pnpm install",
|
|
"module:reinstall": "rimraf node_modules&&npm run module:install",
|
|
"module:update": "ncu -u --reject chalk --registry=https://registry.npmmirror.com&&npm run module:install",
|
|
"nrm:npm": "nrm use npm",
|
|
"nrm:taobao": "nrm use taobao",
|
|
"template": "plop",
|
|
"git": "start ./git.sh"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@fontsource/jetbrains-mono": "^5.2.5",
|
|
"@logicflow/core": "^1.2.10",
|
|
"@logicflow/extension": "^1.2.10",
|
|
"@vue-office/docx": "^1.6.3",
|
|
"@vue-office/excel": "^1.7.14",
|
|
"@vue-office/pdf": "^2.0.10",
|
|
"@vue-office/pptx": "^1.0.1",
|
|
"@vueuse/core": "^10.3.0",
|
|
"@vueuse/head": "^1.1.26",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"axios": "^1.4.0",
|
|
"core-js": "^3.32.0",
|
|
"crypto-js": "^4.2.0",
|
|
"dayjs": "^1.11.9",
|
|
"dompurify": "^3.2.4",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.8",
|
|
"file-saver": "^2.0.5",
|
|
"highlight.js": "^11.11.1",
|
|
"image-conversion": "^2.1.1",
|
|
"js-cookie": "^3.0.5",
|
|
"js-message": "^2.1.0",
|
|
"jsencrypt": "^3.3.2",
|
|
"lodash": "^4.17.21",
|
|
"lunisolar": "^2.5.2",
|
|
"luxon": "^3.5.0",
|
|
"marked": "^15.0.12",
|
|
"mitt": "^3.0.1",
|
|
"mockjs": "^1.1.0",
|
|
"nprogress": "^0.2.0",
|
|
"path-browserify": "^1.0.1",
|
|
"pdf-vue3": "^1.0.12",
|
|
"pinia": "^2.1.6",
|
|
"qs": "^6.11.2",
|
|
"register-service-worker": "^1.7.2",
|
|
"resize-detector": "^0.3.0",
|
|
"typeit": "^8.8.7",
|
|
"vab-icons": "file:vab-icons",
|
|
"vue": "^3.3.4",
|
|
"vue-demi": "^0.14.6",
|
|
"vue-i18n": "^9.2.2",
|
|
"vue-json-viewer": "^3.0.4",
|
|
"vue-qr": "^4.0.9",
|
|
"vue-router": "^4.2.4",
|
|
"vuedraggable": "^4.0.1",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.9",
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@types/dompurify": "^3.2.0",
|
|
"@types/file-saver": "^2.0.5",
|
|
"@types/js-cookie": "^3.0.3",
|
|
"@types/lodash-es": "^4.17.8",
|
|
"@types/marked": "^6.0.0",
|
|
"@types/node": "^20.4.5",
|
|
"@types/nprogress": "^0.2.0",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-eslint": "^5.0.8",
|
|
"@vue/cli-plugin-pwa": "^5.0.8",
|
|
"@vue/cli-plugin-router": "^5.0.8",
|
|
"@vue/cli-plugin-typescript": "^5.0.8",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"body-parser": "^1.20.2",
|
|
"call-rely": "^1.3.2",
|
|
"chalk": "4.1.2",
|
|
"chokidar": "^3.5.3",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"eslint": "^8.46.0",
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
"eslint-plugin-vue": "^9.16.1",
|
|
"filemanager-webpack-plugin": "^8.0.0",
|
|
"image-webpack-loader": "^8.1.0",
|
|
"lint-staged": "^13.2.3",
|
|
"plop": "^3.1.2",
|
|
"plop-templates": "^0.0.9",
|
|
"postcss-html": "^1.5.0",
|
|
"prettier": "^3.0.0",
|
|
"raw-loader": "^4.0.2",
|
|
"sass": "^1.64.1",
|
|
"sass-loader": "^13.3.2",
|
|
"stylelint": "^15.10.2",
|
|
"stylelint-config-recess-order": "^4.3.0",
|
|
"stylelint-config-recommended-scss": "^12.0.0",
|
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
"svg-sprite-loader": "^6.0.11",
|
|
"typescript": "^5.1.6",
|
|
"unplugin-auto-import": "^0.16.6",
|
|
"unplugin-element-plus": "^0.7.2",
|
|
"unplugin-vue-components": "^0.25.1",
|
|
"unplugin-vue-define-options": "^1.3.12",
|
|
"vue-eslint-parser": "^9.3.1",
|
|
"vue-global-api": "^0.4.1",
|
|
"vue-unplugins": "^1.0.6",
|
|
"webpack": "^5.88.2",
|
|
"webpackbar": "^5.0.2"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"homepage": "https://chu1204505056.gitee.io/admin-plus",
|
|
"license": "Mozilla Public License Version 2.0",
|
|
"lint-staged": {
|
|
"*.{js,jsx,vue}": [
|
|
"vue-cli-service lint",
|
|
"git add"
|
|
]
|
|
},
|
|
"participants": [
|
|
"FlowPeakFish"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/vue-admin-beautiful/admin-plus.git"
|
|
}
|
|
}
|