monaco-react/playground/package.json
2021-01-19 02:26:03 +04:00

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