-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
76 lines (76 loc) · 2.28 KB
/
package.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"private": true,
"name": "wora",
"description": "🎧 A beautiful player for audiophiles.",
"version": "0.4.0-beta1",
"author": {
"name": "Aaryan Kapoor",
"email": "[email protected]"
},
"main": "app/background.js",
"scripts": {
"dev": "nextron",
"build": "nextron build",
"postinstall": "electron-builder install-app-deps",
"build:mac": "nextron build --mac --universal",
"build:linux": "nextron build --linux",
"build:win64": "nextron build --win --x64"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-context-menu": "^2.2.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@tabler/icons-react": "^3.26.0",
"@types/better-sqlite3": "^7.6.12",
"@xhayper/discord-rpc": "^1.2.0",
"axios": "^1.7.9",
"better-sqlite3": "^11.7.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"drizzle-orm": "^0.33.0",
"electron-log": "^5.2.4",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"embla-carousel-react": "^8.5.1",
"eslint-config-next": "^14.2.21",
"howler": "^2.2.4",
"music-metadata": "^7.14.0",
"next-themes": "^0.3.0",
"react-hook-form": "^7.54.2",
"seamless-scroll-polyfill": "^2.3.4",
"sonner": "^1.7.1",
"tailwind-gradient-mask-image": "^1.2.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@electron/rebuild": "^3.7.1",
"@types/howler": "^2.2.12",
"@types/node": "^22.10.2",
"@types/react": "^18.3.18",
"autoprefixer": "^10.4.20",
"drizzle-kit": "^0.24.2",
"electron": "^32.2.7",
"electron-builder": "^24.13.3",
"next": "^14.2.21",
"nextron": "^9.4.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rebuild": "^0.1.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}