mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 14:50:56 +00:00
36 lines
888 B
JSON
36 lines
888 B
JSON
{
|
|
"name": "@iconify-icon/solid",
|
|
"type": "module",
|
|
"description": "SolidJS wrapper for Iconify Icon web component",
|
|
"author": "Vjacheslav Trushkin",
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://iconify.design/",
|
|
"funding": "http://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": "npm run clean",
|
|
"build": "tsc -b",
|
|
"monorepo:postinstall": "npm run build"
|
|
},
|
|
"main": "dist/iconify.jsx",
|
|
"types": "dist/iconify.d.ts",
|
|
"dependencies": {
|
|
"iconify-icon": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^3.0.2",
|
|
"solid-js": "^1.4.1",
|
|
"typescript": "^4.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"solid-js": ">=1"
|
|
}
|
|
}
|