monaco-react/playground/package.json
2022-03-27 00:23:35 +04:00

21 lines
453 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": "^0.33.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"state-local": "^1.0.7"
},
"devDependencies": {
"concurrently": "^7.0.0",
"vite": "^2.8.6"
}
}