UNPKG

@cavilha/toggle

Version:

A basic select component that allows the selection of a single option

73 lines 2.05 kB
{ "name": "@cavilha/toggle", "version": "1.0.1", "description": "A basic select component that allows the selection of a single option", "author": "MadeiraMadeira webstore squads", "license": "ISC", "source": "dist/index.cjs.js", "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "files": [ "dist" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/madeiramadeirabr/cavilha-ui.git" }, "keywords": [ "cavilha", "design", "system", "components", "react", "stitches", "typescript", "storybook" ], "bugs": { "url": "https://github.com/madeiramadeirabr/cavilha-ui/issues" }, "homepage": "https://github.com/madeiramadeirabr/cavilha-ui#readme", "publishConfig": { "access": "public" }, "scripts": { "build": "npm run compile", "clean-dist": "rm -rf ./dist", "clean": "rm -rf ./dist && rm -rf ./node_modules && rm -rf tsconfig.build.tsbuildinfo", "compile": "rollup -c", "lib:start": "ts-node -r tsconfig-paths/register src/index.ts", "prepublishOnly": "npm run build", "test": "jest --verbose --passWithNoTests", "test:watch": "jest --watch" }, "devDependencies": { "@testing-library/dom": "^8.1.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/user-event": "^13.1.9", "@types/jest": "^26.0.24", "jest": "~26.1.0", "rollup": "^2.53.0", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-progress": "^1.1.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.30.0", "rollup-plugin-visualizer": "^5.5.2", "ts-jest": "~26.5.5", "ts-node": "~8.10.2", "tsconfig-paths": "~3.9.0", "typescript": "4.7.4" }, "peerDependencies": { "@stitches/react": "~1.2.8", "@types/react": "^17.0.11", "react": "^17.0.1", "react-dom": "^17.0.1" }, "dependencies": { "@cavilha/theme": "~1.0.1", "@radix-ui/react-toggle": "0.0.10" } }