mirror of
https://github.com/astral-sh/ruff.git
synced 2025-12-23 09:19:39 +00:00
13 lines
269 B
JSON
13 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"
|
|
}
|