-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.63 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
53
54
55
56
{
"name": "opcore-oneclick",
"private": true,
"version": "5.0.0",
"description": "Hackintosh EFI generator — build OpenCore configurations from detected hardware",
"author": "redpersongpt",
"type": "module",
"scripts": {
"dev": "vite",
"build:frontend": "tsc --noEmit && vite build",
"build": "tsc --noEmit && vite build",
"tauri:dev": "npx tauri dev",
"tauri:build": "npx tauri build",
"preview": "vite preview",
"clean": "rm -rf dist src-tauri/target",
"lint": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.14",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.5.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"@vitejs/plugin-react": "^5.0.4",
"lucide-react": "^0.546.0",
"motion": "^12.23.24",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"vite": "^6.2.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.21",
"jsdom": "^29.0.1",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "~5.8.2",
"vitest": "^4.1.0",
"wait-on": "^9.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redpersongpt/OpCore-OneClick.git"
},
"bugs": {
"url": "https://github.com/redpersongpt/OpCore-OneClick/issues"
},
"homepage": "https://github.com/redpersongpt/OpCore-OneClick#readme"
}