-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.75 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
{
"name": "phing",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@codemirror/commands": "^6.10.3",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.0",
"@fontsource/lora": "^5.2.8",
"@lezer/highlight": "^1.2.3",
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-opener": "^2",
"@tiptap/extension-placeholder": "^3.23.5",
"@tiptap/extension-table": "^3.23.5",
"@tiptap/extension-table-cell": "^3.23.5",
"@tiptap/extension-table-header": "^3.23.5",
"@tiptap/extension-table-row": "^3.23.5",
"@tiptap/extension-underline": "^3.23.5",
"@tiptap/markdown": "^3.23.5",
"@tiptap/pm": "^3.23.5",
"@tiptap/react": "^3.23.5",
"@tiptap/starter-kit": "^3.23.5",
"@tiptap/suggestion": "^3.23.5",
"@xyflow/react": "^12.10.2",
"framer-motion": "^12.39.0",
"html2canvas": "^1.4.1",
"jspdf": "^4.2.1",
"marked": "^18.0.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tippy.js": "^6.3.7",
"zustand": "^5.0.13"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.5.0",
"postcss": "^8.5.15",
"tailwindcss": "^4.3.0",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vitest": "^4.1.7"
}
}