-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.63 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "logseq-catppuccin",
"version": "0.6.4",
"description": "🦫 Soothing pastel theme for Logseq",
"main": "index.html",
"scripts": {
"start": "sass -I node_modules --watch scss:.",
"build": "sass -I node_modules --no-charset --no-source-map scss:.",
"clean": "rimraf *.css*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/catppuccin/logseq.git"
},
"keywords": [],
"author": "Soumik (griimick)",
"license": "MIT",
"bugs": {
"url": "https://github.com/catppuccin/logseq/issues"
},
"homepage": "https://github.com/catppuccin/logseq#readme",
"devDependencies": {
"@catppuccin/highlightjs": "^1.0.0",
"@catppuccin/palette": "^1.1.0",
"rimraf": "^6.0.0",
"sass": "^1.55.0"
},
"logseq": {
"themes": [
{
"name": "Catppuccin Latte",
"url": "./ctp-latte.css",
"description": "Catppuccin Latte",
"mode": "light"
},
{
"name": "Catppuccin Frappé",
"url": "./ctp-frappe.css",
"description": "Catppuccin Frappé",
"mode": "dark"
},
{
"name": "Catppuccin Macchiato",
"url": "./ctp-macchiato.css",
"description": "Catppuccin Macchiato",
"mode": "dark"
},
{
"name": "Catppuccin Mocha",
"url": "./ctp-mocha.css",
"description": "Catppuccin Mocha",
"mode": "dark"
},
{
"name": "Oledppuccin",
"url": "./ctp-oled.css",
"description": "Oledppuccin",
"mode": "dark"
}
],
"title": "Catppuccin",
"id": "logseq-catppuccin",
"icon": "./assets/icon.png"
}
}