@spark-ui/components
Version:
Spark (Leboncoin design system) components.
85 lines (84 loc) • 2.17 kB
JSON
{
"name": "@spark-ui/components",
"version": "10.0.13",
"license": "MIT",
"description": "Spark (Leboncoin design system) components.",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./form-field": {
"types": "./dist/form-field/index.d.ts",
"import": "./dist/form-field/index.mjs",
"require": "./dist/form-field/index.js"
},
"./*": {
"types": "./dist/*/index.d.ts",
"import": "./dist/*/index.mjs",
"require": "./dist/*/index.js"
}
},
"typesVersions": {
"*": {
"*": [
"./dist/*/index.d.ts"
]
}
},
"publishConfig": {
"access": "public"
},
"keywords": [
"@spark-ui",
"react",
"component",
"accessible",
"accessibility",
"wai-aria",
"aria",
"a11y"
],
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=8192' tsup"
},
"dependencies": {
"@react-aria/button": "3.12.1",
"@react-aria/numberfield": "3.11.12",
"@react-aria/toast": "^3.0.0-beta.18",
"@react-stately/numberfield": "3.9.10",
"@react-stately/toast": "3.0.0-beta.7",
"@spark-ui/hooks": "^10.0.13",
"@spark-ui/icons": "^10.0.13",
"@spark-ui/internal-utils": "^10.0.13",
"@zag-js/accordion": "1.7.0",
"@zag-js/collapsible": "1.7.0",
"@zag-js/pagination": "1.7.0",
"@zag-js/react": "1.7.0",
"class-variance-authority": "0.7.1",
"downshift": "9.0.8",
"emulate-tab": "^1.2.1",
"radix-ui": "1.1.3",
"react-snap-carousel": "^0.5.1"
},
"peerDependencies": {
"@spark-ui/theme-utils": "latest",
"react": "^19.0",
"react-dom": "^19.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"jsdom-testing-mocks": "1.13.1"
},
"repository": {
"type": "git",
"url": "https://github.com/leboncoin/spark-web.git",
"directory": "packages/components"
},
"bugs": {
"url": "https://github.com/leboncoin/spark-web/issues?q=is%3Aopen+label%3A%22Component%3A+button%22"
},
"homepage": "https://sparkui.vercel.app",
"gitHead": "47b5538061e0def87b5995694b019a27373c7585"
}