iconic-extra
Version:
Icon Sources (based on Iconic) built for @steeze-ui/icons
52 lines • 1.38 kB
JSON
{
"name": "iconic-extra",
"description": "Icon Sources (based on Iconic) built for @steeze-ui/icons",
"version": "1.0.1",
"type": "module",
"main": "index.js",
"devDependencies": {
"@steeze-ui/icons": "*",
"@steeze-ui/svelte-icon": "*",
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"@sveltejs/package": "1.0.0-next.1",
"@types/node": "^17.0.0",
"css.gg": "^2.0.0",
"esmo": "^0.14.1",
"prettier": "^2.4.1",
"prettier-plugin-svelte": "^2.4.0",
"svelte": "^3.44.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"svelte2tsx": "^0.4.11",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"vite": "^3.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pasevin/steeze-ui-platform-icons.git",
"directory": "packages/builders/platform-icons-builder"
},
"keywords": [
"raw",
"icons",
"iconic",
"outline",
"steeze"
],
"author": "Aleksandr Pasevin <pasevin@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pasevin/steeze-ui-platform-icons/issues"
},
"homepage": "https://github.com/pasevin/steeze-ui-platform-icons#readme",
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"exports": {
"./package.json": "./package.json",
".": "./index.js"
}
}