-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "monaco-tm",
"version": "0.0.0",
"description": "demo of wiring up Monaco to TextMate",
"main": "./dist/index.js",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "yarn prettier --write . --exclude dist/**/*.*"
},
"dependencies": {
"@bbob/core": "^2.8.0",
"@bbob/html": "^2.8.0",
"@bbob/preset-html5": "^2.8.0",
"@vicons/material": "^0.12.0",
"@vue/compat": "^3.2.31",
"monaco-editor": "^0.32.1",
"naive-ui": "^2.25.2",
"splitpanes": "^3.1.0",
"vfonts": "^0.0.3",
"vscode-oniguruma": "^1.6.2",
"vscode-textmate": "^6.0.0",
"vue": "^3.2.31",
"y-indexeddb": "^9.0.7",
"y-monaco": "^0.1.3",
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.2",
"yjs": "^13.5.27"
},
"devDependencies": {
"@typescript-eslint/parser": "^5.12.0",
"@vitejs/plugin-vue": "^2.2.2",
"eslint": "^8.9.0",
"graceful-fs": "^4.2.9",
"prettier": "2.0.5",
"typescript": "^4.5.5",
"vite": "^2.8.4"
}
}