-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
37 lines (37 loc) · 936 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
32
33
34
35
36
37
{
"name": "practical-git",
"version": "1.0.0",
"description": "A Practical Introduction to the Git CLI",
"private": "true",
"main": "slides.md",
"scripts": {
"build": "slidev build",
"dev": "slidev --open",
"export": "slidev export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexanderdavide/practical-git.git"
},
"keywords": [
"git",
"cli"
],
"author": "Alexander Eble",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexanderdavide/practical-git/issues"
},
"homepage": "https://github.com/alexanderdavide/practical-git#readme",
"devDependencies": {
"@iconify-json/mdi": "^1.1.1",
"@slidev/cli": "^0.28.9",
"playwright-chromium": "^1.19.2",
"slidev-theme-academic": "^0.1.2"
},
"dependencies": {
"@fontsource/fira-code": "^4.5.12",
"@fontsource/roboto": "^4.5.8",
"@fontsource/roboto-slab": "^4.5.9"
}
}