-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 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
43
44
45
46
47
48
49
50
{
"name": "@byloth/website",
"version": "6.0.0-rc.5",
"description": "My personal static-generated website; based on Vue.js & VitePress. 🌐",
"keywords": [
"Vue.js",
"VitePress",
"TypeScript",
"Static Generated",
"Personal Website"
],
"homepage": "https://www.byloth.dev/",
"repository": {
"type": "git",
"url": "git+https://github.com/Byloth/website.git"
},
"bugs": {
"url": "https://github.com/Byloth/website/issues"
},
"author": {
"name": "Matteo Bilotta",
"email": "me@byloth.dev",
"url": "https://www.byloth.dev/"
},
"license": "GPL-3.0",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"typecheck": "vue-tsc --build --force",
"lint": "eslint .",
"prepare": "husky"
},
"dependencies": {
"vue": "^3.5.28"
},
"devDependencies": {
"@byloth/eslint-config-nuxt": "^3.2.2",
"@eslint/compat": "^2.0.2",
"@types/node": "^22.19.10",
"husky": "^9.1.7",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitepress": "^1.6.4",
"vue-tsc": "^3.2.4"
},
"private": true
}