mirror of
https://github.com/suren-atoyan/monaco-react.git
synced 2026-01-25 16:02:35 +00:00
* use typescript * update snapshots * update playground * revert gitignore * unskip test * update snapshots properly * split up types * use consistent type imports * dont use react namespace specifier * use type over interface * revert to rollup * cleanup * fix pg * go back to tsup * add includes to tsconfig
21 lines
460 B
JSON
21 lines
460 B
JSON
{
|
|
"name": "playground",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"lib-build-dev": "cd .. && npm run dev",
|
|
"dev": "concurrently \"npm run lib-build-dev\" \"vite\"",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"monaco-editor": "^0.36.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"state-local": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-react-swc": "^3.2.0",
|
|
"concurrently": "^7.0.0",
|
|
"vite": "^4.1.4"
|
|
}
|
|
}
|