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

package.json - github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b20997f89f12746b8d400ad45d2c3f1d24a03a6b (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
{
  "name": "harbor",
  "version": "1.0.0",
  "description": "Simple and minimal personal blog theme for [Hugo](https://gohugo.io/).",
  "main": "index.js",
  "scripts": {
    "format": "prettier-eslint --write $PWD/'static/src/**/*.js' $PWD/'layouts/**/*.html'",
    "build-dev": "webpack --config webpack.development.js",
    "build-prod": "webpack --config webpack.production.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "matsuyoshi30",
  "license": "MIT",
  "dependencies": {
    "instant.page": "^3.0.0",
    "lunr": "^2.3.8",
    "webpack-merge": "^4.2.2"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^4.8.1",
    "@typescript-eslint/parser": "^3.10.1",
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^3.4.2",
    "eslint": "^7.14.0",
    "mark.js": "^8.11.1",
    "prettier": "^2.2.0",
    "prettier-eslint": "^12.0.0",
    "prettier-eslint-cli": "^5.0.0",
    "prettier-plugin-go-template": "^0.0.10",
    "style-loader": "^1.1.3",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11"
  }
}