-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1004 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1004 Bytes
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
{
"name": "codex-manager",
"version": "1.2.4",
"type": "module",
"bin": {
"codex-manager": "./bin/codex-manager.mjs",
"codex-manager-cli": "./bin/codex-manager.mjs"
},
"scripts": {
"cli": "node ./bin/codex-manager.mjs",
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest run",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2.5.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"echarts": "^6.0.0",
"motion": "^12.38.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"uuid": "^11.0.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@tauri-apps/cli": "^2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.2",
"vite": "^7.0.0",
"vitest": "^4.1.1"
}
}