-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.1 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
{
"name": "codextools-web",
"version": "1.2.6",
"private": true,
"type": "module",
"scripts": {
"dev": "tauri dev",
"build": "cargo build -p codex-plus-launcher --release && tauri build",
"check": "tsc --noEmit -p tsconfig.json",
"i18n:audit": "node ../scripts/i18n/audit.mjs",
"vite:dev": "vite --host 127.0.0.1 --port 1420",
"vite:build": "vite build"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-slot": "^1.1.2",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/cli": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
"typescript": "^5.8.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.2",
"@types/node": "^22.10.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.3.2",
"vite": "^6.4.3"
}
}