-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 932 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
{
"name": "simple-notebook",
"private": true,
"version": "0.0.3",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@bytemd/plugin-gemoji": "^1.17.0",
"@bytemd/plugin-gfm": "^1.17.0",
"@bytemd/plugin-highlight": "^1.17.0",
"@bytemd/plugin-math": "^1.17.0",
"@bytemd/plugin-medium-zoom": "^1.17.0",
"@bytemd/vue-next": "^1.15.0",
"@tauri-apps/api": "^1.2.0",
"@wangeditor/editor": "^5.1.1",
"@wangeditor/editor-for-vue": "^5.1.12",
"github-markdown-css": "^5.1.0",
"highlight.js": "^11.5.1",
"html2canvas": "^1.4.1",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#dev",
"vue": "^3.2.25"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0",
"@vitejs/plugin-vue": "^2.3.3",
"vite": "^2.9.9"
}
}