-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "doit-src",
"version": "0.2.13",
"description": "DoIt theme source file",
"private": true,
"devDependencies": {
"@waline/client": "^1.6.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
},
"scripts": {
"build": "hugo -v --source=exampleSite --themesDir ../.. --gc",
"build:preview": "hugo -v --source=exampleSite --themesDir ../.. -D --gc",
"server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender",
"server:production": "hugo server --source=exampleSite --themesDir ../.. --disableFastRender -e production",
"algolia": "atomic-algolia"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HEIGE-PCloud/DoIt.git"
},
"keywords": [
"hugo",
"theme"
],
"author": "PCloud",
"license": "MIT",
"bugs": {
"url": "https://github.com/HEIGE-PCloud/DoIt/issues"
},
"homepage": "https://github.com/HEIGE-PCloud/DoIt#readme",
"dependencies": {
"@algolia/autocomplete-js": "^1.5.4",
"@sliphua/pjax": "^2.4.0",
"aplayer": "^1.10.1",
"atomic-algolia": "^0.3.19",
"clipboard": "^2.0.10",
"cookieconsent": "^3.1.1",
"echarts": "^5.3.1",
"katex": "^0.15.3",
"lazysizes": "^5.3.2",
"mermaid": "^8.14.0",
"tablesort": "^5.3.0",
"topbar": "^1.0.1",
"twemoji": "^14.0.1",
"twikoo": "^1.5.0",
"valine": "^1.4.18"
}
}