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: b5e8ea87e4cbcf223fdafd4128763d2bfac55e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "name": "hugo-eureka",
    "version": "0.7.1-dev",
    "description": "Eureka is a feature-rich and highly customizable Hugo theme.",
    "repository": "https://github.com/wangchucheng/hugo-eureka",
    "author": "C. Wang <me@wangchucheng.com>",
    "devDependencies": {
        "@fullhuman/postcss-purgecss": "^4.0.3",
        "autoprefixer": "^10.2.5",
        "postcss": "^8.2.9",
        "postcss-cli": "^8.3.1",
        "postcss-import": "^14.0.1",
        "tailwindcss": "^2.0.4"
    },
    "browserslist": [
        "last 1 version",
        "> 1%",
        "maintained node versions",
        "not dead"
    ]
}