-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.14 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "vite-vue-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@noderun/flems": "^1.5.11",
"@vue/repl": "^2.5.8",
"@vueuse/core": "^10.4.1",
"bytemd": "^1.21.0",
"codeplayer": "^0.3.0",
"fflate": "^0.8.0",
"hastscript": "^9.0.0",
"juejin-markdown-themes": "^1.34.0",
"remark-directive": "^2.0.1",
"sandpack-vue3": "^3.1.7",
"unist-util-visit": "^5.0.0",
"uuid": "^9.0.1",
"vue": "3.3.4",
"vue2-repl": "^0.2.1"
},
"devDependencies": {
"@types/codemirror": "^5.60.15",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.2.3",
"autoprefixer": "^10.4.15",
"codemirror": "5",
"codemirror-editor-vue3": "^2.8.0",
"postcss": "^8.4.29",
"sass": "^1.67.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
}
}