Files
gitbook/packages/react-contentkit/package.json
T
Rodrigo Castro 3914f11150 Add Brazilian Portuguese translation (#2285)
Co-authored-by: taranvohra <taranvohra@outlook.com>
2024-06-13 14:54:47 +02:00

13 lines
260 B
JSON

{
"name": "@gitbook/react-contentkit",
"exports": "./src/index.ts",
"dependencies": {
"classnames": "^2.5.1",
"@gitbook/api": "^0.50.0",
"assert-never": "^1.2.1"
},
"peerDependencies": {
"react": "*"
}
}