-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.46 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
{
"name": "view",
"private": true,
"version": "0.1.0",
"packageManager": "bun@1.3.14",
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 1420",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"doctor": "bunx react-doctor@latest"
},
"dependencies": {
"@codemirror/language": "^6.12.3",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.11",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-markdown": "^6.5.0",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-rust": "^6.0.2",
"@codemirror/search": "^6.7.1",
"@lezer/highlight": "^1.2.3",
"@pierre/diffs": "^1.2.10",
"@pierre/theme": "1.0.3",
"@pierre/trees": "^1.0.0-beta.4",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-router": "^1.140.0",
"@tanstack/react-virtual": "^3.14.2",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@uiw/react-codemirror": "^4.25.10",
"lucide-react": "^0.561.0",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.9.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"esbuild": "^0.28.1",
"react-doctor": "^0.5.7",
"typescript": "~5.9.3",
"vite": "^8.0.16"
}
}