-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 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
{
"name": "Firefly",
"version": "0.0.6",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-markdown": "^6.3.1",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.36.4",
"@phosphor-icons/vue": "^2.2.1",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.2.1",
"@tauri-apps/plugin-fs": "^2.2.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"github-markdown-css": "^5.9.0",
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.0",
"markdown-it-task-lists": "^2.1.1",
"pinia": "^3.0.2",
"vue": "^3.4.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@tauri-apps/cli": "^2.10.1",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.3.5",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.24",
"less": "^4.5.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vue-tsc": "^3.2.4"
}
}