-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 5.42 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "src-posts",
"version": "1.0.0",
"description": "**COPYING THE ARTICLES HERE ARE STRICTLY PROHIBITED** ||| |---|---| | Engine Used | [NodeJS](https://nodejs.org/) | | Framework | (site generato) [HexoJS](https://hexo.io/), (article processor) [SBG](https://github.com/dimaslanjaka/static-blog-generator) |",
"main": "index.js",
"type": "module",
"exports": {
".": "./src/main.js",
"./red": "./src/main-red.js",
"./blue": "./src/main-blue.js",
"./package.json": "./package.json"
},
"scripts": {
"start": "node --loader ts-node/esm -r dotenv/config src/translate.ts",
"postinstall": "node postinstall.cjs --yarn",
"update:postinstall": "curl -L https://github.com/dimaslanjaka/nodejs-package-types/raw/main/postinstall.js > postinstall.cjs",
"update:ncu": "npx npm-check-updates -u -x \"jsdom,chalk,deepmerge-ts,husky,eslint*\"",
"update": "run-s update:**",
"postupdate": "npm install",
"fix:puppeteer": "node node_modules/puppeteer/install.js",
"build": "ts-node -r dotenv/config src/i18n/iterate-posts.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/bluebird": "^3.5.42",
"@types/browser-sync": "^2",
"@types/express": "^4",
"@types/fs-extra": "^11.0.4",
"@types/gulp": "^4.0.17",
"@types/jsdom": "^21",
"@types/lodash.flatten": "^4",
"@types/node": "^20.11.19",
"@types/node-sass": "^4.11.7",
"@types/nunjucks": "^3",
"@types/request": "^2",
"@types/through2": "https://github.com/dimaslanjaka/nodejs-package-types/raw/through2/release/types-through2.tgz",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"binary-collections": "^2.0.5",
"chokidar": "^3.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"electron": "^29.0.1",
"es-main": "^1.3.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.0",
"glob-watcher": "^6.0.0",
"gulp": "^4.0.2",
"marked": "^12.0.0",
"node-sass": "^9.0.0",
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"rollup": "^3.28.1",
"through2": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@electron/remote": "^2.1.2",
"@octokit/core": "^5.0.0",
"@octokit/graphql": "^7.0.1",
"@octokit/request": "^6.2.8",
"@octokit/rest": "^20.0.1",
"@octokit/types": "^12.5.0",
"ansi-colors": "^4.1.3",
"axios": "^1.6.7",
"bluebird": "^3.7.2",
"browser-sync": "^3.0.2",
"cheerio": "^1.0.0-rc.12",
"connect-browser-sync": "^2.1.0",
"deepmerge-ts": "4",
"electron-is-dev": "^3.0.1",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"git-command-helper": "^2.0.2",
"glob": "^10.3.4",
"hexo-post-parser": "*",
"hexo-util": "^3.2.0",
"husky": "^8.0.3",
"i18next": "^23.10.0",
"jsdom": "21",
"lodash.flatten": "^4.4.0",
"moment-timezone": "^0.5.45",
"nunjucks": "^3.2.4",
"proxies-grabber": "^1.1.2",
"puppeteer": "^22.2.0",
"puppeteer-google-translate": "*",
"puppeteer-page-proxy": "^1.3.0",
"querystring": "^0.2.1",
"request": "^2.88.2",
"sbg-utility": "^1.1.6",
"socks-proxy-agent": "^8.0.2",
"undici": "^6.4.0",
"upath": "^2.0.1",
"yaml": "^2.3.4"
},
"packageManager": "yarn@4.5.0",
"resolutions": {
"node-libcurl": "4.0.0",
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/tarball/private",
"safelinkify": "https://github.com/dimaslanjaka/safelink/raw/monorepo/release/safelinkify.tgz",
"sbg-api": "https://github.com/dimaslanjaka/static-blog-generator/raw/e95b585/packages/sbg-api/release/sbg-api.tgz",
"sbg-cli": "https://github.com/dimaslanjaka/static-blog-generator/raw/e95b585/packages/sbg-cli/release/sbg-cli.tgz",
"sbg-server": "https://github.com/dimaslanjaka/static-blog-generator/raw/e95b585/packages/sbg-server/release/sbg-server.tgz",
"sbg-utility": "https://github.com/dimaslanjaka/static-blog-generator/raw/e95b585/packages/sbg-utility/release/sbg-utility.tgz",
"sitemap-crawler": "https://github.com/dimaslanjaka/static-blog-generator/raw/e95b585/packages/sitemap-crawler/release/sitemap-crawler.tgz",
"static-blog-generator": "https://github.com/dimaslanjaka/static-blog-generator/raw/e95b585/packages/static-blog-generator/release/static-blog-generator.tgz",
"hexo-blogger-xml": "https://github.com/dimaslanjaka/hexo-blogger-xml/raw/monorepo/release/hexo-blogger-xml.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/6fdd635/releases/hexo-asset-link.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/6fdd635/releases/hexo-front-matter.tgz",
"hexo": "https://github.com/dimaslanjaka/hexo/raw/6fdd635/releases/hexo.tgz",
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/6fdd635/releases/warehouse.tgz",
"git-command-helper": "https://github.com/dimaslanjaka/git-command-helper/raw/pre-release/release/git-command-helper.tgz",
"instant-indexing": "https://github.com/dimaslanjaka/static-blog-generator/raw/e95b585/packages/instant-indexing/release/instant-indexing.tgz"
},
"engines": {
"node": ">=14",
"npm": "^8",
"hexo": ">= 3"
},
"workspaces": [
"posts"
]
}