summaryrefslogtreecommitdiffstats
path: root/package.json
blob: a1df8ef0ff4f4779aeee59931fd2448fc4be1214 (plain) (blame)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
    "name": "hugo-theme-fuji",
    "version": "2.0.0",
    "description": "A minimal Hugo theme.",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/amzrk2/hugo-theme-fuji.git"
    },
    "keywords": [
        "hugo",
        "theme",
        "fuji"
    ],
    "author": "DSRKafuU <mail@amzrk2.cc> (https://blog.amzrk2.cc/)",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/amzrk2/hugo-theme-fuji/issues"
    },
    "homepage": "https://github.com/amzrk2/hugo-theme-fuji#readme",
    "devDependencies": {
        "@babel/core": "^7.10.2",
        "@babel/preset-env": "^7.10.2",
        "@primer/css": "14.4.0",
        "autoprefixer": "^9.8.0",
        "cssnano": "^4.1.10",
        "gulp": "^4.0.2",
        "gulp-babel": "^8.0.0",
        "gulp-postcss": "^8.0.0",
        "gulp-rename": "^2.0.0",
        "gulp-sass": "^4.1.0",
        "gulp-sourcemaps": "^2.6.5",
        "gulp-uglify": "^3.0.2",
        "node-sass": "^4.14.1",
        "npm-run-all": "^4.1.5",
        "readable-stream": "^3.6.0",
        "uglify-js": "^3.9.4"
    },
    "scripts": {
        "build": "gulp build",
        "devCss": "gulp devCss",
        "devJs": "gulp devJs",
        "dev": "npm-run-all -p devCss devJs"
    }
}