forked from wangchucheng/hugo-eureka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 832 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
{
"name": "hugo-eureka",
"version": "0.9.3",
"description": "Eureka is a feature-rich and highly customizable Hugo theme.",
"repository": "https://github.com/wangchucheng/hugo-eureka",
"author": "WANG Chucheng <me@wangchucheng.com>",
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.2",
"cssnano": "^5.1.1",
"postcss": "^8.4.8",
"postcss-cli": "^9.1.0",
"prettier": "^2.5.1",
"prettier-plugin-go-template": "^0.0.11",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.23",
"tailwindcss-rtl": "^0.9.0"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}