leit-solid
Version:
Simple, minimal icons.
65 lines • 1.52 kB
JSON
{
"name": "leit-solid",
"version": "1.0.5",
"description": "Simple, minimal icons.",
"author": "TheCommieAxolotl",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/TheCommieAxolotl/leit.git"
},
"readme": "https://github.com/TheCommieAxolotl/leit/tree/main/packages/solid#readme",
"bugs": {
"url": "https://github.com/TheCommieAxolotl/leit/issues"
},
"sideEffects": false,
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"types": "./dist/index.es.d.ts",
"exports": {
".": {
"types": "./dist/index.es.d.ts",
"solid": "./index.ts",
"import": "./dist/index.es.js",
"browser": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
},
"./icons": {
"types": "./dist/index.es.d.ts",
"solid": "./index.ts",
"import": "./dist/index.es.js",
"browser": "./dist/index.es.js",
"require": "./dist/index.cjs.js"
},
"./icons/*": "./components/*.tsx"
},
"license": "MIT",
"files": [
"dist",
"components",
"index.ts"
],
"keywords": [
"icons",
"svg",
"minimal",
"design",
"simple",
"solidjs",
"component"
],
"devDependencies": {
"tsx": "^4.20.3",
"vite": "^7.0.6",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-solid": "^2.11.8",
"leit": "1.0.2"
},
"peerDependencies": {
"solid-js": "^1.9.7"
},
"scripts": {
"build": "vite build",
"make-icons": "tsx scripts/make-icons.ts"
}
}