2024-08-17 13:11:59 -07:00
|
|
|
{
|
|
|
|
"name": "vcs-controller",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"description": "",
|
|
|
|
"dependencies": {
|
2024-09-18 14:24:22 -07:00
|
|
|
"@floating-ui/dom": "^1.6.11",
|
2024-08-17 13:11:59 -07:00
|
|
|
"@tauri-apps/api": "^1.6.0"
|
|
|
|
}
|
|
|
|
}
|