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.
25 lines
467 B
JSON
25 lines
467 B
JSON
2 weeks ago
|
{
|
||
|
"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"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"solid-js": "1.9.3"
|
||
|
}
|
||
|
}
|