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: 376de1b7a4b6b82db8ce46a44005d2f777476276 (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.1.0",
    "description": "Starter files for the eureka theme for hugo.",
    "main": "index.js",
    "repository": "https://github.com/wangchucheng/hugo-eureka",
    "author": "C. Wang <web@wangchucheng.com>",
    "license": "MIT",
    "scripts": {
        "start": "hugo --gc"
    },
    "devDependencies": {
        "@fullhuman/postcss-purgecss": "^3.0.0",
        "autoprefixer": "^10.0.1",
        "postcss": "^8.1.4",
        "postcss-cli": "^8.2.0",
        "postcss-import": "^13.0.0",
        "tailwindcss": "^1.9.6"
    },
    "browserslist": [
        "last 1 version",
        "> 1%",
        "maintained node versions",
        "not dead"
    ]
}