-
Notifications
You must be signed in to change notification settings - Fork 147
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "TailBliss",
"version": "0.6.1",
"description": "Hugo + Alpine.js + TailwindCSS",
"main": "index.js",
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.3",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.14"
},
"scripts": {
"start": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"watch:hugo": "hugo server",
"build": "hugo --minify",
"test": "hugo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nusserstudios/tailbliss.git"
},
"keywords": [
"hugo",
"tailwind",
"tailwindcss",
"alpinejs",
"minimal",
"responsive",
"light mode",
"dark mode",
"hugo blog",
"categories",
"tags"
],
"author": "NusserStudios",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nusserstudios/tailbliss/issues"
},
"homepage": "https://github.com/nusserstudios/tailbliss"
}