-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 800 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
{
"comments": {
"dependencies": {},
"devDependencies": {
"@tailwindcss/typography": "github.com/nicokaiser/hugo-theme-gallery",
"autoprefixer": "github.com/nicokaiser/hugo-theme-gallery",
"postcss": "github.com/nicokaiser/hugo-theme-gallery",
"postcss-cli": "github.com/nicokaiser/hugo-theme-gallery",
"postcss-import": "github.com/nicokaiser/hugo-theme-gallery",
"tailwindcss": "github.com/nicokaiser/hugo-theme-gallery"
}
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.3"
},
"private": "true",
"scripts": {
"build": "hugo --gc --minify",
"dev": "hugo server"
}
}