feature/tauri-v2
json 56 lines 1.71 KB
Raw
1 {
2 "name": "svara",
3 "type": "module",
4 "private": true,
5 "scripts": {
6 "build": "vite build",
7 "dev": "vite",
8 "start": "vite preview",
9 "check": "svelte-check --tsconfig ./tsconfig.json",
10 "tauri": "tauri",
11 "start-window": "pnpm tauri dev",
12 "tauri-build-debug": "pnpm tauri build --debug"
13 },
14 "dependencies": {
15 "@codemirror/autocomplete": "^6.18.6",
16 "@codemirror/commands": "^6.8.1",
17 "@codemirror/language": "^6.11.0",
18 "@codemirror/language-data": "^6.5.1",
19 "@codemirror/state": "^6.5.2",
20 "@codemirror/view": "^6.36.5",
21 "@lezer/highlight": "^1.2.1",
22 "@replit/codemirror-indentation-markers": "^6.5.3",
23 "@tauri-apps/api": "^2.4.1",
24 "@tauri-apps/plugin-clipboard-manager": "^2.2.2",
25 "@tauri-apps/plugin-dialog": "^2.2.1",
26 "@tauri-apps/plugin-fs": "^2.2.1",
27 "@tauri-apps/plugin-opener": "~2",
28 "@tauri-apps/plugin-process": "^2.2.1",
29 "@tauri-apps/plugin-shell": "^2.2.1",
30 "@tauri-apps/plugin-store": "^2.2.0",
31 "@xterm/addon-fit": "^0.10.0",
32 "@xterm/xterm": "^5.5.0",
33 "codemirror": "^6.0.1",
34 "mousetrap": "^1.6.5",
35 "sass": "^1.86.3",
36 "sortablejs": "^1.15.6",
37 "svelte-splitpanes": "^8.0.9",
38 "tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#v1",
39 "tauri-pty": "0.1.0"
40 },
41 "devDependencies": {
42 "@sveltejs/adapter-static": "^3.0.8",
43 "@sveltejs/vite-plugin-svelte": "^2.5.3",
44 "@tauri-apps/cli": "^2.4.1",
45 "@tsconfig/svelte": "^4.0.1",
46 "@types/node": "^18.19.86",
47 "carbon-icons-svelte": "^11.4.0",
48 "prettier": "^2.8.8",
49 "svelte": "^4.2.19",
50 "svelte-check": "^3.8.6",
51 "svelte-preprocess": "^5.1.4",
52 "tslib": "^2.8.1",
53 "typescript": "^5.8.3",
54 "vite": "^4.5.12"
55 }
56 }