{
  "name": "tesla-vue-components",
  "version": "0.0.1",
  "description": "Vue3 Component Library",
  "keywords": [
    "tesla-vue-components",
    "ui framework",
    "vue"
  ],
  "bugs": {
    "url": "https://github.com/jsxiaosi/tesla-vue-components-lib/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jsxiaosi/tesla-vue-components-lib.git"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.mjs",
  "types": "es/index.d.ts",
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "import": "./es/index.mjs",
      "types/*": "./es/index.ts"
    },
    "./es": "./es/index.mjs",
    "./lib": "./lib/index.js",
    "./es/*.mjs": "./es/*.mjs",
    "./es/*": "./es/*.mjs",
    "./lib/*.js": "./lib/*.js",
    "./lib/*": "./lib/*.js",
    "./*": "./*"
  },
  "publishConfig": {
    "access": "public"
  },
  "unpkg": "cdn/index.cdn.js",
  "jsdelivr": "cdn/index.cdn.js",
  "style": "cdn/index.css",
  "sideEffects": [
    "cdn/*",
    "theme-chalk/**/*.css",
    "theme-chalk/src/**/*.scss",
    "es/components/*/style/*",
    "lib/components/*/style/*"
  ],
  "peerDependencies": {
    "vue": "^3.2.0"
  },
  "dependencies": {
    "@types/lodash": "^4.14.191",
    "@vueuse/core": "^9.12.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "vue": "^3.2.47"
  },
  "browserslist": [
    "> 1%",
    "not ie 11",
    "not op_mini all"
  ]
}
