mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2025-12-08 20:16:13 +00:00
21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"name": "playground",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"lib-build-dev": "cd .. && npm run build-dev",
|
|
"dev": "concurrently \"npm run lib-build-dev\" \"vite\"",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@monaco-editor/react": "^4.0.4",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0",
|
|
"state-local": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"concurrently": "^5.3.0",
|
|
"vite": "^2.0.0-beta.12"
|
|
}
|
|
}
|