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

package.json - github.com/g1eny0ung/hugo-theme-dream.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba43e6ed2ffb4aa8abdda6e46ff3d023974e934d (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
{
  "name": "hugo-theme-dream",
  "version": "1.0.0",
  "description": "Hugo theme named Dream",
  "repository": "https://github.com/g1eny0ung/hugo-theme-dream.git",
  "author": "Yue Yang <g1enyy0ung@gmail.com> (https://g1eny0ung.site)",
  "license": "MIT",
  "private": true,
  "scripts": {
    "dev": "gulp watch",
    "prod": "gulp prod"
  },
  "devDependencies": {
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-sass": "^4.0.2",
    "gulp-uglify": "^3.0.2",
    "node-sass": "^4.13.0"
  },
  "resolutions": {
    "kind-of": ">=6.0.3"
  }
}