This repository was archived by the owner on Dec 24, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.69 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
57
58
59
60
{
"name": "shamelectron-next",
"version": "0.1.0",
"private": true,
"license": "MIT",
"packageManager": "bun@1.3.0",
"scripts": {
"predev": "bun run scripts/generate-apps-index.ts",
"dev": "bun --bun next dev",
"dev:no-update": "NO_UPDATE=true bun --bun next dev",
"prebuild": "bun run scripts/generate-apps-index.ts",
"build": "bun --bun next build",
"start": "bun --bun next start",
"lint": "bun --bun eslint .",
"renovate": "bun --bun npm-check-updates -i"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/postcss": "^4.1.16",
"@types/bun": "^1.3.2",
"@types/cli-progress": "^3.11.6",
"@types/lzma-native": "^4.0.4",
"@types/plist": "^3.0.5",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/unbzip2-stream": "^1.4.3",
"autoprefixer": "^10.4.21",
"bplist-parser": "^0.3.2",
"bzip2": "^0.1.1",
"class-variance-authority": "^0.7.1",
"cli-progress": "^3.12.0",
"clsx": "^2.1.1",
"jotai": "^2.15.1",
"lucide-react": "^0.553.0",
"lzma-native": "^8.0.6",
"next": "^15.5.6",
"plist": "^3.1.0",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.16",
"unbzip2-stream": "^1.4.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@types/node": "^24.10.0",
"babel-plugin-react-compiler": "^1.0.0",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"trustedDependencies": [
"@tailwindcss/oxide",
"sharp"
]
}