Initial commit
This commit is contained in:
105
node_modules/@radix-ui/react-primitive/package.json
generated
vendored
Normal file
105
node_modules/@radix-ui/react-primitive/package.json
generated
vendored
Normal file
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"_from": "@radix-ui/react-primitive@2.0.2",
|
||||
"_id": "@radix-ui/react-primitive@2.0.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Ec/0d38EIuvDF+GZjcMU/Ze6MxntVJYO/fRlCPhCaVUyPY9WTalHJw54tp9sXeJo3tlShWpy41vQRgLRGOuz+w==",
|
||||
"_location": "/@radix-ui/react-primitive",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@radix-ui/react-primitive@2.0.2",
|
||||
"name": "@radix-ui/react-primitive",
|
||||
"escapedName": "@radix-ui%2freact-primitive",
|
||||
"scope": "@radix-ui",
|
||||
"rawSpec": "2.0.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@radix-ui/react-arrow",
|
||||
"/@radix-ui/react-collection",
|
||||
"/@radix-ui/react-dialog",
|
||||
"/@radix-ui/react-dismissable-layer",
|
||||
"/@radix-ui/react-dropdown-menu",
|
||||
"/@radix-ui/react-focus-scope",
|
||||
"/@radix-ui/react-menu",
|
||||
"/@radix-ui/react-popper",
|
||||
"/@radix-ui/react-portal",
|
||||
"/@radix-ui/react-roving-focus",
|
||||
"/@radix-ui/react-scroll-area",
|
||||
"/@radix-ui/react-tooltip",
|
||||
"/@radix-ui/react-visually-hidden"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/@radix-ui/react-primitive/-/react-primitive-2.0.2.tgz",
|
||||
"_shasum": "ac8b7854d87b0d7af388d058268d9a7eb64ca8ef",
|
||||
"_spec": "@radix-ui/react-primitive@2.0.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-slot": "1.1.2"
|
||||
},
|
||||
"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-primitive",
|
||||
"peerDependencies": {
|
||||
"@types/react": "*",
|
||||
"@types/react-dom": "*",
|
||||
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc",
|
||||
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"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": "2.0.2"
|
||||
}
|
||||
Reference in New Issue
Block a user