-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.52 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
51
52
53
54
{
"name": "@byloth/website",
"version": "6.0.0-rc.3",
"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": "[email protected]",
"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 --ext .cjs,.js,.json,.ts,.vue --ignore-path .gitignore .",
"prepare": "husky"
},
"dependencies": {
"vue": "^3.5.12"
},
"devDependencies": {
"@byloth/eslint-config-nuxt": "^2.8.3",
"@types/node": "^20.17.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.30.0",
"husky": "^9.1.6",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitepress": "^1.5.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.1.10"
},
"private": true,
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}