-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 960 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 960 Bytes
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
{
"name": "opendeck",
"description": "Use stream controllers",
"author": "Aman Khanna (nekename)",
"license": "GPL-3.0-or-later",
"repository": "https://github.com/nekename/OpenDeck",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0",
"@sveltejs/kit": "^2.50",
"@sveltejs/vite-plugin-svelte": "^3.1",
"@tailwindcss/vite": "^4.1",
"@tauri-apps/cli": "^2.10",
"lightningcss": "^1.31",
"svelte": "^4.2",
"svelte-check": "^4.3",
"tailwindcss": "^4.1",
"typescript": "^5.9",
"vite": "^5.4"
},
"type": "module",
"dependencies": {
"@tauri-apps/api": "^2.10",
"@tauri-apps/plugin-deep-link": "^2.4",
"@tauri-apps/plugin-dialog": "^2.6",
"dompurify": "^3.3",
"marked": "^17.0",
"marked-alert": "^2.1",
"marked-base-url": "^1.1",
"phosphor-svelte": "^2.0"
}
}