-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 866 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 866 Bytes
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
{
"name": "guo-blog",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "hexo generate && cp ./source/.htaccess ./public/",
"deploy": "node deploy.cjs",
"clean": "hexo clean",
"start": "hexo server",
"test:a11y": "axe localhost:4000/photography/"
},
"hexo": {
"version": "7.3.0"
},
"dependencies": {
"hexo": "^7.0.0",
"hexo-all-minifier": "^0.5.7",
"hexo-generator-archive": "^2.0.0",
"hexo-generator-category": "^2.0.0",
"hexo-generator-index": "^3.0.0",
"hexo-generator-tag": "^2.0.0",
"hexo-renderer-dartsass": "^0.1.3",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-marked": "^6.0.0",
"hexo-renderer-stylus": "^3.0.0",
"hexo-server": "^3.0.0",
"hexo-theme-landscape": "^1.0.0"
},
"devDependencies": {
"ftp-deploy": "^2.4.7",
"hexo-feed": "^1.1.2"
}
}