-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1020 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1020 Bytes
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
{
"name": "vue-markdown-preview-virtualdom",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --host 0.0.0.0 --port 3000",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.app.json --composite false",
"proxy": "node proxy.js"
},
"dependencies": {
"@floating-ui/vue": "^1.0.6",
"@vueuse/core": "^10.7.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"highlight.js": "^11.9.0",
"http-proxy-middleware": "^2.0.6",
"markdown-it": "^14.0.0",
"mdurl": "^2.0.0",
"mermaid": "^10.7.0",
"vue": "^3.4.15"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.5",
"@types/uuid": "^9.0.7",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.1.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vue-tsc": "^1.8.27"
}
}