41 lines
No EOL
1.1 KiB
JSON
41 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "@radix-ui/react-tabs",
|
|
"version": "1.0.2",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.13.10",
|
|
"@radix-ui/primitive": "1.0.0",
|
|
"@radix-ui/react-context": "1.0.0",
|
|
"@radix-ui/react-direction": "1.0.0",
|
|
"@radix-ui/react-id": "1.0.0",
|
|
"@radix-ui/react-presence": "1.0.0",
|
|
"@radix-ui/react-primitive": "1.0.1",
|
|
"@radix-ui/react-roving-focus": "1.0.2",
|
|
"@radix-ui/react-use-controllable-state": "1.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8 || ^17.0 || ^18.0",
|
|
"react-dom": "^16.8 || ^17.0 || ^18.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"
|
|
}
|
|
} |