-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 975 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
36
37
{
"name": "hugotw3",
"version": "1.0.0",
"description": "Hugo & Tailwind CSS 3.0",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@tailwindcss/typography": "^0.5.0",
"@tailwindcss/line-clamp": "^0.3.0",
"autoprefixer": "^10.4.0",
"concurrently": "^6.5.1",
"postcss": "^8.4.5",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.7"
},
"scripts": {
"start": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./static/css/custom.css -o ./static/css/style.css --watch",
"watch:hugo": "hugo server",
"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"
}