forked from slidevjs/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 844 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
38
{
"name": "@slidev/theme-bricks",
"version": "0.0.2",
"engines": {
"node": ">=14.0.0",
"slidev": ">=0.19.2"
},
"description": "Bricks theme for Slidev",
"keywords": [
"slidev-theme",
"slidev"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/slidevjs/themes"
},
"slidev": {
"colorSchema": "light",
"highlighter": "all",
"defaults": {
"fonts": {
"sans": "Signika Negative",
"serif": "Sigmar One",
"mono": "Fira Code"
}
}
},
"author": "Inès <[email protected]>",
"homepage": "https://sli.dev",
"bugs": "https://github.com/slidevjs/themes/issues",
"dependencies": {
"@slidev/types": "^0.22.7",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.2",
"theme-vitesse": "^0.1.12"
}
}