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: f90b59bb547470923960ac0b50b4d53974ec6007 (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.3.1",
    "description": "Starter files for the eureka theme for hugo.",
    "main": "index.js",
    "repository": "https://github.com/wangchucheng/hugo-eureka",
    "author": "C. Wang <me@wangchucheng.com>",
    "license": "MIT",
    "scripts": {
        "start": "hugo --gc"
    },
    "devDependencies": {
        "@fullhuman/postcss-purgecss": "^2.2.0",
        "autoprefixer": "^9.7.6",
        "postcss": "^7.0.30",
        "postcss-cli": "^7.1.1",
        "postcss-import": "^12.0.1",
        "tailwindcss": "^1.9.6"
    },
    "browserslist": [
        "last 1 version",
        "> 1%",
        "maintained node versions",
        "not dead"
    ]
}