mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
30 lines
787 B
JSON
30 lines
787 B
JSON
{
|
|
"name": "@iconify/svelte",
|
|
"description": "Iconify icon component for Svelte.",
|
|
"author": "Vjacheslav Trushkin",
|
|
"version": "1.0.4",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://github.com/iconify/iconify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
"directory": "packages/svelte"
|
|
},
|
|
"svelte": "dist/component.mjs",
|
|
"module": "dist/index.mjs",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"build": "node build",
|
|
"build:dist": "rollup -c rollup.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/core": "^1.0.0-rc.3",
|
|
"@rollup/plugin-commonjs": "^16.0.0",
|
|
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
"rollup": "^2.33.3",
|
|
"rollup-plugin-svelte": "^6.1.1",
|
|
"svelte": "^3.29.7"
|
|
}
|
|
}
|