-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
121 lines (121 loc) · 4.68 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
{
"name": "static-blog-generator-root",
"version": "3.0.1",
"description": "Pre-processing of all source posts/articles before rendering using hexo. Useful for low-end devices to avoid memory heap errors. With this package you can prevent using a large number of hexo plugins, because some functions (runners) are separated by task, so they are memory friendly.",
"private": true,
"files": [
"packages/sbg-*/dist/**/*",
"packages/sbg-*/package.json",
"LICENSE",
"*.json",
"!dist/**/*",
"!**/node_modules/**",
"!packages/**/node_modules/**",
"!**/tmp/**",
"!packages/**/tmp/**",
"!test",
"!**/test/**",
"!**/src/**"
],
"scripts": {
"start": "yarn build && yarn workspace sbg-site-test run start",
"update:ncu": "npm-check-updates -u -x chalk,codemirror,highlight.js,hexo && yarn workspaces foreach --worktree run update:ncu",
"update:packer": "yarn workspaces foreach --worktree run update:packer",
"update": "run-s \"update:**\"",
"docs": "node docs.js",
"lint": "yarn workspaces run lint",
"test": "jest --coverage --runInBand --detectOpenHandles",
"test-serve": "node jest.serve.js",
"build:util": "yarn workspace sbg-utility run build",
"build:api": "yarn workspace sbg-api run build",
"build:server": "yarn workspace sbg-server run build",
"build:cli": "yarn workspace sbg-cli run build",
"build": "run-s \"build:**\" && yarn workspaces foreach --worktree --no-private run build",
"clean:util": "yarn workspace sbg-utility run clean",
"clean": "run-s \"clean:**\" && yarn workspaces foreach --worktree --no-private run clean",
"pack": "yarn workspaces foreach --no-private exec \"npm run pack --if-present -- --commit\"",
"prepare": "husky"
},
"author": "Dimas Lanjaka <[email protected]> (https://webmanajemen.com)",
"license": "MIT",
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"devDependencies": {
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@babel/preset-typescript": "^7.25.7",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@jest/globals": "^29.7.0",
"@types/gulp": "^4.0.17",
"@types/jest": "^29.5.13",
"@types/node": "^22.7.5",
"@types/through2": "https://github.com/dimaslanjaka/nodejs-package-types/tarball/through2",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"babel-jest": "^29.7.0",
"binary-collections": "https://github.com/dimaslanjaka/bin",
"depcheck": "^1.4.7",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"gulp": "^5.0.0",
"gulp-cli": "^3.0.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-config": "^29.7.0",
"jest-html-reporters": "^3.1.7",
"jsonc-parser": "^3.3.1",
"lint-staged": "^15.2.10",
"nodemon": "^3.1.7",
"npm-check-updates": "^17.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-transform-paths": "^3.5.1"
},
"workspaces": {
"packages": [
"packages/*",
"test"
]
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16"
},
"peerDependenciesMeta": {
"markdown-it-anchor": {
"optional": true
},
"react-dom": {
"optional": true
}
},
"resolutions": {
"hexo": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo.tgz",
"hexo-asset-link": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-asset-link.tgz",
"hexo-cli": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-cli.tgz",
"hexo-front-matter": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-front-matter.tgz",
"hexo-log": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-log.tgz",
"hexo-util": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/hexo-util.tgz",
"warehouse": "https://github.com/dimaslanjaka/hexo/raw/fc1f9b7/releases/warehouse.tgz",
"hexo-renderers": "https://github.com/dimaslanjaka/hexo-renderers/raw/3f727de/release/hexo-renderers.tgz",
"hexo-shortcodes": "https://github.com/dimaslanjaka/hexo-shortcodes/raw/f70a1c0/release/hexo-shortcodes.tgz",
"cross-spawn": "https://github.com/dimaslanjaka/node-cross-spawn/raw/80999ac/release/cross-spawn.tgz",
"sbg-api": "workspace:^",
"sbg-server": "workspace:^",
"sbg-utility": "workspace:^",
"sbg-cli": "workspace:^",
"sitemap-crawler": "workspace:^",
"@sbg/sitemap-crawler": "workspace:^",
"instant-indexing": "workspace:^"
}
}