monaco-react/playground/package.json
Julius Marminge 4f4959e00b
feat!: use typescript (#457)
* 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
2023-04-02 17:49:35 +04:00

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