2020-04-28 19:40:05 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/svelte",
|
|
|
|
"description": "Iconify icon component for Svelte.",
|
|
|
|
"author": "Vjacheslav Trushkin",
|
2020-04-29 09:43:00 +00:00
|
|
|
"version": "1.0.0-beta.3",
|
2020-04-28 19:40:05 +00:00
|
|
|
"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": "src/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"scripts": {
|
2020-05-04 10:20:10 +00:00
|
|
|
"build": "node build",
|
|
|
|
"build:dist": "rollup -c rollup.config.js"
|
2020-04-28 19:40:05 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-05-04 10:29:59 +00:00
|
|
|
"@iconify/core": "^1.0.0-beta.1",
|
2020-04-28 19:40:05 +00:00
|
|
|
"@iconify/types": "^1.0.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
2020-05-29 19:14:36 +00:00
|
|
|
"rollup": "^2.11.2",
|
|
|
|
"rollup-plugin-svelte": "^5.2.2",
|
|
|
|
"svelte": "^3.23.0"
|
2020-04-28 19:40:05 +00:00
|
|
|
}
|
|
|
|
}
|