-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 998 Bytes
/
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
{
"name": "freedom-edit",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"tauri:dev": "pnpm tauri dev",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@bytemd/plugin-breaks": "^1.21.0",
"@bytemd/plugin-frontmatter": "^1.21.0",
"@bytemd/plugin-gemoji": "^1.21.0",
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/plugin-highlight": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@tauri-apps/api": "^1.3.0",
"@vueuse/core": "^10.1.2",
"ajax-hook": "^2.1.3",
"bytemd": "^1.21.0",
"github-markdown-css": "^5.2.0",
"highlight.js": "^11.8.0",
"vue": "^3.2.45"
},
"devDependencies": {
"@arco-design/web-vue": "^2.46.0",
"@tauri-apps/cli": "^1.3.0",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^4.0.0",
"sass": "^1.62.1",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vue-tsc": "^1.0.11"
}
}