-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "@bhammond/react-stateful",
"version": "1.3.12",
"main": "dist/index.js",
"scripts": {
"build": "npx tsc"
},
"author": "Ben Hammond",
"license": "SEE LICENSE IN LICENSE",
"description": "A Signal and Querystate backed React State management utility library.",
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BenAHammond/react-stateful.git"
},
"bugs": {
"url": "https://github.com/BenAHammond/react-stateful/issues"
},
"homepage": "https://github.com/BenAHammond/react-stateful#readme",
"peerDependencies": {
"react": "^16 || ^17 || ^18 || ^19"
},
"dependencies": {
},
"keywords": [
"react",
"hooks",
"state",
"url",
"query",
"params",
"search-params",
"url-state",
"query-string",
"signals",
"state-management",
"typescript",
"react-hooks",
"browser-history",
"url-sync"
]
}