-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 1.21 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
{
"name": "l1nkr",
"version": "1.9.2",
"description": "L1nkr theme for Hugo",
"main": "index.js",
"scripts": {
"build-tailwind": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/compiled/main.css",
"dev-tailwind": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/compiled/main.css --watch",
"example-site": "hugo server --source ./exampleSite --themesDir ../..",
"lighthouse": "export LIGHTHOUSE_BADGES_CONFIGURATION_PATH='./lighthouse-config.json' && npx lighthouse-badges --url https://chrede88.github.io/L1nkr/ --output-path ./lighthouse --badge-style plastic --save-report",
"lint-check": "npx prettier --check ./layouts/",
"lint": "npx prettier --write ./layouts/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrede88/l1nkr.git"
},
"homepage": "https://github.com/chrede88/l1nkr#readme",
"keywords": [
"Hugo",
"linktree",
"minimal",
"tailwind"
],
"author": "Christian Olsen",
"license": "MIT",
"dependencies": {
"lighthouse-badges": "1.3.7",
"tailwindcss": "3.4.16"
},
"devDependencies": {
"prettier": "3.4.2",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "0.6.9"
}
}