vite-plugin-material-symbols
Version:
Selective loading of Material Symbols for production
75 lines (74 loc) • 1.7 kB
JSON
{
"name": "vite-plugin-material-symbols",
"version": "0.6.0",
"description": "Selective loading of Material Symbols for production",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/RobinTail/vite-plugin-material-symbols.git"
},
"author": "Robin Tail <robin_tail@me.com>",
"license": "MIT",
"type": "module",
"scripts": {
"lint": "bun run biome check",
"prebuild": "tsc --noEmit",
"build": "tsdown",
"postbuild": "attw --pack --profile esm-only",
"mdfix": "bunx --bun prettier *.md --write",
"version": "bun run tools/version.ts",
"prepublishOnly": "bun lint && bun test && bun run build"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"*.md"
],
"engines": {
"node": "^20 || ^22 || ^24"
},
"peerDependencies": {
"vite": "^6.0.0 || ^7.0.0"
},
"dependencies": {
"esquery": "^1.6.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@biomejs/biome": "2.0.5",
"@tsconfig/bun": "^1.0.8",
"@types/bun": "^1.2.17",
"@types/esquery": "^1.5.4",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/semver": "^7.7.0",
"@vitejs/plugin-react-swc": "^3.10.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"semver": "^7.7.2",
"tsdown": "^0.12.8",
"typescript": "^5.8.3"
},
"keywords": [
"css",
"html",
"font",
"material-design",
"frontend",
"icons",
"material-ui",
"rollup",
"style",
"svg-icons",
"symbols",
"icon",
"font-icons",
"vite",
"vitejs"
]
}