-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.77 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
{
"name": "itsfabian.me",
"version": "2.0.0",
"description": "My Blog - Build with Hugo - Served by Github Pages",
"main": "tailwind.config.js",
"engines": {
"node": "18.14.1",
"npm": "9.3.1"
},
"dependencies": {
"feather-icons": "^4.29.2",
"highlight.js": "^11.9.0",
"hugo-extended": "^0.127.0",
"katex": "^0.16.10",
"normalize.css": "^8.0.1",
"postcss-cli": "^11.0.0",
"postcss-selector-parser": "^6.1.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"cypress": "^13.12.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.4.4"
},
"scripts": {
"build": "npm run hugo:build",
"test": "echo \"Error: no test specified\" && exit 1",
"drafts": "hugo-extended list drafts",
"start": "npm run hugo:start",
"start:native": "npm run hugo:start:native",
"serve": "hugo-extended server -D",
"server-test": "hugo-extended server -D --bind 0.0.0.0 --noHTTPCache",
"hugo:build": "hugo-extended --cleanDestinationDir --gc --printPathWarnings --printUnusedTemplates --templateMetricsHints --minify --verbose --noTimes",
"hugo:start": "hugo-extended -p 1313 server -D --cleanDestinationDir --gc --verbose --noHTTPCache --disableFastRender",
"hugo:start:native": "hugo -p 1313 server -D --cleanDestinationDir --gc --verbose --noHTTPCache --disableFastRender"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lauwarm/lauwarm.github.io.me.git"
},
"author": "Fabian",
"license": "ISC",
"bugs": {
"url": "https://github.com/lauwarm/lauwarm.github.io.me/issues"
},
"homepage": "https://github.com/lauwarm/lauwarm.github.io.me#readme"
}