-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.29 KB
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
{
"name": "huszonegy.world",
"version": "0.0.0",
"private": true,
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite-ssg build && sed -E -i \"s|(<loc>https://huszonegy.world/podcast[^<]*</loc><lastmod>)[^<]*</lastmod>|\\1$(date +%Y-%m-%dT%H:%M:%S.000Z)</lastmod>|g\" dist/sitemap.xml && sed -E -i 's|(<loc>https://huszonegy\\.world/[^<]*[^/])</loc>|\\1/</loc>|g' dist/sitemap.xml && cp dist/index.html dist/404.html",
"preview": "vite preview",
"type-check": "vue-tsc --build --force"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@unhead/vue": "^2.1.3",
"@vueuse/head": "^2.0.0",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.13.1",
"fast-xml-parser": "^5.4.2",
"marked": "^17.0.4",
"vite-ssg": "^28.3.0",
"vue": "^3.3.11",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/marked": "^5.0.2",
"@types/node": "^20.17.6",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/tsconfig": "^0.5.0",
"npm-run-all2": "^6.1.1",
"sass": "^1.70.0",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-ssg-sitemap": "^0.10.0",
"vue-tsc": "^2.1.6"
}
}