-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
59 lines (59 loc) · 2.51 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "eallion.com",
"version": "v4.0.6",
"description": "eallion.com hugo blog",
"private": true,
"scripts": {
"dev": "cd themes/blowfish && npm install && cd ../.. && set NODE_ENV=development && node ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "cd themes/blowfish && npm install && cd ../.. && set NODE_ENV=production&&node ./themes/blowfish/node_modules/tailwindcss/lib/cli.js -c ./themes/blowfish/tailwind.config.js -i ./themes/blowfish/assets/css/main.css -o ./assets/css/compiled/main.css --jit",
"esa": "node scripts/aliyun-esa-purge.js",
"hns": "net stop hns && net start hns",
"hugo": "hugo --minify --enableGitInfo",
"new": "node scripts/new_post.js",
"prepare": "husky",
"preview": "git submodule update --remote --merge && start http://192.168.0.5:1313 && hugo server -w -D -p 1313 --bind 0.0.0.0 --contentDir content -e production --enableGitInfo --disableKinds RSS --renderToMemory",
"recursive": "git submodule update --init --recursive",
"server": "git submodule update --remote --merge && start http://192.168.0.5:1313 && hugo server -w -D -p 1313 --bind 0.0.0.0 --contentDir example -e production --enableGitInfo --disableKinds RSS --renderToMemory",
"shiki": "npx rehype-cli public -o",
"theme": "git submodule update --remote --merge",
"vercel": "node scripts/vercel_env_hugo_version.js && hugo --minify --enableGitInfo && next build",
"winnat": "net stop winnat -y && net start winnat -y"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eallion/eallion.com"
},
"keywords": [
"hugo",
"theme",
"blog",
"eallion"
],
"author": "Charles Chin",
"license": "GLWTPL",
"bugs": {
"url": "https://github.com/eallion/eallion.com/issues"
},
"homepage": "https://github.com/eallion/eallion.com#readme",
"devDependencies": {
"@types/node": "^20.17.2",
"nyc": "^15.1.0",
"source-map-support": "^0.5.21",
"ts-node": "^8.10.2",
"typescript": "^3.9.10"
},
"dependencies": {
"@alicloud/tea-typescript": "^1.0.0",
"@alicloud/openapi-client": "^0.4.12",
"@alicloud/tea-console": "^1.0.0",
"@alicloud/openapi-util": "^0.3.2",
"@alicloud/tea-util": "^1.4.9",
"@shikijs/rehype": "^1.22.2",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
"fs": "0.0.1-security",
"husky": "^9.1.6",
"rehype-cli": "^12.0.1",
"shiki": "^1.22.2"
}
}