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.
62 lines
1.4 KiB
62 lines
1.4 KiB
{
|
|
"name": "vite-plugin-svg-icons",
|
|
"version": "2.0.1",
|
|
"description": "Vite Plugin for fast creating SVG sprites.",
|
|
"main": "dist/index.cjs",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.cjs",
|
|
"import": "./dist/index.mjs",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"author": "Vben",
|
|
"files": [
|
|
"dist",
|
|
"client.d.ts"
|
|
],
|
|
"keywords": [
|
|
"vite",
|
|
"vite-plugin",
|
|
"svg",
|
|
"sprite",
|
|
"svgo",
|
|
"vben"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/anncwb/vite-plugin-svg-icons",
|
|
"directory": "packages/core"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/anncwb/vite-plugin-svg-i cons/issues"
|
|
},
|
|
"homepage": "https://github.com/anncwb/vite-plugin-svg-icons/tree/master/#readme",
|
|
"dependencies": {
|
|
"@types/svgo": "^2.6.1",
|
|
"cors": "^2.8.5",
|
|
"debug": "^4.3.3",
|
|
"etag": "^1.8.1",
|
|
"fs-extra": "^10.0.0",
|
|
"pathe": "^0.2.0",
|
|
"svg-baker": "1.7.0",
|
|
"svgo": "^2.8.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": ">=2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.12",
|
|
"@types/debug": "^4.1.7",
|
|
"@types/etag": "^1.8.1",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/node": "^17.0.13"
|
|
},
|
|
"scripts": {
|
|
"dev": "pnpm unbuild --stub",
|
|
"build": "pnpm unbuild"
|
|
}
|
|
}
|