geist-icons
Version:
Library of animated SVG icons based on Vercel's Geist Icons.
59 lines • 1.46 kB
JSON
{
"name": "geist-icons",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "https://github.com/Abhie-Tripathi/geist-icons.git"
},
"description": "Library of animated SVG icons based on Vercel's Geist Icons.",
"keywords": [
"geist",
"svg",
"icons",
"react"
],
"author": "Abhinav Tripathi <abhie.tripathi@gmail.com>",
"license": "MIT",
"sideEffects": false,
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"prepublishOnly": "npm run build",
"lint": "tsc --noEmit",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@storybook/addon-essentials": "8.1.10",
"@storybook/addon-interactions": "8.1.10",
"@storybook/blocks": "8.1.10",
"@storybook/react-vite": "8.1.10",
"@types/node": "^25.0.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^19.2.3",
"storybook": "8.1.10",
"ts-node": "^10.9.2",
"tsup": "^8.1.0",
"typescript": "^5.4.5"
}
}