Skip to content

Commit 04dd169

Browse files
committed
chore: redo add deps
1 parent 4cfe4fb commit 04dd169

File tree

2 files changed

+58
-37
lines changed

2 files changed

+58
-37
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
"require": "./dist/ssr-stub.js",
1515
"types": "./dist/repl.d.ts"
1616
},
17+
"./monaco-editor": {
18+
"import": "./dist/vue-repl-monaco-editor.js",
19+
"require": null,
20+
"types": "./dist/src/editor/MonacoEditor.vue.d.ts"
21+
},
1722
"./style.css": "./dist/style.css",
1823
"./dist/style.css": "./dist/style.css"
1924
},
@@ -49,7 +54,11 @@
4954
"vue": "^3.2.39",
5055
"vue-tsc": "^0.40.13"
5156
},
52-
"peerDependencies": {
57+
"dependencies": {
58+
"monaco-editor-core": "^0.33.0",
59+
"monaco-volar": "^0.0.1",
60+
"onigasm": "^2.2.5",
61+
"path-browserify": "^1.0.1",
5362
"vue": "^3.2.13"
5463
}
5564
}

pnpm-lock.yaml

Lines changed: 48 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)