{
  "name": "@gct-paas/core",
  "version": "0.1.4-dev.0",
  "type": "module",
  "description": "paas 平台核心包",
  "main": "dist/index.min.cjs",
  "module": "es/index.mjs",
  "types": "es/index.d.ts",
  "system": "dist/index.system.min.js",
  "exports": {
    ".": {
      "types": "./es/index.d.ts",
      "import": "./es/index.mjs",
      "require": "./dist/index.min.cjs"
    }
  },
  "files": [
    "dist",
    "es",
    "CHANGELOG.md",
    "README.md"
  ],
  "keywords": [
    "paas",
    "gct"
  ],
  "repository": {
    "type": "git",
    "url": "https://git.gct-china.com/paas/frontend/paas-package.git"
  },
  "license": "MIT",
  "author": "gct",
  "scripts": {
    "dev": "rollup -c -w --environment=NODE_ENV:development",
    "build": "npm run lint && rollup -c --environment=NODE_ENV:production && vite build --mode production --config vite.config.ts",
    "lint": "eslint src/",
    "link2global": "pnpm link --global",
    "publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
    "publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
    "publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
    "publish:beta": "npm run build && npm publish --access public --tag=beta --registry=https://registry.npmjs.org/",
    "publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/",
    "gen-api": "npm run gen-api:apaas && npm run gen-api:platform",
    "gen-api:apaas": "gct-paas gen-api --url=http://paas.paasdev.gct-paas.com --tag=apaas -t ../cli/hbs-temp -o ./src/service/gct-apaas && prettier './src/service/gct-apaas' --write",
    "gen-api:platform": "gct-paas gen-api --url=http://paas.paasdev.gct-paas.com --tag=platform -t ../cli/hbs-temp -o ./src/service/gct-platform && prettier './src/service/gct-platform' --write"
  },
  "dependencies": {
    "async-validator": "^4.2.5",
    "axios": "^1.8.1",
    "lodash-es": "^4.17.21",
    "path-browserify": "^1.0.1",
    "pinia": "^2.3.1",
    "qs": "^6.14.0",
    "qx-util": "^0.4.8",
    "systemjs": "^6.15.1",
    "vue": "^3.5.13",
    "vue-i18n": "9.6.5"
  },
  "devDependencies": {
    "@gct-paas/build": "0.1.4-dev.0",
    "@gct-paas/cli": "0.1.4-dev.0",
    "@types/path-browserify": "^1.0.3",
    "@types/qs": "^6.9.18",
    "fs-extra": "^11.3.0"
  },
  "peerDependencies": {
    "vue": "^3.x"
  },
  "gitHead": "c9621d762856690ccbe36c93a3cf50dd1060602a"
}
