-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 850 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 850 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": "ketting",
"version": "0.0.0",
"private": true,
"type": "module",
"sourceMap": true,
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "^6.6.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@unhead/vue": "^1.9.3",
"unhead": "^1.9.3",
"vue": "^3.4.21"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"critters": "^0.0.24",
"vite": "^5.1.5",
"vite-plugin-pages": "^0.32.1",
"vite-ssg": "^0.23.8",
"vite-ssg-sitemap": "^0.8.1",
"vue-router": "^4.3.0"
}
}