-
-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.71 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.71 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"private": true,
"name": "wora",
"description": "🎧 A beautiful player for audiophiles.",
"version": "0.4.0-beta2",
"author": {
"name": "Aaryan Kapoor",
"email": "hi.aaryankapoor@gmail.com"
},
"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": "^5.1.1",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-context-menu": "^2.2.15",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slider": "^1.3.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"@tabler/icons-react": "^3.34.0",
"@tailwindcss/postcss": "^4.1.10",
"@types/better-sqlite3": "^7.6.13",
"@types/crypto-js": "^4.2.2",
"@xhayper/discord-rpc": "^1.2.2",
"axios": "^1.10.0",
"better-sqlite3": "^12.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"drizzle-orm": "^0.44.2",
"electron-log": "^5.4.1",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"embla-carousel-react": "^8.6.0",
"eslint-config-next": "^15.3.4",
"framer-motion": "^12.23.12",
"howler": "^2.2.4",
"last-fm": "^5.3.0",
"music-metadata": "^7.14.0",
"next-themes": "^0.4.6",
"node-fetch": "2",
"react-hook-form": "^7.58.1",
"react-virtualized-auto-sizer": "^1.0.26",
"react-window": "^1.8.11",
"seamless-scroll-polyfill": "^2.3.4",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.67"
},
"devDependencies": {
"@electron/rebuild": "^4.0.1",
"@types/howler": "^2.2.12",
"@types/node": "^24.0.3",
"@types/react": "^19.1.8",
"autoprefixer": "^10.4.21",
"drizzle-kit": "^0.31.2",
"electron": "^32.2.7",
"electron-builder": "^24.13.3",
"next": "^15.3.4",
"nextron": "^9.5.0",
"postcss": "^8.4.49",
"prettier": "3.6.0",
"prettier-plugin-tailwindcss": "^0.6.13",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"rebuild": "^0.1.2",
"tailwindcss": "^4.1.10",
"typescript": "^5.8.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}