-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.26 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
{
"name": "atmopad",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"build": "vite build",
"preview": "vite preview --host 127.0.0.1",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri",
"desktop:dev": "tauri dev",
"desktop:build": "tauri build",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.68.0",
"@tauri-apps/api": "^2.11.1",
"@tiptap/core": "^3.27.1",
"@tiptap/extension-bubble-menu": "^3.27.1",
"@tiptap/extension-character-count": "^3.27.1",
"@tiptap/extension-placeholder": "^3.27.1",
"@tiptap/extension-typography": "^3.27.1",
"@tiptap/pm": "^3.27.1",
"@tiptap/starter-kit": "^3.27.1",
"idb": "^8.0.3",
"svelte": "^5.56.4"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tauri-apps/cli": "^2.11.4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.4.2",
"@types/node": "^24.10.1",
"fake-indexeddb": "^6.2.5",
"jsdom": "^29.1.1",
"svelte-check": "^4.3.4",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vitest": "^4.1.9"
}
}