mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
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": "^3.0.0"
|
|
},
|
|
"exports": "./src/index.ts"
|
|
}
|