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

package.json « exampleSite - github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 652ef6ae0183b245a311175831618a37481549db (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
{
  "author": "",
  "comments": {
    "dependencies": {
      "bulma": "project"
    },
    "devDependencies": {}
  },
  "dependencies": {
    "bulma": "^0.9.4",
    "hotkeys-js": "^3.10.0",
    "mathjax": "^3.2.2",
    "mermaid": "^9.2.2",
    "reveal.js": "^4.4.0"
  },
  "description": "",
  "license": "MIT",
  "main": "index.js",
  "name": "examplesite",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.0.0"
}