{
  "name": "tdesign-icons-view",
  "version": "0.2.8",
  "description": "A web-component package for display all icons in any UI framework",
  "repository": {
    "type": "git",
    "url": "https://github.com/Tencent/tdesign-icons.git",
    "directory": "packages/view"
  },
  "homepage": "https://github.com/Tencent/tdesign-icons/blob/develop/README.md",
  "bugs": {
    "url": "https://github.com/Tencent/tdesign-icons/issues"
  },
  "main": "dist/td-icons-view.js",
  "files": [
    "dist/td-icons-view.js"
  ],
  "keywords": [
    "icons",
    "web component"
  ],
  "author": "uyarn",
  "license": "MIT",
  "dependencies": {
    "core-js": "^3.8.3",
    "lodash": "^4.17.21",
    "tdesign-icons-vue": "0.2.5",
    "tdesign-vue": "1.4.6-naruto",
    "tvision-color": "^1.6.0",
    "vue": "2.7.14"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@babel/eslint-parser": "^7.12.16",
    "@vue/cli-plugin-babel": "~5.0.0",
    "@vue/cli-plugin-eslint": "~5.0.0",
    "@vue/cli-service": "~5.0.0",
    "eslint": "^7.32.0",
    "eslint-plugin-vue": "^8.0.3",
    "raw-loader": "^4.0.2",
    "vue-loader": "^17.0.0",
    "vue-template-compiler": "2.7.14"
  },
  "scripts": {
    "dev": "vue-cli-service serve",
    "build": "vue-cli-service build --target wc --inline-vue --name td-icons-view src/IconView.vue",
    "build:watch": "vue-cli-service build --target wc --inline-vue --name td-icons-view src/IconView.vue --watch",
    "lint": "vue-cli-service lint"
  }
}