-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.3 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
{
"name": "procnote",
"version": "0.0.0",
"private": true,
"license": "MIT OR Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/shunichironomura/procnote"
},
"type": "module",
"scripts": {
"dev": "vp dev",
"build": "vp build",
"build:launcher": "node scripts/prepare-launcher.mjs",
"preview": "vp preview",
"tauri": "node scripts/tauri.mjs",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"vp:check": "vp check",
"vp:fix": "vp check --fix"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"dompurify": "^3.3.1",
"highlight.js": "^11.11.1",
"marked": "^18.0.0",
"marked-highlight": "^2.2.3"
},
"devDependencies": {
"@sveltejs/adapter-static": "3.0.10",
"@sveltejs/kit": "2.70.3",
"@sveltejs/vite-plugin-svelte": "7.3.0",
"@tauri-apps/cli": "2.11.5",
"svelte": "5.57.1",
"svelte-check": "4.7.6",
"typescript": "6.0.3",
"vite": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@12.5.1"
}