{
  "name": "@x-edu/service",
  "version": "0.0.16",
  "description": "x学习服务",
  "repository": "https://gitlab.ndaeweb.com/x-edu/x-edu-sdk",
  "author": "郭延豪(708674)",
  "main": "dist/service.js",
  "module": "dist/service.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "browser": {
    "crypto": false
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:profile": "vite build --profile",
    "preview": "vite preview",
    "lint:fix": "eslint src --fix",
    "test:coverage": "jest --coverage",
    "lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "clean": "rimraf dist node_modules",
    "release": "release-it",
    "beforepublish": "node ../../scripts/publish_backup.js",
    "afterpublish": "node ../../scripts/publish_recover.js",
    "postpublish": "xem publish"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@x-edu/functions": "*",
    "dayjs": "^1.11.13",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/node": "^18.15.13",
    "@x-edu/material-cli": "^0.0.3",
    "husky": "^7.0.4",
    "lint-staged": "^7.3.0",
    "vite": "^5.1.4",
    "vite-plugin-babel": "^1.2.0",
    "vite-plugin-dts": "^3.9.1",
    "vite-plugin-eslint": "^1.8.1",
    "vite-plugin-externalize-deps": "^0.8.0",
    "vite-plugin-imp": "^2.1.3",
    "vite-plugin-inspect": "^0.8.4"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
  }
}