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: aa9f8046c16d1ab37c8cea8c0be0aeb58eb4da2f (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
{
  "name": "hugo_theme_pickles",
  "version": "2.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "hugo": "hugo server",
    "dev": "gulp",
    "prod": "gulp --env production",
    "build": "gulp build --env production",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "mismith0227",
  "license": "MIT",
  "devDependencies": {
    "gulp-sass": "^4.0.2"
  },
  "dependencies": {
    "@babel/core": "^7.7.5",
    "@babel/preset-env": "^7.7.6",
    "babel-loader": "^8.0.6",
    "del": "^5.1.0",
    "gulp": "^4.0.2",
    "gulp-plumber": "^1.2.1",
    "gulp-rename": "^2.0.0",
    "jquery": "^3.2.1",
    "minimist": "^1.2.0",
    "slick-carousel": "^1.8.1",
    "standard": "^14.3.1",
    "standard-loader": "^7.0.0",
    "svgpack": "^3.1.1",
    "webpack": "^4.41.2",
    "webpack-stream": "^5.2.1",
    "zooming": "^2.1.1"
  }
}