UNPKG

@aragon/gov-ui-kit

Version:

Implementation of the Aragon's Governance UI Kit

166 lines 5.07 kB
{ "name": "@aragon/gov-ui-kit", "version": "2.5.1", "description": "Implementation of the Aragon's Governance UI Kit", "main": "dist/index.es.js", "types": "dist/types/src/index.d.ts", "license": "GPL-3.0", "files": [ "dist", "index.css", "build.css", "src/**/*.css", "src/theme/fonts/*" ], "repository": { "type": "git", "url": "git+https://github.com/aragon/gov-ui-kit.git" }, "keywords": [ "aragon", "design-system", "governance-ui-kit", "react", "tailwind" ], "author": "Aragon Association", "dependencies": { "@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-avatar": "^1.1.11", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dialog": "^1.1.15", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-focus-scope": "^1.1.8", "@radix-ui/react-progress": "^1.1.8", "@radix-ui/react-radio-group": "^1.3.8", "@radix-ui/react-switch": "^1.2.6", "@radix-ui/react-tabs": "^1.1.13", "@radix-ui/react-toggle-group": "^1.1.11", "@radix-ui/react-tooltip": "^1.2.8", "@radix-ui/react-visually-hidden": "^1.2.4", "@tiptap/core": "^3.23.4", "@tiptap/extension-image": "^3.23.4", "@tiptap/extensions": "^3.23.4", "@tiptap/pm": "^3.23.4", "@tiptap/react": "^3.23.4", "@tiptap/starter-kit": "^3.23.4", "blockies-ts": "^1.0.0", "classnames": "^2.5.1", "framer-motion": "^12.38.0", "imask": "^7.6.1", "luxon": "^3.7.2", "react-dropzone": "^15.0.0", "react-imask": "^7.6.1", "sanitize-html": "^2.17.4", "tiptap-markdown": "^0.9.0" }, "peerDependencies": { "@tailwindcss/typography": "^0.5.0", "@tanstack/react-query": "^5.90.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.63.0", "tailwindcss": "^4.1.0", "viem": "^2.37.0", "wagmi": "^3.0.0" }, "peerDependenciesMeta": { "@tailwindcss/typography": { "optional": true }, "tailwindcss": { "optional": true } }, "devDependencies": { "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.5", "@babel/preset-react": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@biomejs/biome": "^2.4.15", "@changesets/changelog-github": "^0.6.0", "@changesets/cli": "^2.31.0", "@hookform/devtools": "^4.4.0", "@rollup/plugin-commonjs": "^29.0.2", "@rollup/plugin-image": "^3.0.3", "@rollup/plugin-node-resolve": "^16.0.3", "@rollup/plugin-terser": "^1.0.0", "@rollup/plugin-typescript": "^12.3.0", "@storybook/addon-docs": "^10.4.0", "@storybook/react-vite": "^10.4.0", "@svgr/rollup": "^8.1.0", "@tailwindcss/postcss": "^4.3.0", "@tailwindcss/typography": "^0.5.19", "@tanstack/react-query": "^5.100.10", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@testing-library/user-event": "^14.6.1", "@types/jest": "^30.0.0", "@types/luxon": "^3.7.1", "@types/node": "^22.19.19", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@types/sanitize-html": "^2.16.1", "cross-env": "^10.1.0", "husky": "^9.1.7", "jest": "^30.4.2", "jest-environment-jsdom": "^30.4.1", "lint-staged": "^16.4.0", "postcss": "^8.5.14", "postcss-loader": "^8.2.1", "react": "^19.2.6", "react-dom": "^19.2.6", "react-hook-form": "^7.75.0", "rollup": "^4.60.3", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-visualizer": "^7.0.1", "storybook": "^10.4.0", "tailwindcss": "^4.3.0", "ts-jest": "^29.4.9", "tslib": "^2.8.1", "turbo": "^2.9.12", "typescript": "^5.9.3", "ultracite": "^7.7.0", "vercel": "^50.44.0", "viem": "^2.49.0", "vite": "^8.0.13", "vite-plugin-static-copy": "^4.1.0", "vite-plugin-svgr": "^5.2.0", "wagmi": "^3.6.14", "zod": "^3.25.76" }, "bugs": { "url": "https://github.com/aragon/gov-ui-kit/issues" }, "homepage": "https://github.com/aragon/gov-ui-kit#readme", "engines": { "node": ">=22.0.0", "pnpm": ">=10.0.0" }, "exports": { ".": { "types": "./dist/types/src/index.d.ts", "default": "./dist/index.es.js" }, "./index.css": "./index.css", "./build.css": "./build.css" }, "scripts": { "setup": "husky", "storybook": "storybook dev -p 6006", "sb": "pnpm storybook", "build": "rollup -c rollup.config.mjs", "build:watch": "rollup -c rollup.config.mjs --watch", "build:analyze": "cross-env ANALYZE=true rollup -c rollup.config.mjs", "build:storybook": "storybook build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage", "lint": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true", "lint:check": "biome check --no-errors-on-unmatched --files-ignore-unknown=true", "type-check": "tsc --noemit" } }