2020-04-28 19:40:05 +00:00
|
|
|
{
|
|
|
|
"name": "@iconify/svelte",
|
|
|
|
"description": "Iconify icon component for Svelte.",
|
|
|
|
"author": "Vjacheslav Trushkin",
|
2022-01-10 22:26:35 +00:00
|
|
|
"version": "2.1.1",
|
2020-04-28 19:40:05 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
|
|
"homepage": "https://github.com/iconify/iconify",
|
2021-05-24 18:03:04 +00:00
|
|
|
"funding": "http://github.com/sponsors/cyberalien",
|
2020-04-28 19:40:05 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
|
|
"directory": "packages/svelte"
|
|
|
|
},
|
2021-05-14 18:39:12 +00:00
|
|
|
"svelte": "dist/Icon.svelte",
|
2021-05-14 19:29:43 +00:00
|
|
|
"module": "dist/index.mjs",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"types": "dist/index.d.ts",
|
2020-04-28 19:40:05 +00:00
|
|
|
"scripts": {
|
2021-09-27 18:58:40 +00:00
|
|
|
"cleanup": "rimraf lib dist",
|
|
|
|
"prebuild": "npm run cleanup",
|
2020-05-04 10:20:10 +00:00
|
|
|
"build": "node build",
|
2021-04-30 07:01:30 +00:00
|
|
|
"build:tsc": "tsc -b",
|
2021-04-30 07:39:11 +00:00
|
|
|
"build:bundles": "rollup -c rollup.config.js",
|
2021-05-14 18:39:12 +00:00
|
|
|
"build:api": "node build --only-api",
|
2022-01-10 22:26:35 +00:00
|
|
|
"test": "jest --runInBand"
|
2020-04-28 19:40:05 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-01-10 22:26:35 +00:00
|
|
|
"@iconify/core": "^1.2.3",
|
|
|
|
"@microsoft/api-extractor": "^7.19.4",
|
|
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
2021-11-11 08:22:19 +00:00
|
|
|
"@rollup/plugin-typescript": "^8.3.0",
|
|
|
|
"@testing-library/jest-dom": "^5.15.0",
|
2021-04-30 09:51:31 +00:00
|
|
|
"@testing-library/svelte": "^3.0.3",
|
2021-04-29 18:06:25 +00:00
|
|
|
"@tsconfig/svelte": "^1.0.10",
|
2021-09-27 13:29:45 +00:00
|
|
|
"@types/jest": "^27.0.2",
|
2021-09-27 18:58:40 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2021-11-11 08:22:19 +00:00
|
|
|
"rollup": "^2.59.0",
|
|
|
|
"rollup-plugin-svelte": "^7.1.0",
|
2021-09-27 18:58:40 +00:00
|
|
|
"svelte": "3.39",
|
2021-09-27 13:29:45 +00:00
|
|
|
"svelte-jester": "^2.1.5",
|
2021-11-11 08:22:19 +00:00
|
|
|
"svelte-preprocess": "^4.9.8",
|
|
|
|
"ts-jest": "^27.0.7"
|
2021-04-30 09:51:31 +00:00
|
|
|
},
|
2021-08-29 18:51:54 +00:00
|
|
|
"dependencies": {
|
|
|
|
"cross-fetch": "^3.1.4"
|
2020-04-28 19:40:05 +00:00
|
|
|
}
|
|
|
|
}
|