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

package.json - github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d79a900ae58d97677bb186a001ff487adc1ee3e2 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
  "name": "hugo_theme_pickles",
  "version": "2.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "hugo": "hugo server -s exampleSite --baseUrl http://localhost --themesDir=../../ --theme=hugo_theme_pickles",
    "dev": "gulp",
    "prod": "gulp --env production",
    "build": "gulp build --env production",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "mismith0227",
  "license": "MIT",
  "devDependencies": {
    "fibers": "^5.0.0",
    "gulp-sass": "^4.0.2",
    "sass": "1.55.0"
  },
  "dependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "autoprefixer": "^10.4.2",
    "babel-loader": "^8.0.6",
    "css-loader": "^5.0.1",
    "cssnano": "^5.0.15",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-plumber": "^1.2.1",
    "gulp-postcss": "^9.0.1",
    "gulp-rename": "^2.0.0",
    "minimist": "^1.2.0",
    "postcss": "^8.4.5",
    "standard": "^14.3.1",
    "standard-loader": "^7.0.0",
    "style-loader": "^2.0.0",
    "svgpack": "^3.1.1",
    "swiper": "^7.4.1",
    "webpack": "^5.58.1",
    "webpack-stream": "^7.0.0",
    "zooming": "^2.1.1"
  }
}