-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.22 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
{
"name": "timestream",
"private": true,
"version": "0.2.1",
"license": "AGPL-3.0-or-later",
"packageManager": "bun@1.3.14",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"gallery": "vite --config vite.gallery.config.ts",
"version": "bun scripts/version.ts",
"bundle:release": "bun scripts/bundle-release.ts",
"bundle:nightly": "bun scripts/bundle-release.ts --nightly",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@pierre/diffs": "^1.3.6",
"@pierre/trees": "1.0.0-beta.6",
"@tanstack/react-virtual": "^3.14.9",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-opener": "^2",
"clsx": "^2.1.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.7.0",
"shiki": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "^2",
"@types/node": "^26.2.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"tailwindcss": "^4.3.3",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vitest": "^3.2.4"
}
}