vite-plugin-material-symbols
Version:
Selective loading of Material Symbols for production
76 lines • 1.69 kB
JSON
{
"name": "vite-plugin-material-symbols",
"version": "0.10.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",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist",
"*.md"
],
"engines": {
"node": "^22.18 || ^24 || ^26"
},
"peerDependencies": {
"vite": "^8.0.0"
},
"dependencies": {
"esquery": "^1.7.0"
},
"devDependencies": {
"@arethetypeswrong/core": "^0.18.2",
"@tsconfig/node22": "^22.0.0",
"@types/esquery": "^1.5.4",
"@types/node": "^24.0.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.11",
"oxfmt": "0.64.0",
"oxlint": "^1.79.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tsdown": "^0.22.0",
"typescript": "^7.0.2",
"vitest": "^4.1.11"
},
"keywords": [
"css",
"html",
"font",
"material-design",
"frontend",
"icons",
"material-ui",
"rollup",
"style",
"svg-icons",
"symbols",
"icon",
"font-icons",
"vite",
"vitejs",
"vite-plugin"
],
"scripts": {
"lint": "oxlint",
"prebuild": "tsc --noEmit",
"build": "tsdown",
"test": "vitest run",
"mdfix": "oxfmt '*.md' --write",
"preversion": "echo 'checking working tree...'",
"postversion": "git push && git push --tags"
}
}