1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "@radix-ui/react-polymorphic",
- "version": "0.0.14",
- "license": "MIT",
- "source": "src/index.ts",
- "main": "dist/index.js",
- "module": "dist/index.module.js",
- "types": "dist/index.d.ts",
- "files": [
- "dist",
- "README.md"
- ],
- "sideEffects": false,
- "scripts": {
- "clean": "rm -rf dist",
- "version": "yarn version"
- },
- "devDependencies": {
- "@testing-library/react": "^10.4.8"
- },
- "peerDependencies": {
- "react": "^16.8 || ^17.0"
- },
- "homepage": "https://radix-ui.com/primitives",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/radix-ui/primitives.git"
- },
- "bugs": {
- "url": "https://github.com/radix-ui/primitives/issues"
- }
- }
|