forked from destinygg/kickstiny
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.04 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
{
"name": "kickstiny",
"version": "1.1.0",
"description": "Replaces the controls in the Kick embedded player with custom controls that offer a volume slider, quality selector, and more.",
"type": "module",
"scripts": {
"build": "node build.js --prod",
"dev": "concurrently \"node build.js --watch\" \"node dev/http.js\" --names \"build,server\" --prefix-colors \"blue,green\""
},
"dependencies": {
"@destinygg/libstiny": "^1.8.1",
"@number-flow/react": "^0.5.10",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.555.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"simple-icons": "^16.0.0"
},
"devDependencies": {
"concurrently": "^9.2.1",
"esbuild": "^0.19.0",
"esbuild-css-modules-plugin": "^3.1.5",
"prettier": "^3.7.2",
"sass": "^1.94.2"
},
"author": "Destinygg",
"license": "MIT"
}