forked from EduTiyo/CodeLaunch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "codelaunch",
"description": "Configure and launch IDE workspaces with integrated terminal splits and startup commands",
"license": "MIT",
"private": true,
"version": "0.4.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prepare": "husky"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.3",
"@tauri-apps/plugin-opener": "^2",
"class-variance-authority": "^0.7.1",
"cn": "^0.3.0",
"i18next": "^26.4.2",
"lucide-react": "^1.46.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.7",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^17.0.14",
"shadcn": "^4.21.0",
"sonner": "^2.0.8",
"tailwindcss": "^4.3.3",
"tw-animate-css": "^1.4.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/node": "^22.20.3",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^6.0.2",
"husky": "^9.1.7",
"typescript": "~6.0.3",
"vite": "^8.0.16"
}
}