93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"_from": "@radix-ui/react-slot@1.1.2",
|
|
"_id": "@radix-ui/react-slot@1.1.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-YAKxaiGsSQJ38VzKH86/BPRC4rh+b1Jpa+JneA5LRE7skmLPNAyeG8kPJj/oo4STLvlrs8vkf/iYyc3A5stYCQ==",
|
|
"_location": "/@radix-ui/react-slot",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@radix-ui/react-slot@1.1.2",
|
|
"name": "@radix-ui/react-slot",
|
|
"escapedName": "@radix-ui%2freact-slot",
|
|
"scope": "@radix-ui",
|
|
"rawSpec": "1.1.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/@radix-ui/react-collection",
|
|
"/@radix-ui/react-dialog",
|
|
"/@radix-ui/react-menu",
|
|
"/@radix-ui/react-primitive",
|
|
"/@radix-ui/react-tooltip"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@radix-ui/react-slot/-/react-slot-1.1.2.tgz",
|
|
"_shasum": "daffff7b2bfe99ade63b5168407680b93c00e1c6",
|
|
"_spec": "@radix-ui/react-slot@1.1.2",
|
|
"_where": "/Users/hongbin9/www/botgroup.chat/node_modules/@radix-ui/react-dialog",
|
|
"bugs": {
|
|
"url": "https://github.com/radix-ui/primitives/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@radix-ui/react-compose-refs": "1.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "## Installation",
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "0.0.0",
|
|
"@repo/typescript-config": "0.0.0",
|
|
"@types/react": "^19.0.7",
|
|
"@types/react-dom": "^19.0.3",
|
|
"eslint": "^9.18.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"import": {
|
|
"types": "./dist/index.d.mts",
|
|
"default": "./dist/index.mjs"
|
|
},
|
|
"require": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://radix-ui.com/primitives",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.mjs",
|
|
"name": "@radix-ui/react-slot",
|
|
"peerDependencies": {
|
|
"@types/react": "*",
|
|
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@types/react": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/radix-ui/primitives.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf dist",
|
|
"lint": "eslint --max-warnings 0 src",
|
|
"version": "yarn version"
|
|
},
|
|
"sideEffects": false,
|
|
"source": "./src/index.ts",
|
|
"types": "./dist/index.d.ts",
|
|
"version": "1.1.2"
|
|
}
|