-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.24 KB
/
package.json
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
{
"name": "mrtt-hexo-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server",
"eslint": "eslint .",
"p": "yarn --proxy=http://localhost:7890",
"pg": "yarn --proxy=http://localhost:7890 --registry=https://registry.npmjs.org"
},
"hexo": {
"version": "6.3.0"
},
"dependencies": {
"@jiangtj/hexo-front-matter-include": "^1.0.0",
"@jiangtj/hexo-next-article-anchor": "^1.3.0",
"@jiangtj/hexo-next-pwa": "^3.0.3",
"hexo": "^6.3.0",
"hexo-cake-local-search": "^4.4.4",
"hexo-cake-moon-menu": "^2.5.0",
"hexo-extend-injector2": "^0.3.1",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^2.0.0",
"hexo-pagination": "^3.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-cake": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.34.0",
"eslint-config-hexo": "^5.0.0"
},
"packageManager": "[email protected]+sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e"
}