|
| 1 | +{ |
| 2 | + "name": "soybean-react-ui/compose-refs", |
| 3 | + "version": "1.1.2", |
| 4 | + "license": "MIT", |
| 5 | + "homepage": "https://radix-ui.com/primitives", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "git+https://github.com/radix-ui/primitives.git" |
| 9 | + }, |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/radix-ui/primitives/issues" |
| 12 | + }, |
| 13 | + "publishConfig": { |
| 14 | + "main": "./dist/index.js", |
| 15 | + "module": "./dist/index.mjs", |
| 16 | + "types": "./dist/index.d.ts", |
| 17 | + "exports": { |
| 18 | + ".": { |
| 19 | + "import": { |
| 20 | + "types": "./dist/index.d.mts", |
| 21 | + "default": "./dist/index.mjs" |
| 22 | + }, |
| 23 | + "require": { |
| 24 | + "types": "./dist/index.d.ts", |
| 25 | + "default": "./dist/index.js" |
| 26 | + } |
| 27 | + } |
| 28 | + } |
| 29 | + }, |
| 30 | + "sideEffects": false, |
| 31 | + "main": "./src/index.ts", |
| 32 | + "module": "./src/index.ts", |
| 33 | + "files": ["dist", "README.md"], |
| 34 | + "scripts": { |
| 35 | + "build": "radix-build", |
| 36 | + "clean": "rm -rf dist", |
| 37 | + "lint": "eslint --max-warnings 0 src", |
| 38 | + "typecheck": "tsc --noEmit" |
| 39 | + }, |
| 40 | + "peerDependencies": { |
| 41 | + "@types/react": "*", |
| 42 | + "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" |
| 43 | + }, |
| 44 | + "peerDependenciesMeta": { |
| 45 | + "@types/react": { |
| 46 | + "optional": true |
| 47 | + } |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@types/react": "19.0.7", |
| 51 | + "@types/react-dom": "19.0.3", |
| 52 | + "eslint": "9.18.0", |
| 53 | + "react": "19.1.0", |
| 54 | + "react-dom": "19.1.0", |
| 55 | + "typescript": "5.7.3" |
| 56 | + }, |
| 57 | + "source": "./src/index.ts" |
| 58 | +} |
0 commit comments