mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "@iconify/svelte",
|
|
"description": "Iconify icon component for Svelte.",
|
|
"author": "Vjacheslav Trushkin",
|
|
"version": "2.2.1",
|
|
"license": "MIT",
|
|
"bugs": "https://github.com/iconify/iconify/issues",
|
|
"homepage": "https://github.com/iconify/iconify",
|
|
"funding": "http://github.com/sponsors/cyberalien",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iconify/iconify.git",
|
|
"directory": "components/svelte"
|
|
},
|
|
"svelte": "dist/Icon.svelte",
|
|
"module": "dist/index.mjs",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"cleanup": "rimraf lib dist",
|
|
"prebuild": "npm run cleanup",
|
|
"build": "node build",
|
|
"build:tsc": "tsc -b",
|
|
"build:bundles": "rollup -c rollup.config.js",
|
|
"build:api": "node build --only-api",
|
|
"test": "jest --runInBand"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/types": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/core": "^1.3.2",
|
|
"@microsoft/api-extractor": "^7.19.5",
|
|
"@rollup/plugin-node-resolve": "^13.1.3",
|
|
"@rollup/plugin-typescript": "^8.3.1",
|
|
"@testing-library/jest-dom": "^5.16.2",
|
|
"@testing-library/svelte": "^3.1.0",
|
|
"@tsconfig/svelte": "^3.0.0",
|
|
"@types/jest": "^27.4.1",
|
|
"jest": "^28.0.0-alpha.7",
|
|
"jest-environment-jsdom": "^28.0.0-alpha.7",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.70.1",
|
|
"rollup-plugin-svelte": "^7.1.0",
|
|
"svelte": "3.39",
|
|
"svelte-jester": "^2.3.2",
|
|
"svelte-preprocess": "^4.10.4",
|
|
"ts-jest": "^27.1.3"
|
|
}
|
|
}
|