mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Regis Philibert
06.19.2021 16fc5e6d801d45d3c907b220245cf3ad58086253
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
44
45
46
47
48
49
{
 "author": "budparr",
 "bugs": {
  "url": "https://github.com/theNewDynamic/gohugo-theme-ananke/issues"
 },
 "comments": {
  "dependencies": {},
  "devDependencies": {
   "auto-changelog": "project",
   "babel-core": "project",
   "babel-loader": "project",
   "babel-preset-env": "project",
   "cssnano": "project",
   "postcss-cli": "project",
   "postcss-cssnext": "project",
   "postcss-import": "project",
   "tachyons": "project"
  }
 },
 "dependencies": {},
 "description": "Base Theme to start Hugo Sites",
 "devDependencies": {
  "auto-changelog": "^1.16.1",
  "babel-core": "^6.24.1",
  "babel-loader": "^7.0.0",
  "babel-preset-env": "^1.4.0",
  "cssnano": "^3.10.0",
  "postcss-cli": "^7.1.0",
  "postcss-cssnext": "^2.10.0",
  "postcss-import": "^12.0.1",
  "tachyons": "^4.9.1"
 },
 "homepage": "https://github.com/theNewDynamic/gohugo-theme-ananke#readme",
 "keywords": [
  "hugo",
  "gohugo"
 ],
 "license": "MIT",
 "main": "index.js",
 "name": "gohugo-theme-ananke",
 "repository": {
  "type": "git",
  "url": "git+https://github.com/theNewDynamic/gohugo-theme-ananke.git"
 },
 "scripts": {
  "version": "auto-changelog -p --template keepachangelog --commit-limit 0 \u0026\u0026 git add CHANGELOG.md"
 },
 "version": "2.7.0"
}