-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.33 KB
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
{
"name": "@xh/hoist-dev-utils",
"version": "16.0.0-SNAPSHOT",
"description": "Rsbuild (Rspack + SWC) build configuration and shared dev dependencies for Hoist React applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/xh/hoist-dev-utils.git"
},
"homepage": "https://github.com/xh/hoist-dev-utils",
"bugs": "https://github.com/xh/hoist-dev-utils/issues",
"author": "Extremely Heavy Industries, Inc.",
"license": "Apache-2.0",
"files": [
"configureRsbuild.js",
"lib/**/*",
"static/**/*"
],
"engines": {
"node": ">=22.15.0"
},
"dependencies": {
"@rsbuild/core": "~2.2.7",
"@rsbuild/plugin-basic-ssl": "~1.2.3",
"@rsbuild/plugin-react": "~2.1.0",
"@rsbuild/plugin-sass": "~2.0.1",
"@types/lodash": "^4.17.25",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@xh/eslint-config": "^8.0.1",
"changelog-parser": "~4.1.0",
"lodash": "^4.18.1",
"sass-embedded": "^1.104.1",
"type-fest": "^5.10.0"
},
"devDependencies": {
"prettier": "^3.9.7"
},
"packageManager": "pnpm@12.2.1+sha512.f55ca68aacb9eb5ab69c66f828a98af89a32286703aef1f8da131ca7eab4d677f34bfa85e186467a919c0799df8b6f4aa240f7dc2919b33b3273190104162616"
}