mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 12:19:02 +00:00
14 lines
248 B
JSON
14 lines
248 B
JSON
{
|
|
"name": "vite-example",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"monaco-editor": "^0.31.0",
|
|
"monaco-yaml": "file:../..",
|
|
"vite": "^2.0.0"
|
|
}
|
|
}
|