-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 KB
/
package.json
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.4",
"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.13"
},
"devDependencies": {
"@byloth/eslint-config-nuxt": "^3.0.3",
"@eslint/compat": "^1.2.5",
"@types/node": "^22.12.0",
"husky": "^9.1.7",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vitepress": "^1.6.3",
"vue-tsc": "^2.2.0"
},
"private": true,
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}