mirror of
https://github.com/tranxuanthang/lrcget.git
synced 2026-03-09 02:29:46 -04:00
This commit does the following: - Remove overlayscrollbars-vue, switch to using native scroll bar element - Add about modal to get newest version, donation, and link to homepage/email - Add some transition to some modals - Update README, bump version to prepare for v0.3.0
34 lines
800 B
JSON
34 lines
800 B
JSON
{
|
|
"name": "lrcget",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/line-clamp": "^0.4.4",
|
|
"@tanstack/vue-virtual": "^3.1.2",
|
|
"@tauri-apps/api": "^1.5.0",
|
|
"codemirror": "^6.0.1",
|
|
"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.2.37",
|
|
"vue-codemirror": "^6.1.1",
|
|
"vue-toastification": "^2.0.0-rc.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^1.5.1",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"autoprefixer": "^10.4.12",
|
|
"postcss": "^8.4.18",
|
|
"tailwindcss": "^3.2.1",
|
|
"vite": "^3.0.2"
|
|
}
|
|
}
|