-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.79 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.79 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
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
{
"version": "1.0.11",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"types": "dist/cjs/index.d.ts",
"files": [
"dist"
],
"keywords": [
"react",
"offscreen",
"react-offscreen",
"react-activity",
"keep-alive"
],
"homepage": "https://github.com/IVLIU/react-offscreen",
"repository": {
"url": "https://github.com/IVLIU/react-offscreen"
},
"engines": {
"node": ">=16"
},
"scripts": {
"help": "rslib --help",
"build": "rslib build",
"size": "size-limit",
"analyze": "size-limit --why",
"prepare": "husky"
},
"name": "@ivliu/react-offscreen",
"author": "ivliu",
"size-limit": [
{
"path": "dist/cjs/index.js",
"limit": "10 KB"
},
{
"path": "dist/esm/index.mjs",
"limit": "10 KB"
}
],
"peerDependencies": {
"react": ">=17",
"react-dom": ">=17"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@rsbuild/plugin-react": "^1.4.0",
"@rslib/core": "^0.13.2",
"@size-limit/preset-small-lib": "^11.2.0",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"eslint": "^9.35.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"size-limit": "^11.2.0",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"dependencies": {
"@json-render/core": "^0.3.0",
"@json-render/react": "^0.2.0",
"zod": "^4.3.6"
}
}