{ "name": "vue-admin", "version": "1.1.2", "private": true, "scripts": { "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite --mode dev", "test": "NODE_OPTIONS=--max-old-space-size=4096 vite --mode test", "build:test": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build --mode test", "build:staging": "rimraf dist && vite build --mode staging", "build:online": "rimraf dist && vite build --mode online", "report": "rimraf dist && vite build", "preview": "vite preview", "preview:build": "pnpm build && vite preview", "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck", "svgo": "svgo -f src/assets/svg -o src/assets/svg", "cloc": "NODE_OPTIONS=--max-old-space-size=4096 cloc . --exclude-dir=node_modules --exclude-lang=YAML", "clean:cache": "rimraf node_modules && rimraf .eslintcache && pnpm install", "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock,build}/**/*.{vue,js,ts,tsx}\" --fix", "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,scss,vue,html,md}\"", "lint:stylelint": "stylelint \"**/*.{html,vue,css,scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/", "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js", "lint:pretty": "pretty-quick --staged", "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint", "prepare": "husky install", "preinstall": "npx only-allow pnpm" }, "browserslist": [ "> 1%", "not ie 11", "not op_mini all" ], "dependencies": { "@ctrl/tinycolor": "^3.6.0", "@vitejs/plugin-vue": "^4.2.3", "@vueuse/core": "^10.1.2", "@vueuse/motion": "2.0.0", "animate.css": "^4.1.1", "axios": "^1.4.0", "consola": "^3.1.0", "css-color-function": "^1.3.3", "dayjs": "^1.11.8", "element-plus": "^2.3.6", "element-resize-detector": "^1.2.4", "js-cookie": "^3.0.5", "lodash": "^4.17.21", "lodash-unified": "^1.0.3", "mitt": "^3.0.0", "nprogress": "^0.2.0", "path": "^0.12.7", "pinia": "^2.1.3", "qs": "^6.11.2", "resize-observer-polyfill": "^1.5.1", "responsive-storage": "^2.2.0", "rgb-hex": "^4.0.1", "unplugin-vue-components": "^0.25.1", "unplugin-vue-macros": "^2.3.0", "vue": "^3.3.4", "vue-json-pretty": "^2.2.4", "vue-router": "^4.2.2", "vue-types": "^5.0.3", "vxe-table": "^4.4.1", "vxe-table-plugin-element": "^3.0.7", "xe-utils": "^3.5.11" }, "devDependencies": { "@commitlint/cli": "17.6.5", "@commitlint/config-conventional": "17.6.5", "@iconify-json/ant-design": "^1.1.5", "@iconify-json/carbon": "^1.1.18", "@iconify-json/ci": "^1.1.9", "@iconify-json/ep": "^1.1.10", "@iconify-json/fe": "^1.1.6", "@iconify-json/ic": "^1.1.13", "@iconify-json/line-md": "^1.1.25", "@iconify-json/logos": "^1.1.32", "@iconify-json/material-symbols": "^1.1.47", "@iconify-json/mdi": "^1.1.52", "@iconify-json/ri": "^1.1.9", "@iconify-json/tabler": "^1.1.79", "@types/element-resize-detector": "1.1.3", "@types/js-cookie": "^3.0.3", "@types/lodash": "^4.14.195", "@types/node": "20.3.0", "@types/nprogress": "0.2.0", "@types/qs": "^6.9.7", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "@vitejs/plugin-vue-jsx": "^3.0.1", "@vue-macros/reactivity-transform": "^0.3.10", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^11.0.3", "@vue/runtime-core": "^3.3.4", "autoprefixer": "^10.4.14", "eslint": "8.42.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-vue": "^9.14.1", "husky": "8.0.3", "lint-staged": "13.2.2", "picocolors": "^1.0.0", "postcss": "^8.4.24", "postcss-html": "^1.5.0", "postcss-import": "15.1.0", "postcss-scss": "^4.0.6", "prettier": "^2.8.8", "pretty-quick": "3.1.3", "rollup": "^3.25.1", "rollup-plugin-visualizer": "^5.9.2", "sass": "^1.63.3", "stylelint": "^15.7.0", "stylelint-config-html": "^1.1.0", "stylelint-config-recess-order": "^4.2.0", "stylelint-config-recommended": "^12.0.0", "stylelint-config-recommended-scss": "^11.0.0", "stylelint-config-recommended-vue": "^1.4.0", "stylelint-config-standard": "^33.0.0", "stylelint-config-standard-scss": "^9.0.0", "stylelint-order": "^6.0.3", "stylelint-prettier": "^3.0.0", "stylelint-scss": "^5.0.1", "svgo": "^3.0.2", "typescript": "^5.1.3", "unplugin-auto-import": "^0.16.4", "unplugin-icons": "^0.16.3", "vite": "^4.3.9", "vite-plugin-remove-console": "^2.1.1", "vite-plugin-vue-setup-extend": "^0.4.0", "vite-plugin-windicss": "^1.9.0", "vite-svg-loader": "4.0.0", "vue-eslint-parser": "^9.3.1", "windicss": "^3.5.6" }, "pnpm": { "peerDependencyRules": { "ignoreMissing": [ "rollup", "webpack", "core-js" ] }, "allowedDeprecatedVersions": { "sourcemap-codec": "*", "w3c-hr-time": "*", "stable": "*" } } }