-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.63 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
{
"name": "@truenine/memory-sync-gui",
"version": "2026.10223.10555",
"private": true,
"engines": {
"node": ">=25.2.1",
"pnpm": ">=10.28.0",
"rust": ">=1.93.1"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm run generate:icons && vite build --emptyOutDir && tsc --noEmit",
"generate:icons": "tauri icon src-tauri/icons/icon-source.png -o src-tauri/icons",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"generate:routes": "tsx scripts/generate-routes.ts",
"typecheck": "tsc --noEmit",
"test:ui": "vitest --run",
"test:tauri": "cargo test --manifest-path src-tauri/Cargo.toml",
"test": "pnpm run test:ui && pnpm tsx ./scripts/run-tauri-tests.ts"
},
"dependencies": {
"@monaco-editor/react": "catalog:",
"@tanstack/react-router": "catalog:",
"@tanstack/router-plugin": "catalog:",
"@tauri-apps/api": "catalog:",
"@tauri-apps/plugin-shell": "catalog:",
"@tauri-apps/plugin-updater": "catalog:",
"class-variance-authority": "catalog:",
"clsx": "catalog:",
"lucide-react": "catalog:",
"material-icon-theme": "^5.31.0",
"monaco-editor": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"recharts": "^3.7.0",
"tailwind-merge": "catalog:"
},
"devDependencies": {
"@tailwindcss/vite": "catalog:",
"@tanstack/router-generator": "^1.162.2",
"@tauri-apps/cli": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@vitejs/plugin-react": "catalog:",
"tailwindcss": "catalog:",
"tw-animate-css": "catalog:"
}
}