@frontify/fondue-icons
Version:
Frontify's icon SVGs
86 lines • 2.25 kB
JSON
{
"name": "@frontify/fondue-icons",
"type": "module",
"version": "0.25.0",
"description": "Frontify's icon SVGs",
"homepage": "https://github.com/Frontify/fondue",
"repository": {
"type": "git",
"url": "https://github.com/Frontify/fondue",
"directory": "packages/icons"
},
"bugs": {
"url": "https://github.com/frontify/fondue/issues"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"frontify",
"react",
"icons",
"design system"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/fondue-icons.js"
}
},
"files": [
"icons",
"dist"
],
"engines": {
"node": ">=18"
},
"peerDependencies": {
"react": "^18"
},
"dependencies": {
"@frontify/fondue-tokens": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.28.6",
"@etchteam/storybook-addon-status": "^8.0.0",
"@frontify/eslint-config-react": "^1.0.8",
"@iconify/tools": "^4.2.0",
"@storybook/addon-a11y": "^10.2.0",
"@storybook/addon-docs": "^10.2.0",
"@storybook/addon-links": "^10.2.0",
"@storybook/react-vite": "^10.2.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^24.10.9",
"@types/react": "^18.3.27",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.23",
"dotenv-cli": "^11.0.0",
"eslint": "^9.39.2",
"eslint-plugin-notice": "^1.0.0",
"figma-api": "^1.12.0",
"fuzzysort": "^3.1.0",
"lodash-es": "^4.17.23",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"react": "^18.3.1",
"storybook": "^10.2.0",
"svgson": "^5.3.1",
"tailwindcss": "^3.4.19",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite": "^5.4.21",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-external": "^6.2.2",
"vite-tsconfig-paths": "^5.1.4"
},
"scripts": {
"build": "pnpm build:generate-react-icons && vite build",
"build:download-new-icons": "dotenv tsx scripts/download_new_icons.ts",
"build:generate-react-icons": "tsx scripts/generate_react_icons.ts",
"build:storybook": "storybook build",
"storybook": "storybook dev -p 6007",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc --noEmit"
}
}