-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.5 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.5 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
{
"name": "@technobuddha/react-hooks",
"version": "1.6.2",
"description": "A small library of React hooks",
"author": {
"name": "Phil Hill",
"email": "phil@technobuddha.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/technobuddha/@technobuddha/react-hooks"
},
"bugs": {
"url": "https://github.com/technobuddha/@technobuddha/react-hooks/issues"
},
"homepage": "https://github.com/technobuddha/@technobuddha/react-hooks#readme",
"keywords": [
"react",
"hooks"
],
"scripts": {
"prebuild": "rm -rf dist",
"build": "tsc -b src/tsconfig.code.json",
"test": "TZ=America/New_York vitest"
},
"packageManager": "yarn@4.6.0",
"devDependencies": {
"@technobuddha/project": "0.0.183",
"@testing-library/react": "16.3.0",
"@types/lodash-es": "^4.17.12",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"jest-matcher-deep-close-to": "3.0.2",
"jsdom": "26.1.0",
"typedoc": "0.28.12",
"vitest": "3.2.4"
},
"technobuddhaProject": {
"version": "0.0.183",
"created": "2020-04-01T04:20:42.694Z",
"updated": "2025-09-02T10:46:19.290Z"
},
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@technobuddha/library": "^1.9.46",
"lodash-es": "4.17.21",
"react": "19.1.1",
"react-dom": "19.1.1",
"type-fest": "4.41.0"
},
"resolutions": {
"minimist": ">=1.2.6"
}
}