| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166 |
- {
- "name": "pure-admin-thin",
- "version": "6.1.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "NODE_OPTIONS=--max-old-space-size=4096 vite",
- "serve": "pnpm dev",
- "build": "rimraf dist && NODE_OPTIONS=--max-old-space-size=8192 vite build",
- "build:staging": "rimraf dist && vite build --mode staging",
- "report": "rimraf dist && vite build",
- "preview": "vite preview",
- "preview:build": "pnpm build && vite preview",
- "typecheck": "tsc --noEmit && vue-tsc --noEmit --skipLibCheck",
- "svgo": "svgo -f . -r",
- "clean:cache": "rimraf .eslintcache && rimraf pnpm-lock.yaml && rimraf node_modules && pnpm store prune && 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 --cache --fix \"**/*.{html,vue,css,scss}\" --cache-location node_modules/.cache/stylelint/",
- "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
- "preinstall": "npx only-allow pnpm"
- },
- "keywords": [
- "pure-admin-thin",
- "vue-pure-admin",
- "element-plus",
- "tailwindcss",
- "pure-admin",
- "typescript",
- "pinia",
- "vue3",
- "vite",
- "esm"
- ],
- "homepage": "https://github.com/pure-admin/pure-admin-thin",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/pure-admin/pure-admin-thin.git"
- },
- "bugs": {
- "url": "https://github.com/pure-admin/vue-pure-admin/issues"
- },
- "license": "MIT",
- "author": {
- "name": "xiaoxian521",
- "email": "pureadmin@163.com",
- "url": "https://github.com/xiaoxian521"
- },
- "dependencies": {
- "@fingerprintjs/fingerprintjs": "^4.6.2",
- "@pureadmin/descriptions": "^1.2.1",
- "@pureadmin/table": "^3.3.0",
- "@pureadmin/utils": "^2.6.2",
- "@vueuse/core": "^13.6.0",
- "@vueuse/motion": "^3.0.3",
- "ali-oss": "^6.23.0",
- "animate.css": "^4.1.1",
- "axios": "^1.11.0",
- "crypto-js": "^4.2.0",
- "dayjs": "^1.11.13",
- "echarts": "^5.6.0",
- "element-plus": "^2.11.3",
- "js-cookie": "^3.0.5",
- "js-md5": "^0.8.3",
- "localforage": "^1.10.0",
- "mitt": "^3.0.1",
- "nprogress": "^0.2.0",
- "path-browserify": "^1.0.1",
- "pinia": "^3.0.3",
- "pinyin-pro": "^3.26.0",
- "plus-pro-components": "^0.1.29",
- "qs": "^6.14.0",
- "responsive-storage": "^2.2.0",
- "sortablejs": "^1.15.6",
- "vue": "^3.5.18",
- "vue-router": "^4.5.1",
- "vue-tippy": "^6.7.1",
- "vue-types": "^6.0.0"
- },
- "devDependencies": {
- "@commitlint/cli": "^19.8.1",
- "@commitlint/config-conventional": "^19.8.1",
- "@commitlint/types": "^19.8.1",
- "@eslint/js": "^9.32.0",
- "@faker-js/faker": "^9.9.0",
- "@iconify/json": "^2.2.364",
- "@iconify/vue": "4.2.0",
- "@tailwindcss/vite": "^4.1.11",
- "@types/ali-oss": "^6.16.11",
- "@types/crypto-js": "^4.2.2",
- "@types/js-cookie": "^3.0.6",
- "@types/node": "^20.19.9",
- "@types/nprogress": "^0.2.3",
- "@types/path-browserify": "^1.0.3",
- "@types/qs": "^6.14.0",
- "@types/sortablejs": "^1.15.8",
- "@vitejs/plugin-vue": "^6.0.1",
- "@vitejs/plugin-vue-jsx": "^5.0.1",
- "boxen": "^8.0.1",
- "code-inspector-plugin": "^1.0.3",
- "cssnano": "^7.1.0",
- "eslint": "^9.32.0",
- "eslint-config-prettier": "^10.1.8",
- "eslint-plugin-prettier": "^5.5.3",
- "eslint-plugin-vue": "^10.3.0",
- "lint-staged": "^16.1.2",
- "postcss": "^8.5.6",
- "postcss-html": "^1.8.0",
- "postcss-load-config": "^6.0.1",
- "postcss-scss": "^4.0.9",
- "prettier": "^3.6.2",
- "rimraf": "^6.0.1",
- "rollup-plugin-visualizer": "^6.0.3",
- "sass": "^1.89.2",
- "stylelint": "^16.23.0",
- "stylelint-config-recess-order": "^7.1.0",
- "stylelint-config-recommended-vue": "^1.6.1",
- "stylelint-config-standard-scss": "^14.0.0",
- "stylelint-prettier": "^5.0.3",
- "svgo": "^4.0.0",
- "tailwindcss": "^4.1.11",
- "typescript": "^5.8.3",
- "typescript-eslint": "^8.38.0",
- "unplugin-icons": "^22.2.0",
- "vite": "^7.1.5",
- "vite-plugin-cdn-import": "^1.0.1",
- "vite-plugin-compression": "^0.5.1",
- "vite-plugin-fake-server": "^2.2.0",
- "vite-plugin-remove-console": "^2.2.0",
- "vite-plugin-router-warn": "^1.0.0",
- "vite-svg-loader": "^5.1.0",
- "vue-eslint-parser": "^10.2.0",
- "vue-tsc": "^3.0.4"
- },
- "engines": {
- "node": "^20.19.0 || >=22.12.0",
- "pnpm": ">=9"
- },
- "pnpm": {
- "allowedDeprecatedVersions": {
- "are-we-there-yet": "*",
- "sourcemap-codec": "*",
- "lodash.isequal": "*",
- "domexception": "*",
- "w3c-hr-time": "*",
- "inflight": "*",
- "npmlog": "*",
- "rimraf": "*",
- "stable": "*",
- "gauge": "*",
- "abab": "*",
- "glob": "*"
- },
- "onlyBuiltDependencies": [
- "@parcel/watcher",
- "core-js",
- "es5-ext",
- "esbuild",
- "typeit",
- "vue-demi"
- ],
- "ignoredBuiltDependencies": [
- "@tailwindcss/oxide"
- ]
- }
- }
|