{
  "name": "@eciol/erp-finance-web",
  "version": "0.0.12",
  "private": true,
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "bugs": {
    "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git"
  },
  "license": "MIT",
  "author": {
    "name": "vben",
    "email": "anncwb@126.com",
    "url": "https://github.com/anncwb"
  },
  "type": "module",
  "scripts": {
    "bootstrap": "pnpm install",
    "build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze",
    "build:dev": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode dev",
    "build:no-cache": "pnpm clean:cache && npm run build",
    "build:prod": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode production",
    "build:tbms": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode tbms",
    "build:test": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode test",
    "commit": "czg",
    "dev": "pnpm vite",
    "preinstall": "npx only-allow pnpm",
    "lint": "eslint .",
    "lint:eslint": "eslint --cache --max-warnings 0  \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
    "lint:prettier": "prettier --write .",
    "lint:stylelint": "stylelint \"**/*.{vue,css,less.scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
    "preview": "vite preview",
    "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
    "serve": "npm run dev",
    "test": "pnpm vite --mode test",
    "test:gzip": "npx http-server dist --cors --gzip -c-1",
    "type:check": "vue-tsc --noEmit --skipLibCheck"
  },
  "dependencies": {
    "@ant-design/icons-vue": "^6.1.0",
    "@eciol/ant-ui": "workspace:*",
    "@eciol/assets": "workspace:*",
    "@eciol/design": "workspace:*",
    "@eciol/directives": "workspace:*",
    "@eciol/hooks": "workspace:*",
    "@eciol/layout": "workspace:*",
    "@eciol/locale": "workspace:*",
    "@eciol/request": "workspace:*",
    "@eciol/router": "workspace:*",
    "@eciol/share-ui": "workspace:*",
    "@eciol/shared": "workspace:*",
    "@eciol/store": "workspace:*",
    "@eciol/types": "workspace:*",
    "@vue-office/pdf": "^1.5.3",
    "mockjs": "^1.1.0",
    "nprogress": "^0.2.0",
    "path-to-regexp": "^6.2.1",
    "sortablejs": "^1.15.0",
    "xe-utils": "^3.5.7"
  },
  "devDependencies": {
    "@types/mockjs": "^1.0.7",
    "@types/nprogress": "^0.2.0",
    "@eciol/eslint-config": "workspace:*",
    "@eciol/stylelint-config": "workspace:*",
    "@eciol/ts-config": "workspace:*",
    "@eciol/types": "workspace:*",
    "@eciol/vite-config": "workspace:*",
    "@vue/test-utils": "^2.3.2",
    "less": "^4.1.2",
    "shelljs": "^0.8.5",
    "vite-plugin-mock": "^3.0.0",
    "vue-tsc": "^1.6.4"
  }
}
