-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.42 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": "cortex-studio",
"private": true,
"version": "4.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "bun tools/tauri-wrapper.mjs",
"test:clmesh": "node --test src/lib/clmesh.test.mjs",
"test:pdn": "node --test src/lib/pdn.test.mjs"
},
"dependencies": {
"@radix-ui/react-context-menu": "^2.2.16",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.4.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-process": "^2",
"@tauri-apps/plugin-updater": "^2",
"ag-psd": "^30.1.0",
"dff-loader": "^1.0.1",
"motion": "^11.18.2",
"pako": "^2.1.0",
"pdfjs-dist": "^4.9.155",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"three": "^0.172.0",
"utif": "^3.1.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.6.0",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.1",
"@tailwindcss/vite": "^4.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.470.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^4.1.0",
"vite": "^7.0.4",
"@tauri-apps/cli": "^2"
},
"overrides": {
"rollup": "^4.59.0"
}
}