-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "react-use-websockets",
"version": "3.4.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nils-drechsel/react-use-websockets.git"
},
"author": "Nils J. D. Drechsel",
"license": "MIT",
"bugs": {
"url": "https://github.com/nils-drechsel/react-use-websockets/issues"
},
"homepage": "https://github.com/nils-drechsel/react-use-websockets#readme",
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/mocha": "^10.0.4",
"@types/react": "^18.2.37",
"chai": "^4.3.10",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/lodash": "^4.14.201",
"@types/uuid": "^9.0.7",
"lodash": "latest",
"nanoid": "^5.0.7",
"react-error-boundary": "^4.0.11",
"react-use-variable": "latest"
}
}