-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "@ethang/hooks",
"version": "2.2.6-beta.0",
"description": "",
"repository": "https://github.com/eglove/hooks",
"license": "ISC",
"author": "Ethan Glover",
"type": "module",
"main": "index.js",
"scripts": {
"build": "node build.mjs",
"lint": "eslint src/ --fix"
},
"browserslist": [
"defaults and fully supports es6-module",
"maintained node versions"
],
"dependencies": {
"@ethang/toolbelt": "^4.3.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"use-sync-external-store": "^1.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@ethang/eslint-config": "^19.15.2",
"@ethang/project-builder": "^3.0.1",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/use-sync-external-store": "^0.0.6",
"eslint": "^9.14.0",
"rimraf": "^6.0.1",
"type-fest": "^4.26.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
},
"peerDependencies": {
"@ethang/toolbelt": "^4.3.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"use-sync-external-store": "^1.2.2",
"zod": "^3.23.8"
},
"engines": {
"node": "> 20.0"
}
}