-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.68 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.68 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
44
45
46
47
48
49
50
51
{
"name": "tmpcerbo-scaffold",
"version": "0.0.16",
"description": "",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri",
"build:favicon": "sed 's/fill=\"white\"/fill=\"#3b82f6\"/g' src-tauri/icons/logo.svg > src/favicon.svg",
"dev-debug": "WEBKIT_INSPECTOR_SERVER=127.0.0.1:9222 WEBVIEW2_ADDITIONAL_BROWSER_ARGUMENTS=--remote-debugging-port=9222 bun run tauri dev"
},
"license": "LGPL-3.0-or-later",
"dependencies": {
"@cartamd/plugin-anchor": "^2.2.0",
"@cartamd/plugin-attachment": "^4.2.0",
"@cartamd/plugin-code": "^4.2.0",
"@cartamd/plugin-emoji": "^4.3.0",
"@git-diff-view/file": "^0.1.3",
"@git-diff-view/svelte": "^0.1.3",
"@tailwindcss/vite": "^4.2.4",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"bits-ui": "^2.18.0",
"carta-md": "^4.11.2",
"clsx": "^2.1.1",
"hast": "^1.0.0",
"lucide-svelte": "^1.0.1",
"mdast": "^3.0.0",
"mdast-util-find-and-replace": "^3.0.2",
"mode-watcher": "^1.1.0",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.4",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.58.0",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"@tauri-apps/cli": "^2.10.1",
"svelte": "^5.55.5",
"svelte-check": "^4.4.6",
"typescript": "~5.6.3",
"vite": "^6.4.2",
"vitest": "^4.1.5"
}
}