59 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "e-icon-picker",
 | 
						|
  "version": "2.1.1",
 | 
						|
  "private": false,
 | 
						|
  "description": "element-plus和font-awesome图标选择器",
 | 
						|
  "license": "MIT",
 | 
						|
  "author": "cnovel.club",
 | 
						|
  "keywords": [
 | 
						|
    "vue",
 | 
						|
    "icon-picker",
 | 
						|
    "e-icon-picker",
 | 
						|
    "iconPicker",
 | 
						|
    "eiconPicker",
 | 
						|
    "icon picker",
 | 
						|
    "icon"
 | 
						|
  ],
 | 
						|
  "homepage": "https://e-icon-picker-ts.cnovel.club",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://gitee.com/cnovel/e-icon-picker"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://gitee.com/cnovel/e-icon-picker/issues"
 | 
						|
  },
 | 
						|
  "main": "index.umd.js",
 | 
						|
  "module": "index.mjs",
 | 
						|
  "unpkg": "index.umd.js",
 | 
						|
  "jsdelivr": "index.umd.js",
 | 
						|
  "types": "index.d.ts",
 | 
						|
  "exports": {
 | 
						|
    ".": {
 | 
						|
      "types": "./index.d.ts",
 | 
						|
      "require": "./index.js",
 | 
						|
      "import": "./index.mjs"
 | 
						|
    },
 | 
						|
    "./*": "./*"
 | 
						|
  },
 | 
						|
  "style": "index.css",
 | 
						|
  "sideEffects": [
 | 
						|
    "theme/*",
 | 
						|
    "components/*/*"
 | 
						|
  ],
 | 
						|
  "peerDependencies": {
 | 
						|
    "vue": "^3.2.0"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@popperjs/core": "^2.11.6",
 | 
						|
    "@vue/shared": "^3.2.45",
 | 
						|
    "@vueuse/core": "^9.9.0",
 | 
						|
    "debounce": "^1.2.1",
 | 
						|
    "vue": "^3.2.45"
 | 
						|
  },
 | 
						|
  "browserslist": [
 | 
						|
    "> 1%",
 | 
						|
    "last 2 versions",
 | 
						|
    "not ie <= 8"
 | 
						|
  ],
 | 
						|
  "type": "module"
 | 
						|
} |