123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- {
- "name": "vue-element-plus-admin",
- "version": "1.9.9",
- "description": "一套基于vue3、element-plus、typesScript、vite4的后台集成方案。",
- "author": "Archer <502431556@qq.com>",
- "private": false,
- "scripts": {
- "i": "pnpm install",
- "dev": "vite --mode base",
- "ts:check": "vue-tsc --noEmit",
- "build:pro": "vite build --mode pro",
- "build:gitee": "vite build --mode gitee",
- "build:dev": "npm run ts:check && vite build --mode dev",
- "build:test": "npm run ts:check && vite build --mode test",
- "serve:pro": "vite preview --mode pro",
- "serve:dev": "vite preview --mode dev",
- "serve:test": "vite preview --mode test",
- "npm:check": "npx npm-check-updates",
- "clean": "npx rimraf node_modules",
- "clean:cache": "npx rimraf node_modules/.cache",
- "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
- "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
- "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
- "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
- "prepare": "husky install",
- "p": "plop",
- "analysis": "windicss-analysis"
- },
- "dependencies": {
- "@iconify/iconify": "^3.1.0",
- "@vueuse/core": "^9.13.0",
- "@wangeditor/editor": "^5.1.23",
- "@wangeditor/editor-for-vue": "^5.1.10",
- "@zxcvbn-ts/core": "^2.2.1",
- "animate.css": "^4.1.1",
- "axios": "^1.3.5",
- "echarts": "^5.4.2",
- "echarts-wordcloud": "^2.1.0",
- "element-plus": "2.3.3",
- "intro.js": "^7.0.1",
- "lodash-es": "^4.17.21",
- "mitt": "^3.0.0",
- "mockjs": "^1.1.0",
- "nprogress": "^0.2.0",
- "pinia": "^2.0.34",
- "qrcode": "^1.5.1",
- "qs": "^6.11.1",
- "url": "^0.11.0",
- "vue": "3.2.47",
- "vue-i18n": "9.2.2",
- "vue-router": "^4.1.6",
- "vue-types": "^5.0.2",
- "web-storage-cache": "^1.1.1"
- },
- "devDependencies": {
- "@commitlint/cli": "^17.5.1",
- "@commitlint/config-conventional": "^17.4.4",
- "@iconify/json": "^2.2.48",
- "@intlify/unplugin-vue-i18n": "^0.10.0",
- "@purge-icons/generated": "^0.9.0",
- "@types/intro.js": "^5.1.1",
- "@types/lodash-es": "^4.17.7",
- "@types/node": "^18.15.11",
- "@types/nprogress": "^0.2.0",
- "@types/qrcode": "^1.5.0",
- "@types/qs": "^6.9.7",
- "@typescript-eslint/eslint-plugin": "^5.58.0",
- "@typescript-eslint/parser": "^5.58.0",
- "@vitejs/plugin-legacy": "^4.0.2",
- "@vitejs/plugin-vue": "^4.1.0",
- "@vitejs/plugin-vue-jsx": "^3.0.1",
- "autoprefixer": "^10.4.14",
- "consola": "^3.0.1",
- "eslint": "^8.38.0",
- "eslint-config-prettier": "^8.8.0",
- "eslint-define-config": "^1.17.0",
- "eslint-plugin-prettier": "^4.2.1",
- "eslint-plugin-vue": "^9.10.0",
- "husky": "^8.0.3",
- "less": "^4.1.3",
- "lint-staged": "^13.2.1",
- "plop": "^3.1.2",
- "postcss": "^8.4.21",
- "postcss-html": "^1.5.0",
- "postcss-less": "^6.0.0",
- "prettier": "^2.8.7",
- "rimraf": "^5.0.0",
- "rollup": "^3.20.2",
- "stylelint": "^15.4.0",
- "stylelint-config-html": "^1.1.0",
- "stylelint-config-prettier": "^9.0.5",
- "stylelint-config-recommended": "^11.0.0",
- "stylelint-config-standard": "^32.0.0",
- "stylelint-order": "^6.0.3",
- "terser": "^5.16.9",
- "typescript": "5.0.4",
- "unplugin-vue-define-options": "^1.3.3",
- "vite": "4.2.1",
- "vite-plugin-ejs": "^1.6.4",
- "vite-plugin-eslint": "^1.8.1",
- "vite-plugin-mock": "^2.9.6",
- "vite-plugin-progress": "^0.0.7",
- "vite-plugin-purge-icons": "^0.9.2",
- "vite-plugin-style-import": "2.0.0",
- "vite-plugin-svg-icons": "^2.0.1",
- "vite-plugin-windicss": "^1.8.10",
- "vue-tsc": "^1.2.0",
- "windicss": "^3.5.6",
- "windicss-analysis": "^0.3.5"
- },
- "engines": {
- "node": ">= 14.18.0"
- },
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/kailong321200875/vue-element-plus-admin.git"
- },
- "bugs": {
- "url": "https://github.com/kailong321200875/vue-element-plus-admin/issues"
- },
- "homepage": "https://github.com/kailong321200875/vue-element-plus-admin"
- }
|