-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
34 lines (34 loc) · 840 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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.6.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-3-slider-component": "^1.0.1",
"vue-codemirror": "^6.1.1",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.2",
"@vitejs/plugin-vue": "^3.0.1",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1",
"vite": "^3.0.2"
}
}