-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.86 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.86 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
52
53
54
55
56
57
58
59
60
{
"name": "orouet",
"version": "0.1.0",
"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"
},
"license": "AGPL-3.0-or-later",
"dependencies": {
"@humanspeak/svelte-markdown": "^1.6.0",
"@lucide/svelte": "^1.21.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2.7.1",
"@tauri-apps/plugin-fs": "~2.5.0",
"@tauri-apps/plugin-log": "~2.8.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-stronghold": "~2.3.1",
"@the_dissidents/svelte-ui": "0.0.15",
"lorem-ipsum": "^3.0.0",
"openai": "^6.42.0",
"prosemirror-commands": "^1.7.1",
"prosemirror-history": "^1.5.0",
"prosemirror-keymap": "^1.2.3",
"prosemirror-model": "^1.25.4",
"prosemirror-state": "^1.4.4",
"prosemirror-transform": "^1.12.0",
"prosemirror-utils": "^1.2.2",
"prosemirror-view": "^1.41.8",
"tauri-plugin-keyring-api": "^0.1.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/helper-plugin-utils": "^7.28.6",
"@babel/types": "^7.29.0",
"@inlang/paraglide-js": "^2.15.2",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.57.1",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tauri-apps/cli": "^2",
"@types/babel__core": "^7.20.5",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/node": "^25.9.2",
"cldr-core": "^48.2.0",
"magic-string": "^0.30.21",
"sass-embedded": "^1.99.0",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"typescript": "~6.0.2",
"vite": "^7.0.0",
"vite-plugin-inspect": "^11.3.3",
"zimmerframe": "^1.1.4"
}
}