Files
ruff/playground/shared/package.json
Micha Reiser ded9c69888 [playground] Extract shared components (#16819)
## Summary
Extract components that can be shared with the Red Knot playground.

## Test Plan

`npm start`
2025-03-18 08:43:47 +01:00

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"
}