monaco-react/playground/package.json

19 lines
400 B
JSON

{
"name": "playground",
"version": "0.0.0",
"scripts": {
"lib-build-dev": "cd .. && npm run build-dev",
"dev": "concurrently \"npm run lib-build-dev\" \"vite\"",
"build": "vite build"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"concurrently": "^5.3.0",
"vite": "^2.0.0-beta.12"
}
}