-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "lyrics",
"version": "0.0.0",
"license": "MIT",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "run-s type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"build-preview": "run-p type-check build-only preview",
"format": "biome check --write .",
"generate-assets": "pwa-assets-generator"
},
"dependencies": {
"@iconify/vue": "^4.1.2",
"@vue-material/core": "^1.0.0-alpha.27",
"animated-scroll-to": "2.3.0",
"buffer": "6.0.3",
"dayjs": "1.11.13",
"html2canvas-pro": "1.5.8",
"marked": "14.1.3",
"music-metadata-browser": "2.5.11",
"process": "0.11.10",
"vue": "^3.5.12"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@tsconfig/node20": "^20.1.4",
"@types/node": "22.7.6",
"@vite-pwa/assets-generator": "^0.2.6",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^6.2.6",
"sass-embedded": "1.80.1",
"type-fest": "4.26.1",
"typescript": "~5.6.3",
"vite": "^5.4.10",
"vite-plugin-pwa": "^0.20.5",
"vue-tsc": "^2.1.8"
},
"trustedDependencies": ["@biomejs/biome", "esbuild", "sharp"]
}