Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0293a922155b039a45132cfdbf92926075afad66 (plain)
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"
    ]
}