-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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": "caus-web",
"version": "1.0.0",
"description": "CAUS WEB",
"main": "index.js",
"devDependencies": {
"@tailwindcss/postcss": "^4.0.9",
"@tailwindcss/typography": "^0.5.16",
"alpinejs": "^3.14.8",
"concurrently": "^9.1.2",
"postcss": "^8.5.3",
"postcss-cli": "^11.0.0",
"tailwindcss": "^4.0.9"
},
"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"
}