-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 664 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 664 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
{
"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": {
"bootstrap": "5.3.8",
"date-fns": "4.1.0",
"lucide-vue-next": "0.576.0",
"marked": "17.0.4",
"vue": "3.5.29",
"vue-i18n": "11.2.8",
"vue3-simple-icons": "16.10.0"
},
"devDependencies": {
"@codecov/vite-plugin": "1.9.1",
"@vitejs/plugin-vue": "6.0.1",
"serve": "14.2.6",
"vite": "6.4.1",
"vite-plugin-ejs": "1.7.0"
}
}