package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_from": "@element-plus/icons-vue@^2.1.0",
  3. "_id": "@element-plus/icons-vue@2.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XxVUZv48RZAd87ucGS48jPf6pKu0yV5UCg9f4FFwtrYxXOwWuVJo6wOvSLKEoMQKjv8GsX/mhP6UsC1lRwbUWg==",
  6. "_location": "/@element-plus/icons-vue",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@element-plus/icons-vue@^2.1.0",
  12. "name": "@element-plus/icons-vue",
  13. "escapedName": "@element-plus%2ficons-vue",
  14. "scope": "@element-plus",
  15. "rawSpec": "^2.1.0",
  16. "saveSpec": null,
  17. "fetchSpec": "^2.1.0"
  18. },
  19. "_requiredBy": [
  20. "/",
  21. "/element-plus"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@element-plus/icons-vue/-/icons-vue-2.3.1.tgz",
  24. "_shasum": "1f635ad5fdd5c85ed936481525570e82b5a8307a",
  25. "_spec": "@element-plus/icons-vue@^2.1.0",
  26. "_where": "E:\\qinduan\\mallbackinfrontend",
  27. "bugs": {
  28. "url": "https://github.com/element-plus/element-plus-icons/issues"
  29. },
  30. "bundleDependencies": false,
  31. "deprecated": false,
  32. "description": "Vue components of Element Plus Icons collection.",
  33. "devDependencies": {
  34. "@element-plus/icons-svg": "2.3.1",
  35. "@pnpm/find-workspace-dir": "^6.0.2",
  36. "@pnpm/find-workspace-packages": "^6.0.9",
  37. "@pnpm/logger": "^5.0.0",
  38. "@types/fs-extra": "^11.0.4",
  39. "@types/node": "^20.10.0",
  40. "@types/prettier": "^3.0.0",
  41. "camelcase": "^8.0.0",
  42. "chalk": "^5.3.0",
  43. "consola": "^3.2.3",
  44. "esbuild": "^0.19.8",
  45. "esbuild-plugin-globals": "^0.2.0",
  46. "fast-glob": "^3.3.2",
  47. "fs-extra": "^11.1.1",
  48. "npm-run-all": "^4.1.5",
  49. "prettier": "^3.1.0",
  50. "tsx": "^4.5.0",
  51. "typescript": "^5.3.2",
  52. "unplugin-vue": "^4.5.0",
  53. "vue": "^3.3.9",
  54. "vue-tsc": "^1.8.22"
  55. },
  56. "exports": {
  57. ".": {
  58. "types": "./dist/types/index.d.ts",
  59. "require": "./dist/index.cjs",
  60. "import": "./dist/index.js"
  61. },
  62. "./global": {
  63. "types": "./dist/types/global.d.ts",
  64. "require": "./dist/global.cjs",
  65. "import": "./dist/global.js"
  66. },
  67. "./*": "./*"
  68. },
  69. "files": [
  70. "dist"
  71. ],
  72. "homepage": "https://element-plus.org/",
  73. "jsdelivr": "dist/index.iife.min.js",
  74. "keywords": [
  75. "icon",
  76. "svg",
  77. "vue",
  78. "element-plus"
  79. ],
  80. "license": "MIT",
  81. "main": "./dist/index.cjs",
  82. "module": "./dist/index.js",
  83. "name": "@element-plus/icons-vue",
  84. "peerDependencies": {
  85. "vue": "^3.2.0"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/element-plus/element-plus-icons.git",
  90. "directory": "packages/vue"
  91. },
  92. "scripts": {
  93. "build": "pnpm run build:generate && run-p build:build build:types",
  94. "build:build": "NODE_ENV=production tsx build/build.ts",
  95. "build:generate": "tsx build/generate.ts",
  96. "build:types": "vue-tsc --declaration --emitDeclarationOnly"
  97. },
  98. "sideEffects": false,
  99. "type": "module",
  100. "types": "./dist/types/index.d.ts",
  101. "typesVersions": {
  102. "*": {
  103. "*": [
  104. "./*",
  105. "./dist/types/*"
  106. ]
  107. }
  108. },
  109. "unpkg": "dist/index.iife.min.js",
  110. "version": "2.3.1"
  111. }