-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 1.07 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
{
"name": "markdown",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"vite-dev": "vite --port 8080",
"vite-build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"dev": "tauri dev",
"build": "tauri build"
},
"devDependencies": {
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/pajamas": "^1.1.42",
"@q42/floating-focus-a11y": "^1.3.3",
"@sveltejs/vite-plugin-svelte": "3.0.1",
"@tauri-apps/cli": "1.5.9",
"@tsconfig/svelte": "5.0.2",
"highlight.js": "^11.9.0",
"sass": "1.69.6",
"svelte": "4.2.8",
"svelte-check": "3.6.2",
"svelte-highlight": "^7.6.0",
"svelte-preprocess": "5.1.3",
"tslib": "2.6.2",
"typescript": "5.3.3",
"unplugin-icons": "^0.18.5",
"vite": "5.0.10",
"vite-plugin-tauri": "3.3.0"
},
"dependencies": {
"@fontsource/fira-code": "5.0.16",
"@fontsource/roboto": "5.0.8",
"@tauri-apps/api": "1.5.3",
"monaco-editor": "0.45.0",
"svelte-markdown": "^0.4.1"
}
}