{
  "name": "@arco-design/arco-vue-scripts",
  "version": "0.2.9",
  "description": "Arco Vue Scripts",
  "author": "ArcoDesign Team",
  "license": "MIT",
  "main": "dist/index.js",
  "bin": "dist/index.js",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arco-design/arco-design-vue.git"
  },
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc && cp -rf src/scripts/changelog/template/ dist/scripts/changelog/template",
    "lint-staged": "npx lint-staged"
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "devDependencies": {
    "@babel/types": "^7.15.6",
    "@types/clean-css": "^4.2.5",
    "@types/fs-extra": "^9.0.6",
    "@types/inquirer": "^7.3.3",
    "@types/jest": "^26.0.24",
    "@types/jsdom": "^16.2.11",
    "@types/less": "^3.0.2",
    "@types/nunjucks": "^3.1.5",
    "@types/svgo": "^2.3.0",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.12.0",
    "eslint": "^7.21.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^2.4.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.3.1",
    "prettier": "^2.2.1",
    "ts-node": "^10.1.0"
  },
  "dependencies": {
    "@arco-design/vite-plugin-arco-vue-docs": "^0.1.0",
    "@babel/core": "^7.14.6",
    "@babel/parser": "^7.14.7",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/preset-env": "^7.14.7",
    "@babel/preset-typescript": "^7.14.5",
    "@vitejs/plugin-vue": "^1.6.2",
    "@vitejs/plugin-vue-jsx": "^1.1.8",
    "@vue/babel-plugin-jsx": "^1.0.6",
    "axios": "^0.21.1",
    "babel-jest": "^26.6.3",
    "chalk": "^4.1.0",
    "clean-css": "^5.2.1",
    "commander": "^7.2.0",
    "comment-parser": "^1.1.5",
    "fast-glob": "^3.2.7",
    "fs-extra": "^9.1.0",
    "glob": "^7.1.6",
    "inquirer": "^8.1.2",
    "jest": "^26.6.3",
    "jsdom": "^16.6.0",
    "less": "^4.1.1",
    "moment": "^2.29.1",
    "nunjucks": "^3.2.3",
    "ora": "^5.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "svgo": "^2.3.0",
    "ts-jest": "^26.5.6",
    "ts-morph": "^11.0.0",
    "typescript": "^4.2.4",
    "vite": "^2.5.6",
    "vite-plugin-eslint": "^1.1.2",
    "vite-svg-loader": "^2.1.0",
    "vue-docgen-api": "^4.40.0",
    "vue-jest": "^5.0.0-alpha.10"
  }
}
