-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.89 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.89 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
61
62
{
"name": "@calmstudio/studio",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"test:e2e": "playwright test",
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"dependencies": {
"@calmstudio/calm-core": "workspace:*",
"@calmstudio/extensions": "workspace:*",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lint": "^6.9.5",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.17",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-deep-link": "^2.4.7",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-fs": "^2.4.5",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-store": "^2.4.2",
"@tauri-apps/plugin-updater": "^2.10.0",
"@xyflow/svelte": "^1.5.1",
"elkjs": "^0.11.1",
"fuse.js": "^7.0.0",
"html-to-image": "1.11.11",
"jsonpos": "^4.1.2",
"nanoid": "^5.0.9",
"paneforge": "^1.0.2",
"svelte-codemirror-editor": "^2.1.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"@codemirror/theme-one-dark": "^6.1.3",
"@playwright/test": "^1.50.1",
"@svelte-put/shortcut": "^3.0.0",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/adapter-vercel": "^6.3.3",
"@sveltejs/kit": "^2.53.4",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2.10.1",
"@testing-library/svelte": "^5.2.7",
"@types/node": "^22.0.0",
"@vitest/coverage-v8": "3.2.4",
"jsdom": "^25.0.1",
"svelte": "^5.53.10",
"svelte-check": "^4.0.0",
"typescript": "^5.7.0",
"vite": "^8.0.8",
"vitest": "^3.0.8"
}
}