{
  "name": "@eciol/template",
  "version": "1.0.7",
  "private": true,
  "homepage": "http://192.168.9.192/eci-frontend/base-framework",
  "bugs": {
    "url": "http://192.168.9.192/eci-frontend/base-framework/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+http://192.168.9.192/eci-frontend/base-framework.git"
  },
  "license": "MIT",
  "author": {
    "name": "freud",
    "email": "2224070723@qq.com",
    "url": "https://github.com/yushi0114"
  },
  "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 pnpm vite build",
    "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 \"{src,mock}/**/*.{vue,ts,tsx}\"",
    "lint:stylelint": "stylelint \"**/*.{vue,css,less.scss}\" --fix --cache --cache-location node_modules/.cache/stylelint/",
    "prepare": "husky install",
    "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"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  },
  "dependencies": {
    "@ant-design/icons-vue": "^6.1.0",
    "@eciol/ant-ui": "workspace:*",
    "@eciol/api": "workspace:*",
    "@eciol/assets": "workspace:*",
    "@eciol/business-ui": "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:*",
    "nprogress": "^0.2.0"
  },
  "devDependencies": {
    "@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.8.27"
  }
}
