Files
lrcget/package.json
tranxuanthang 55a849d47b Remove overlayscrollbars-vue, add about modal
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
2024-02-26 00:26:33 +07:00

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"
}
}