-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.33 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
{
"name": "gamedig-site",
"author": "GameDig Organization & Contributors",
"license": "MIT",
"type": "module",
"private": true,
"homepage": "https://gamedig.github.io",
"repository": {
"type": "git",
"url": "git+https://github.com/gamedig/gamedig.github.io.git"
},
"bugs": {
"url": "https://github.com/gamedig/gamedig.github.io/issues"
},
"engines": {
"node": ">=22.11.0",
"npm": ">=10.9.0"
},
"scripts": {
"dev": "vitepress dev .",
"build": "run-s build:step:*",
"build:preview": "vitepress preview .",
"build:step:format": "prettier --write **/**.{ts,json,yml,md,vue,css}",
"build:step:vitepress": "vitepress build .",
"check": "run-s check:step:*",
"check:step:format": "prettier --check **/**.{ts,json,yml,md,vue,css}",
"check:step:vitepress": "vitepress build .",
"preinstall": "npx only-allow npm"
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.4",
"@types/dom-view-transitions": "^1.0.5",
"@types/node": "^22.9.0",
"markdown-it-mathjax3": "^4.3.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"unocss": "^0.64.1",
"vitepress": "^1.5.0",
"@giscus/vue": "^3.0.0"
}
}