-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.18 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.18 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
{
"name": "git-alias-generator",
"private": false,
"version": "0.1.0",
"description": "A lightweight desktop app for creating and managing Git aliases with a visual interface",
"author": "Crider Technologies LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cridertechnologies/git-alias-generator.git"
},
"bugs": {
"url": "https://github.com/cridertechnologies/git-alias-generator/issues"
},
"homepage": "https://github.com/cridertechnologies/git-alias-generator#readme",
"keywords": [
"git",
"alias",
"desktop-app",
"tauri",
"rust",
"react",
"developer-tools",
"productivity",
"version-control"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"lucide-react": "^0.263.1"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.0.2",
"vite": "^4.4.4"
}
}