-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "hugotw3",
"version": "1.0.0",
"description": "Hugo & Tailwind CSS 3.0",
"main": "index.js",
"dependencies": {
"daisyui": "^2.19.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.4",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.2",
"postcss": "^8.4.31",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.1.6",
"daisyui": "^2.19.0"
},
"scripts": {
"start": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"watch:hugo": "hugo server",
"buildcss": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css",
"build": "hugo --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4044ever/Hugo-Tailwind-3.0.git"
},
"keywords": [
"hugo",
"tailwind",
"tailwindcss"
],
"author": "4044ever",
"license": "ISC",
"bugs": {
"url": "https://github.com/4044ever/Hugo-Tailwind-3.0/issues"
},
"homepage": "https://github.com/4044ever/Hugo-Tailwind-3.0#readme"
}