-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 820 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 820 Bytes
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
{
"name": "visual-text-flow",
"private": true,
"version": "0.1.9.3",
"type": "module",
"scripts": {
"dev": "vite --port=3000 --host=0.0.0.0",
"build": "vite build",
"preview": "vite preview",
"clean": "rm -rf dist server.js",
"lint": "tsc --noEmit"
},
"dependencies": {
"@tiptap/pm": "^3.25.0",
"@tiptap/react": "^3.25.0",
"@tiptap/starter-kit": "^3.25.0",
"@xyflow/react": "^12.11.0",
"lucide-react": "^0.546.0",
"marked": "^18.0.5",
"react": "^19.0.1",
"react-dom": "^19.0.1",
"turndown": "^7.2.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.1",
"@types/node": "^22.14.0",
"@types/turndown": "^5.0.6",
"@vitejs/plugin-react": "^5.2.0",
"tailwindcss": "^4.1.14",
"typescript": "~5.8.2",
"vite": "^6.4.3"
}
}