-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.63 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "Takma",
"private": true,
"version": "1.6.8",
"build": 660,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "node updateBuild.cjs && tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-deep-link": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-log": "^2.0.0",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"dompurify": "^3.1.7",
"highlight.js": "^11.10.0",
"intro.js": "^7.2.0",
"marked": "^14.1.3",
"svelte-dnd-action": "^0.9.52",
"svelte-sonner": "^0.3.28",
"svelty-picker": "^5.2.9",
"tauri-plugin-window-state-api": "github:tauri-apps/tauri-plugin-window-state#v1",
"xxhashjs": "^0.2.2"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tauri-apps/cli": "^2.0.4",
"@tsconfig/svelte": "^5.0.4",
"@types/dompurify": "^3.0.5",
"@types/node": "^22.8.1",
"@types/xxhashjs": "^0.2.4",
"fs-extra": "^11.2.0",
"svelte": "^5.1.3",
"svelte-check": "^4.0.5",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}