-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 1.19 KB
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
{
"name": "monaco-editor",
"private": true,
"version": "0.2.5",
"type": "module",
"scripts": {
"dev": "vite",
"build:dev": "npm run build:dev:plugin && npm run build:dev:iframes",
"build:dev:plugin": "vite build --mode plugin --sourcemap inline ",
"build:dev:iframes": "vite build --mode iframes --sourcemap inline ",
"build": "npm run build:icons && npm run build:plugin && npm run build:iframes",
"build:icons": "node --import=./scripts/ts-node-register.js ./scripts/build-icons.ts",
"build:plugin": "vite build --mode plugin",
"build:iframes": "vite build --mode iframes",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@workspace/components": "workspace:^",
"@workspace/types": "workspace:^",
"@workspace/utils": "workspace:^"
},
"devDependencies": {
"@monaco-editor/loader": "^1.4.0",
"@siyuan-community/vditor": "^3.9.6",
"@types/streamsaver": "^2.0.4",
"material-icon-theme": "^5.0.0",
"monaco-editor": "^0.48.0",
"streamsaver": "^2.0.6",
"xml-js": "^1.6.11"
}
}