mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
35 lines
847 B
JSON
35 lines
847 B
JSON
{
|
|
"name": "@iconify-icon/solid",
|
|
"type": "module",
|
|
"description": "SolidJS wrapper for Iconify Icon web component",
|
|
"author": "Vjacheslav Trushkin",
|
|
"version": "1.0.8",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"funding": "https://github.com/sponsors/cyberalien",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
"directory": "iconify-icon/solid"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf lib dist tsconfig.tsbuildinfo",
|
|
"prebuild": "pnpm run clean",
|
|
"build": "tsc -b"
|
|
},
|
|
"main": "dist/iconify.jsx",
|
|
"types": "dist/iconify.d.ts",
|
|
"dependencies": {
|
|
"iconify-icon": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^5.0.1",
|
|
"solid-js": "^1.7.8",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"peerDependencies": {
|
|
"solid-js": ">=1"
|
|
}
|
|
}
|