-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
38 lines (38 loc) · 1.28 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
{
"name": "Qubt",
"version": "1.5.0",
"description": "Qubt blog 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/qubt/ --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/qubt.git"
},
"homepage": "https://github.com/chrede88/qubt#readme",
"keywords": [
"Hugo",
"blog",
"minimal",
"tailwind"
],
"author": "Christian Olsen",
"license": "MIT",
"dependencies": {
"lighthouse-badges": "1.3.6"
},
"devDependencies": {
"@tailwindcss/cli": "^0.1.2",
"@tailwindcss/typography": "0.5.15",
"prettier": "3.3.3",
"prettier-plugin-go-template": "0.0.15",
"prettier-plugin-tailwindcss": "0.6.8",
"tailwindcss": "^3.4.14"
}
}