{
  "name": "@arco-plugins/vite-react",
  "version": "1.3.3",
  "description": "For Vite build, load Arco Design styles on demand",
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "files": [
    "lib",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:arco-design/arco-plugins.git",
    "directory": "packages/plugin-vite-react"
  },
  "keywords": [
    "arco",
    "arco-design",
    "arco-plugin",
    "plugin",
    "vite"
  ],
  "scripts": {
    "clean": "rm -fr lib types",
    "compile": "yarn clean && npx tsc",
    "prepublishOnly": "yarn compile"
  },
  "author": "arco-design",
  "license": "MIT",
  "dependencies": {
    "@babel/generator": "^7.12.11",
    "@babel/helper-module-imports": "^7.12.5",
    "@babel/parser": "^7.12.11",
    "@babel/traverse": "^7.12.12",
    "@babel/types": "^7.12.12",
    "@types/node": "^16.11.10"
  },
  "devDependencies": {
    "typescript": "^4.5.2",
    "vite": "^2.6.14"
  }
}
