UNPKG

@corvu/otp-field

Version:

Unstyled, accessible and customizable UI primitives for SolidJS

77 lines 1.78 kB
{ "name": "@corvu/otp-field", "version": "0.1.4", "private": false, "description": "Unstyled, accessible and customizable UI primitives for SolidJS", "keywords": [ "solid", "solidjs", "headless", "accessible", "customizable", "primitives" ], "homepage": "https://corvu.dev", "bugs": { "url": "https://github.com/corvudev/corvu/issues", "email": "code@jasi.dev" }, "repository": { "type": "git", "url": "git+https://github.com/corvudev/corvu.git" }, "license": "MIT", "author": { "name": "Jasmin Noetzli", "email": "code@jasi.dev", "url": "https://github.com/GiyoMoon" }, "sideEffects": false, "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "solid": "./dist/index.jsx", "default": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "typesVersions": { "*": { "*": [ "./dist/index.d.ts" ] } }, "files": [ "dist" ], "dependencies": { "@corvu/utils": "~0.4.2" }, "devDependencies": { "@typescript-eslint/parser": "^8.14.0", "esbuild-plugin-solid": "^0.6.0", "eslint": "^9.14.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-solid": "^0.14.4", "prettier": "^3.3.3", "solid-js": "^1.9.3", "tsup": "^8.3.5", "typedoc": "^0.26.11", "typescript": "^5.6.3", "typescript-eslint": "^8.14.0" }, "peerDependencies": { "solid-js": "^1.8" }, "scripts": { "build": "tsup", "clean": "rm -rf .turbo dist node_modules api.json", "dev": "tsup --watch", "lint": "eslint --max-warnings=0 .", "typedoc": "typedoc --json api.json --entryPoints ./src/index.ts" } }