-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.5 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
42
{
"name": "tripper-press-site",
"version": "0.1.0",
"private": true,
"hexo": {
"version": "6.0.0"
},
"scripts": {
"generate": "hexo generate --config new_config.yml && hexo algolia",
"vercel": "bash vercel.sh",
"clean": "hexo clean",
"deploy": "hexo deploy",
"publish": "npm run tailwind && npm run clean && npm run deploy",
"dev": "bash dev.sh",
"taildev": "npx tailwindcss -i ./themes/hexo-theme-type/source/css/input.css -o ./themes/hexo-theme-type/source/css/tailwind.css --watch",
"tailbuild": "npx tailwindcss -i ./themes/hexo-theme-type/source/css/input.css -o ./themes/hexo-theme-type/source/css/tailwind.css",
"server": "hexo server --config new_config.yml"
},
"dependencies": {
"hexo": "^6.0.0",
"hexo-abbrlink": "^2.2.1",
"hexo-algoliasearch": "^1.0.0",
"hexo-footnotes": "^1.0.2",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
"hexo-generator-json-content": "^4.2.3",
"hexo-generator-search": "^2.4.3",
"hexo-generator-sitemap": "^3.0.1",
"hexo-generator-tag": "^1.0.0",
"hexo-helper-qrcode": "^1.0.2",
"hexo-renderer-dartsass": "^0.1.2",
"hexo-renderer-ejs": "^2.0.0",
"hexo-renderer-markdown-it": "^6.1.0",
"hexo-server": "^3.0.0",
"hexo-symbols-count-time": "^0.7.1",
"markdown-it-imsize": "^2.0.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-task-lists": "^2.1.1"
}
}