mirror of
https://github.com/tranxuanthang/lrcget.git
synced 2025-12-23 22:58:21 -05:00
40 lines
1.0 KiB
JSON
40 lines
1.0 KiB
JSON
{
|
|
"name": "lrcget",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/vue-virtual": "^3.1.2",
|
|
"@tauri-apps/api": "^2.1.1",
|
|
"@tauri-apps/plugin-dialog": "^2.2.0",
|
|
"@tauri-apps/plugin-global-shortcut": "^2.2.0",
|
|
"@tauri-apps/plugin-os": "^2.2.0",
|
|
"@tauri-apps/plugin-shell": "^2.2.0",
|
|
"codemirror": "^6.0.1",
|
|
"floating-vue": "^5.2.2",
|
|
"lodash": "^4.17.21",
|
|
"lrc-kit": "github:tranxuanthang/lrc-kit",
|
|
"mdue": "^0.1.4",
|
|
"path-browserify": "^1.0.1",
|
|
"semver": "^7.6.0",
|
|
"vue": "^3.4",
|
|
"vue-3-slider-component": "^1.0.1",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-final-modal": "^4.5.5",
|
|
"vue-toastification": "^2.0.0-rc.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.1.0",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"autoprefixer": "^10.4.12",
|
|
"postcss": "^8.4.18",
|
|
"tailwindcss": "^3.2.1",
|
|
"vite": "^3.0.2"
|
|
}
|
|
}
|