forked from LizardByte/Sunshine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 741 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 741 Bytes
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
{
"name": "sunshine",
"version": "0.0.0",
"scripts": {
"build": "vite build --debug",
"build-clean": "vite build --debug --emptyOutDir",
"dev": "vite build --watch",
"serve": "serve ./tests/fixtures/http --no-port-switching"
},
"type": "module",
"dependencies": {
"@lucide/vue": "1.42.0",
"bootstrap": "5.3.8",
"date-fns": "4.4.0",
"marked": "18.0.11",
"vue": "3.5.42",
"vue-i18n": "11.4.10",
"vue3-simple-icons": "16.10.0"
},
"devDependencies": {
"@codecov/vite-plugin": "2.0.1",
"@vitejs/plugin-vue": "6.0.8",
"serve": "14.2.6",
"vite": "8.2.2",
"vite-plugin-ejs": "2.0.0"
},
"overrides": {
"@codecov/vite-plugin": {
"vite": "$vite"
}
}
}