You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
173 lines
4.3 KiB
173 lines
4.3 KiB
{
|
|
"name": "unplugin-icons",
|
|
"type": "module",
|
|
"version": "0.16.6",
|
|
"packageManager": "pnpm@8.7.0",
|
|
"description": "Access thousands of icons as components on-demand universally",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/antfu/unplugin-icons",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/antfu/unplugin-icons"
|
|
},
|
|
"bugs": "https://github.com/antfu/unplugin-icons/issues",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./*": "./*",
|
|
"./esbuild": {
|
|
"types": "./dist/esbuild.d.ts",
|
|
"import": "./dist/esbuild.mjs",
|
|
"require": "./dist/esbuild.cjs"
|
|
},
|
|
"./loaders": {
|
|
"types": "./dist/loaders.d.ts",
|
|
"import": "./dist/loaders.mjs",
|
|
"require": "./dist/loaders.cjs"
|
|
},
|
|
"./nuxt": {
|
|
"types": "./dist/nuxt.d.ts",
|
|
"import": "./dist/nuxt.mjs",
|
|
"require": "./dist/nuxt.cjs"
|
|
},
|
|
"./resolver": {
|
|
"types": "./dist/resolver.d.ts",
|
|
"import": "./dist/resolver.mjs",
|
|
"require": "./dist/resolver.cjs"
|
|
},
|
|
"./rollup": {
|
|
"types": "./dist/rollup.d.ts",
|
|
"import": "./dist/rollup.mjs",
|
|
"require": "./dist/rollup.cjs"
|
|
},
|
|
"./types": {
|
|
"types": "./dist/types.d.ts",
|
|
"import": "./dist/types.mjs",
|
|
"require": "./dist/types.cjs"
|
|
},
|
|
"./types/astro": {
|
|
"types": "./types/astro.d.ts"
|
|
},
|
|
"./types/preact": {
|
|
"types": "./types/preact.d.ts"
|
|
},
|
|
"./types/raw": {
|
|
"types": "./types/raw.d.ts"
|
|
},
|
|
"./types/react": {
|
|
"types": "./types/react.d.ts"
|
|
},
|
|
"./types/solid": {
|
|
"types": "./types/solid.d.ts"
|
|
},
|
|
"./types/svelte": {
|
|
"types": "./types/svelte.d.ts"
|
|
},
|
|
"./types/vue": {
|
|
"types": "./types/vue.d.ts"
|
|
},
|
|
"./types/vue3": {
|
|
"types": "./types/vue3.d.ts"
|
|
},
|
|
"./types/web-components": {
|
|
"types": "./types/web-components.d.ts"
|
|
},
|
|
"./vite": {
|
|
"types": "./dist/vite.d.ts",
|
|
"import": "./dist/vite.mjs",
|
|
"require": "./dist/vite.cjs"
|
|
},
|
|
"./webpack": {
|
|
"types": "./dist/webpack.d.ts",
|
|
"import": "./dist/webpack.mjs",
|
|
"require": "./dist/webpack.cjs"
|
|
}
|
|
},
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"./dist/*",
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types",
|
|
"*.d.ts"
|
|
],
|
|
"scripts": {
|
|
"build": "esno scripts/prebuild.ts && tsup && esno scripts/postbuild.ts",
|
|
"dev": "esno scripts/prebuild.ts && tsup --watch src",
|
|
"example:build": "npm -C examples/vite-vue3 run build",
|
|
"example:dev": "npm -C examples/vite-vue3 run dev",
|
|
"lint": "eslint .",
|
|
"lint-fix": "eslint . --fix",
|
|
"prepublishOnly": "npm run build",
|
|
"release": "bumpp && npm publish",
|
|
"test": "vitest",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"peerDependencies": {
|
|
"@svgr/core": ">=7.0.0",
|
|
"@svgx/core": "^1.0.1",
|
|
"@vue/compiler-sfc": "^3.0.2 || ^2.7.0",
|
|
"vue-template-compiler": "^2.6.12",
|
|
"vue-template-es2015-compiler": "^1.9.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@svgr/core": {
|
|
"optional": true
|
|
},
|
|
"@svgx/core": {
|
|
"optional": true
|
|
},
|
|
"@vue/compiler-sfc": {
|
|
"optional": true
|
|
},
|
|
"vue-template-compiler": {
|
|
"optional": true
|
|
},
|
|
"vue-template-es2015-compiler": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@antfu/install-pkg": "^0.1.1",
|
|
"@antfu/utils": "^0.7.6",
|
|
"@iconify/utils": "^2.1.9",
|
|
"debug": "^4.3.4",
|
|
"kolorist": "^1.8.0",
|
|
"local-pkg": "^0.4.3",
|
|
"unplugin": "^1.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^0.41.0",
|
|
"@iconify/json": "^2.2.106",
|
|
"@iconify/types": "^2.0.0",
|
|
"@svgr/core": "^8.1.0",
|
|
"@svgr/plugin-jsx": "^8.1.0",
|
|
"@svgx/core": "^1.0.1",
|
|
"@types/debug": "^4.1.8",
|
|
"@types/node": "^20.5.7",
|
|
"@vue/compiler-sfc": "^3.3.4",
|
|
"bumpp": "^9.2.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.48.0",
|
|
"esno": "^0.17.0",
|
|
"fast-glob": "^3.3.1",
|
|
"rollup": "^3.28.1",
|
|
"tsup": "^7.2.0",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.4.9",
|
|
"vitest": "^0.34.3"
|
|
}
|
|
}
|
|
|