forked from kristofzerbe/kiko.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.92 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.92 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "kiko-io",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "grunt && hexo generate && npx pagefind",
"generate": "hexo generate && npx pagefind",
"start": "hexo generate && npx pagefind && hexo server",
"all": "hexo clean && hexo generate && npx pagefind && hexo server"
},
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"@remy/webmention": "^1.4.5",
"chalk": "^4.1.2",
"exifr": "^7.1.3",
"front-matter": "^4.0.2",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-git": "^1.1.1",
"grunt-hexo": "^0.2.2",
"handlebars": "^4.7.8",
"hexo": "^6.3.0",
"hexo-asset-link": "^2.2.2",
"hexo-browsersync": "^0.3.0",
"hexo-cli": "^4.3.1",
"hexo-feed": "^1.1.1",
"hexo-front-matter": "^4.1.0",
"hexo-fs": "^4.1.1",
"hexo-generator-alias": "^1.0.0",
"hexo-generator-anything": "^1.0.12",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-copy": "^0.1.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-json-content": "^4.2.3",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-hide-posts": "^0.2.0",
"hexo-info-api": "^0.1.2",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.1.1",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-tag-video": "0.0.2",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"is-internet-available": "^3.1.0",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.3",
"load-grunt-tasks": "^5.1.0",
"object-assign": "^4.1.1",
"puppeteer": "^13.7.0",
"sharp": "^0.32.4"
},
"devDependencies": {
"grunt-exec": "^3.0.0"
}
}