-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 929 Bytes
/
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
{
"name": "@florian-cousin/use-tabs-state",
"version": "1.1.1",
"description": "Hook for React state that is shared through all tabs",
"main": "dist/useTabsState.js",
"types": "dist/useTabsState.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/FlorianCousin/use-tabs-state.git"
},
"keywords": [
"react",
"hook",
"state",
"localStorage",
"tabs",
"share"
],
"author": "Florian Cousin",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/FlorianCousin/use-tabs-state/issues"
},
"homepage": "https://github.com/FlorianCousin/use-tabs-state#readme",
"dependencies": {
"@types/react": "^18.3.3",
"react": "^18.3.1"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^20.14.11",
"typescript": "^5.5.3"
}
}