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

package.json - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52f373018a0a96b368d8f3909b5a1d62a7420f38 (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
{
  "name": "loveit-src",
  "version": "0.1.2",
  "description": "LoveIt theme source file",
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/preset-env": "^7.8.4",
    "babel-preset-minify": "^0.5.1",
    "husky": "^4.2.3"
  },
  "scripts": {
    "build": "npx babel src --out-file assets/js/theme.min.js --source-maps && hugo -v --source=exampleSite --themesDir=../.. -D --gc",
    "start": "npm run build && hugo server --source=exampleSite --themesDir=../.. --disableFastRender",
    "copy": "rm -rf resources && cp -rf exampleSite/resources resources"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run build && npm run copy && git add .",
      "pre-push": "npm run build && npm run copy && git add ."
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dillonzq/LoveIt.git"
  },
  "keywords": [
    "hugo",
    "theme"
  ],
  "author": "Dillon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dillonzq/LoveIt/issues"
  },
  "homepage": "https://github.com/dillonzq/LoveIt#readme"
}