-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
36 lines (35 loc) · 964 Bytes
/
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
{
"name": "hugotw3",
"version": "1.0.0",
"description": "Hugo & Tailwind CSS 3.4.1",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"npm-run-all": "^4.1.5",
"@tailwindcss/typography": "^0.5.10",
"tailwindcss": "^3.4.1"
},
"scripts": {
"start:css": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css -w",
"start:hugo": "hugo server",
"start": "run-p start:*",
"build:css": "npx tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css -m",
"build:hugo": "hugo --minify",
"build": "run-s build:*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4044ever/Hugo-Tailwind-3.2.git"
},
"keywords": [
"hugo",
"tailwind",
"tailwindcss"
],
"author": "4044ever",
"license": "ISC",
"bugs": {
"url": "https://github.com/4044ever/Hugo-Tailwind-3.2/issues"
},
"homepage": "https://github.com/4044ever/Hugo-Tailwind-3.2#readme"
}