mirror of https://github.com/ekimekim/wubloader
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
587 B
JSON
30 lines
587 B
JSON
{
|
|
"name": "thrimbletrimmer",
|
|
"version": "4.0.0",
|
|
"description": "Video editor frontend for Wubloader",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"sass": "1.80.6",
|
|
"solid-devtools": "0.30.1",
|
|
"typescript": "5.6.3",
|
|
"url": "0.11.4",
|
|
"vite": "5.4.10",
|
|
"vite-plugin-solid": "2.10.2",
|
|
"@types/luxon": "3.4.2"
|
|
},
|
|
"dependencies": {
|
|
"hls.js": "1.5.17",
|
|
"luxon": "3.4.4",
|
|
"media-icons": "1.1.5",
|
|
"solid-js": "1.9.3",
|
|
"vidstack": "1.12.12"
|
|
}
|
|
}
|