-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.72 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
{
"name": "logseq-developer-theme",
"version": "v1.2.17",
"description": "A more developer-friendly minimalist theme.",
"author": "unickcheng",
"repo": "UNICKCHENG/logseq-developer-theme",
"license": "MIT",
"logseq": {
"themes": [
{
"name": "Developer Theme",
"url": "./custom.css"
},
{
"name": "Developer Theme no bullet threading",
"url": "./no-bullet-threading.css"
},
{
"name": "Developer Theme Like docs.unickcheng.cc",
"url": "./export.css"
}
],
"id": "logseq-developer-theme"
},
"config": {
"localPath": "C:\\Users\\hi\\LocalStation\\BLOG\\docs"
},
"scripts": {
"dev:win": "sass --watch --no-source-map --style expanded ./scss/main.scss %npm_package_config_localPath%/logseq/custom.css",
"dev": "sass --watch --no-source-map --style expanded ./scss/main.scss $npm_package_config_localPath/logseq/custom.css",
"build:custom": "sass --no-source-map --style compressed ./scss/main.scss css/custom.css",
"build:web": "sass --no-source-map --style compressed ./scss/web.scss css/export.css",
"build:no": "sass --no-source-map --style compressed ./scss/no-bullet-threading.scss css/no-bullet-threading.css",
"build": "run-p build:custom build:web build:no",
"changelog": "standard-changelog -f"
},
"dependencies": {
"sass": "^1.72.0"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"standard-changelog": "^5.0.0"
},
"title": "Developer Theme",
"effect": false
}