-
-
Notifications
You must be signed in to change notification settings - Fork 196
/
package.json
39 lines (39 loc) · 1.38 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
{
"name": "doit-src",
"version": "0.2.13",
"description": "DoIt theme source file",
"private": true,
"scripts": {
"dev": "concurrently \"npm run server\" \"npm run server:tailwind --watch\"",
"build": "hugo --logLevel info --minify --source=exampleSite --themesDir ../.. --gc",
"build:preview": "hugo --logLevel info --source=exampleSite --themesDir ../.. -D --gc",
"server": "hugo server --source=exampleSite --themesDir ../.. -D --disableFastRender --noHTTPCache",
"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",
"pagefind": "npx pagefind --site ./exampleSite/public",
"build:tailwind": "npx tailwindcss -i ./assets/css/tailwind.css -o ./assets/css/main.css",
"format": "npx prettier . --write"
},
"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",
"devDependencies": {
"concurrently": "^9.1.0",
"tailwindcss": "^3.4.15"
},
"dependencies": {
"atomic-algolia": "^0.3.19"
}
}