-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 999 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
38
39
40
41
{
"name": "startup",
"version": "1.0.0",
"description": "Hugo & Tailwind CSS 3.0",
"devDependencies": {
"@tailwindcss/aspect-ratio": "latest",
"@tailwindcss/forms": "latest",
"@tailwindcss/line-clamp": "latest",
"@tailwindcss/typography": "latest",
"alpinejs": "latest",
"@alpinejs/collapse": "latest",
"@alpinejs/persist": "latest",
"autoprefixer": "latest",
"concurrently": "latest",
"postcss": "latest",
"postcss-cli": "latest",
"prettier": "latest",
"tailwindcss": "latest"
},
"scripts": {
"dev": "concurrently npm:watch:*",
"watch:tw": "tailwindcss -i ./assets/css/main.css -o ./assets/css/style.css --watch",
"watch:hugo": "hugo server",
"build": "hugo --minify"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"hugo",
"tailwind",
"tailwindcss"
],
"author": "ivanchromjak",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "https://ivanchromjak.com"
}