2020-09-28 20:19:10 +08:00
|
|
|
{
|
2021-01-07 21:16:30 +08:00
|
|
|
"name": "vben-admin",
|
2023-04-08 00:08:22 +08:00
|
|
|
"version": "2.10.0",
|
2023-04-05 00:20:48 +08:00
|
|
|
"homepage": "https://github.com/vbenjs/vue-vben-admin",
|
2023-04-01 23:39:36 +08:00
|
|
|
"bugs": {
|
2023-04-05 00:20:48 +08:00
|
|
|
"url": "https://github.com/vbenjs/vue-vben-admin/issues"
|
2023-04-01 23:39:36 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-04-05 00:20:48 +08:00
|
|
|
"url": "git+https://github.com/vbenjs/vue-vben-admin.git"
|
2023-04-01 23:39:36 +08:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
2021-03-11 21:53:59 +08:00
|
|
|
"author": {
|
|
|
|
"name": "vben",
|
|
|
|
"email": "anncwb@126.com",
|
|
|
|
"url": "https://github.com/anncwb"
|
|
|
|
},
|
2020-09-28 20:19:10 +08:00
|
|
|
"scripts": {
|
2021-11-08 09:24:22 +08:00
|
|
|
"bootstrap": "pnpm install",
|
2023-04-10 16:57:49 +08:00
|
|
|
"build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build",
|
|
|
|
"build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
|
2023-07-06 13:55:41 +08:00
|
|
|
"build:docker": "vite build --mode docker",
|
2021-11-08 09:24:22 +08:00
|
|
|
"build:no-cache": "pnpm clean:cache && npm run build",
|
2023-04-10 16:57:49 +08:00
|
|
|
"build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
|
2023-04-04 16:55:34 +08:00
|
|
|
"commit": "czg",
|
2023-04-05 00:20:48 +08:00
|
|
|
"dev": "pnpm vite",
|
2023-04-04 16:55:34 +08:00
|
|
|
"preinstall": "npx only-allow pnpm",
|
|
|
|
"postinstall": "turbo run stub",
|
2023-04-04 17:29:58 +08:00
|
|
|
"lint": "turbo run lint",
|
2021-06-17 22:56:21 +08:00
|
|
|
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
|
2023-04-05 00:20:48 +08:00
|
|
|
"lint:prettier": "prettier --write .",
|
2023-07-07 07:06:36 +08:00
|
|
|
"lint:stylelint": "stylelint \"**/*.{vue,css,less,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
|
2021-07-03 17:22:51 +08:00
|
|
|
"prepare": "husky install",
|
2023-04-04 16:55:34 +08:00
|
|
|
"preview": "npm run build && vite preview",
|
|
|
|
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
|
|
|
|
"serve": "npm run dev",
|
|
|
|
"test:gzip": "npx http-server dist --cors --gzip -c-1",
|
|
|
|
"type:check": "vue-tsc --noEmit --skipLibCheck"
|
2020-09-28 20:19:10 +08:00
|
|
|
},
|
2023-04-01 23:39:36 +08:00
|
|
|
"lint-staged": {
|
|
|
|
"*.{js,jsx,ts,tsx}": [
|
2023-04-04 16:55:34 +08:00
|
|
|
"prettier --write",
|
|
|
|
"eslint --fix"
|
2023-04-01 23:39:36 +08:00
|
|
|
],
|
|
|
|
"{!(package)*.json,*.code-snippets,.!(browserslist)*rc}": [
|
|
|
|
"prettier --write--parser json"
|
|
|
|
],
|
|
|
|
"package.json": [
|
|
|
|
"prettier --write"
|
|
|
|
],
|
|
|
|
"*.vue": [
|
|
|
|
"prettier --write",
|
2023-04-04 16:55:34 +08:00
|
|
|
"eslint --fix",
|
2023-04-01 23:39:36 +08:00
|
|
|
"stylelint --fix"
|
|
|
|
],
|
|
|
|
"*.{scss,less,styl,html}": [
|
2023-04-04 16:55:34 +08:00
|
|
|
"prettier --write",
|
|
|
|
"stylelint --fix"
|
2023-04-01 23:39:36 +08:00
|
|
|
],
|
|
|
|
"*.md": [
|
|
|
|
"prettier --write"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"commitizen": {
|
|
|
|
"path": "node_modules/cz-git"
|
|
|
|
}
|
|
|
|
},
|
2020-09-28 20:19:10 +08:00
|
|
|
"dependencies": {
|
2022-03-15 12:54:27 +08:00
|
|
|
"@ant-design/icons-vue": "^6.1.0",
|
2023-07-06 15:00:38 +08:00
|
|
|
"@iconify/iconify": "^3.1.1",
|
|
|
|
"@logicflow/core": "^1.2.9",
|
|
|
|
"@logicflow/extension": "^1.2.9",
|
2023-04-05 22:29:16 +08:00
|
|
|
"@vben/hooks": "workspace:*",
|
2023-07-06 15:00:38 +08:00
|
|
|
"@vue/shared": "^3.3.4",
|
|
|
|
"@vueuse/core": "^10.2.1",
|
|
|
|
"@vueuse/shared": "^10.2.1",
|
|
|
|
"@zxcvbn-ts/core": "^3.0.2",
|
|
|
|
"ant-design-vue": "^3.2.20",
|
|
|
|
"axios": "^1.4.0",
|
2023-04-02 00:19:33 +08:00
|
|
|
"codemirror": "^5.65.12",
|
|
|
|
"cropperjs": "^1.5.13",
|
2021-07-25 09:07:53 +08:00
|
|
|
"crypto-js": "^4.1.1",
|
2023-07-06 15:00:38 +08:00
|
|
|
"dayjs": "^1.11.9",
|
2023-04-02 00:19:33 +08:00
|
|
|
"echarts": "^5.4.2",
|
2023-01-30 14:48:04 +08:00
|
|
|
"exceljs": "^4.3.0",
|
2023-04-02 00:19:33 +08:00
|
|
|
"intro.js": "^7.0.1",
|
2021-02-21 21:42:56 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2020-09-28 20:19:10 +08:00
|
|
|
"mockjs": "^1.1.0",
|
|
|
|
"nprogress": "^0.2.0",
|
2023-04-02 00:19:33 +08:00
|
|
|
"path-to-regexp": "^6.2.1",
|
2023-07-06 15:00:38 +08:00
|
|
|
"pinia": "2.1.4",
|
2021-03-28 00:04:19 +08:00
|
|
|
"print-js": "^1.6.0",
|
2023-07-06 15:00:38 +08:00
|
|
|
"qrcode": "^1.5.3",
|
|
|
|
"qs": "^6.11.2",
|
2021-06-30 00:47:59 +08:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2022-04-21 10:30:04 +08:00
|
|
|
"showdown": "^2.1.0",
|
2022-04-08 13:09:03 +08:00
|
|
|
"sortablejs": "^1.15.0",
|
2023-01-07 03:09:09 +08:00
|
|
|
"tinymce": "^5.10.7",
|
2023-07-06 15:00:38 +08:00
|
|
|
"vditor": "^3.9.4",
|
|
|
|
"vue": "^3.3.4",
|
2023-04-02 00:19:33 +08:00
|
|
|
"vue-i18n": "^9.2.2",
|
|
|
|
"vue-json-pretty": "^2.2.4",
|
2023-07-07 07:06:36 +08:00
|
|
|
"vue-router": "^4.2.3",
|
2023-07-06 15:00:38 +08:00
|
|
|
"vue-types": "^5.1.0",
|
2023-04-01 23:39:36 +08:00
|
|
|
"vuedraggable": "^4.1.0",
|
2023-07-06 13:55:41 +08:00
|
|
|
"vxe-table": "^4.4.5",
|
2023-01-30 14:48:04 +08:00
|
|
|
"vxe-table-plugin-export-xlsx": "^3.0.4",
|
2023-07-06 15:00:38 +08:00
|
|
|
"xe-utils": "^3.5.11",
|
2023-04-01 23:39:36 +08:00
|
|
|
"xlsx": "^0.18.5"
|
2020-09-28 20:19:10 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-07-06 15:00:38 +08:00
|
|
|
"@commitlint/cli": "^17.6.6",
|
|
|
|
"@commitlint/config-conventional": "^17.6.6",
|
2023-07-07 07:06:36 +08:00
|
|
|
"@iconify/json": "^2.2.87",
|
2023-04-02 00:19:33 +08:00
|
|
|
"@purge-icons/generated": "^0.9.0",
|
2023-07-06 15:00:38 +08:00
|
|
|
"@types/codemirror": "^5.60.8",
|
2022-02-28 00:21:26 +08:00
|
|
|
"@types/crypto-js": "^4.1.1",
|
2023-04-02 00:19:33 +08:00
|
|
|
"@types/intro.js": "^5.1.1",
|
|
|
|
"@types/lodash-es": "^4.17.7",
|
|
|
|
"@types/mockjs": "^1.0.7",
|
2020-09-28 20:19:10 +08:00
|
|
|
"@types/nprogress": "^0.2.0",
|
2023-07-06 15:00:38 +08:00
|
|
|
"@types/qrcode": "^1.5.1",
|
2021-07-13 00:07:10 +08:00
|
|
|
"@types/qs": "^6.9.7",
|
2023-07-06 15:00:38 +08:00
|
|
|
"@types/showdown": "^2.0.1",
|
2023-04-02 00:19:33 +08:00
|
|
|
"@types/sortablejs": "^1.15.1",
|
2023-04-04 16:55:34 +08:00
|
|
|
"@vben/eslint-config": "workspace:*",
|
|
|
|
"@vben/stylelint-config": "workspace:*",
|
2023-04-04 17:13:09 +08:00
|
|
|
"@vben/ts-config": "workspace:*",
|
2023-04-06 22:12:17 +08:00
|
|
|
"@vben/types": "workspace:*",
|
2023-04-05 00:20:48 +08:00
|
|
|
"@vben/vite-config": "workspace:*",
|
2023-07-06 15:00:38 +08:00
|
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
|
|
"@vue/test-utils": "^2.4.0",
|
2020-12-03 21:49:32 +08:00
|
|
|
"cross-env": "^7.0.3",
|
2023-04-02 00:19:33 +08:00
|
|
|
"cz-git": "^1.6.1",
|
|
|
|
"czg": "^1.6.1",
|
|
|
|
"husky": "^8.0.3",
|
2023-07-06 15:00:38 +08:00
|
|
|
"lint-staged": "13.2.3",
|
|
|
|
"prettier": "^2.8.8",
|
2023-07-07 07:06:36 +08:00
|
|
|
"prettier-plugin-packagejson": "^2.4.4",
|
2023-07-06 15:00:38 +08:00
|
|
|
"rimraf": "^5.0.1",
|
|
|
|
"turbo": "^1.10.7",
|
|
|
|
"typescript": "^5.1.6",
|
|
|
|
"unbuild": "^1.2.1",
|
2023-07-07 07:06:36 +08:00
|
|
|
"vite": "^4.4.0",
|
2021-08-24 00:28:53 +08:00
|
|
|
"vite-plugin-mock": "^2.9.6",
|
2023-07-07 07:06:36 +08:00
|
|
|
"vue-tsc": "^1.8.4"
|
2020-09-28 20:19:10 +08:00
|
|
|
},
|
2023-08-10 10:47:16 +08:00
|
|
|
"packageManager": "pnpm@8.1.0",
|
2020-09-28 20:19:10 +08:00
|
|
|
"engines": {
|
2023-04-01 23:39:36 +08:00
|
|
|
"node": ">=16.15.1",
|
2023-08-10 10:47:16 +08:00
|
|
|
"pnpm": ">=8.1.0"
|
2020-09-28 20:19:10 +08:00
|
|
|
}
|
|
|
|
}
|