@blockscout/ui-toolkit
Version:
A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects
72 lines (71 loc) • 1.73 kB
JSON
{
"name": "@blockscout/ui-toolkit",
"version": "2.3.4",
"description": "A comprehensive collection of reusable Chakra UI components and theme system for Blockscout's projects",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "GPL-3.0-only",
"author": "Blockscout Team",
"repository": {
"type": "git",
"url": "https://github.com/blockscout/frontend.git",
"directory": "toolkit/package"
},
"homepage": "https://github.com/blockscout/frontend/tree/main/toolkit/package",
"bugs": {
"url": "https://github.com/blockscout/frontend/issues"
},
"keywords": [
"blockscout",
"ui",
"components",
"chakra-ui",
"react",
"typescript",
"design-system"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@chakra-ui/react": ">=3.15.0",
"@emotion/react": ">=11.14.0",
"next": ">=15.2.3",
"next-themes": ">=0.4.4",
"react": ">=18.3.1",
"react-dom": ">=18.3.1",
"react-hook-form": ">=7.52.1"
},
"devDependencies": {
"@svgr/plugin-jsx": "8.1.0",
"@svgr/plugin-svgo": "8.1.0",
"@types/node": "20.16.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"typescript": "5.4.2",
"vite": "6.2.7",
"vite-plugin-dts": "4.5.3",
"vite-plugin-svgr": "4.3.0",
"vite-tsconfig-paths": "5.1.4"
},
"engines": {
"node": ">=22.11.0"
},
"publishConfig": {
"access": "public"
}
}