-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 859 Bytes
/
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
{
"name": "werewolf_guide",
"version": "1.0.0",
"description": "Sammlung von Regeln und Rollen für das Spiel Werwolf (Mafia)",
"author": "Joel L.",
"license": "CC-BY-SA-4.0",
"repository": {
"type": "git",
"url": "https://github.com/Joelius300/werewolf-guide.git"
},
"scripts": {
"dev": "vitepress dev guide",
"build": "vitepress build guide",
"preview": "vitepress preview guide",
"deploy": "npm run build && gh-pages -d guide/.vitepress/dist"
},
"devDependencies": {
"@mdit-vue/shared": "^2.1.3",
"@types/uuid": "^10.0.0",
"@vite-pwa/vitepress": "^0.5.3",
"gh-pages": "^6.2.0",
"gray-matter": "^4.0.3",
"markdown-it-footnote": "^4.0.0",
"p-map": "^7.0.2",
"uuid": "^11.0.2",
"vitepress": "^1.4.1"
},
"dependencies": {
"@barbapapazes/plausible-tracker": "^0.5.3"
}
}