forked from tranxuanthang/lrcget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 824 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
{
"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",
"@tauri-apps/api": "^1.5.0",
"codemirror": "^6.0.1",
"howler": "github:tranxuanthang/howler.js",
"lodash": "^4.17.21",
"lrc-kit": "github:tranxuanthang/lrc-kit",
"mdue": "^0.1.4",
"overlayscrollbars-vue": "^0.3.0",
"path-browserify": "^1.0.1",
"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"
}
}