UNPKG

@hope-ui/solid

Version:

The SolidJS component library you've hoped for.

63 lines 1.48 kB
{ "name": "@hope-ui/solid", "version": "0.6.7", "private": false, "description": "The SolidJS component library you've hoped for.", "keywords": [ "solid", "solidjs", "ui", "library", "design", "system", "components" ], "homepage": "https://hope-ui.com", "bugs": { "url": "https://github.com/fabien-ml/hope-ui/issues" }, "repository": { "type": "git", "url": "git+https://github.com/fabien-ml/hope-ui.git", "directory": "packages/design-system" }, "license": "MIT", "author": "Fabien MARIE-LOUISE (https://github.com/fabien-ml)", "sideEffects": false, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@floating-ui/dom": "0.4.4", "csstype": "3.0.11", "focus-trap": "6.7.3", "lodash.merge": "4.6.2", "scroll-lock": "2.1.5" }, "peerDependencies": { "@stitches/core": "^1.2.8", "solid-js": "^1.4.0", "solid-transition-group": "^0.0.10" }, "publishConfig": { "access": "public" }, "scripts": { "build": "vite build", "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", "dev": "vite serve dev --host", "storybook": "start-storybook -p 6006", "test": "jest", "test:watch": "jest --watch", "typecheck": "tsc --noEmit" } }