forked from HEIGE-PCloud/DoIt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.75 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
{
"name": "doit-src",
"version": "0.2.13",
"description": "DoIt theme source file",
"private": true,
"scripts": {
"dev": "concurrently \"npm run server\" \"npm run build:tailwind --watch\"",
"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",
"server:tailwind": "npx tailwindcss --watch -i ./assets/css/tailwind.css -o ./assets/css/main.css",
"algolia": "atomic-algolia",
"build:tailwind": "npx tailwindcss -i ./assets/css/tailwind.css -o ./assets/css/main.css"
},
"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": {
"@waline/client": "^3.1.2",
"aplayer": "^1.10.1",
"artalk": "^2.8.2",
"atomic-algolia": "^0.3.19",
"autocomplete.js": "^0.38.1",
"clipboard": "^2.0.11",
"cookieconsent": "^3.1.1",
"echarts": "^5.5.0",
"katex": "^0.16.9",
"node-fetch": "^3.3.2",
"tablesort": "^5.3.0",
"twemoji": "^14.0.2",
"twikoo": "^1.6.31",
"valine": "^1.5.1"
},
"devDependencies": {
"concurrently": "^8.2.2",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"tailwindcss": "^3.4.1"
}
}