mirror of
https://github.com/astral-sh/ruff
synced 2026-01-17 11:30:50 -05:00
## Summary Extract components that can be shared with the Red Knot playground. ## Test Plan `npm start`
14 lines
269 B
JSON
14 lines
269 B
JSON
{
|
|
"name": "shared",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.7.0",
|
|
"classnames": "^2.3.2",
|
|
"react": "^19.0.0",
|
|
"react-resizable-panels": "^2.1.7"
|
|
},
|
|
"exports": "./src/index.ts"
|
|
}
|