-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 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": "nlsn-ssa-react",
"version": "0.0.0-development",
"description": "Synchronizes simultaneous asynchronous events in React",
"author": "nelson kenzo tamashiro <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"keywords": [
"synchronize",
"simultaneous",
"asynchronous",
"events",
"timeLapse",
"time",
"lapse"
],
"repository": {
"type": "git",
"url": "https://github.com/gitnlsn/nlsn-ssa-react"
},
"release": {
"branches": [
"master"
]
},
"files": [
"./dist/**",
"./readme.md",
"./LICENSE",
"./package.json"
],
"devDependencies": {
"@testing-library/react-hooks": "^8.0.1",
"@types/jest": "^29.5.0",
"@types/react": "17.0.44",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"react": "17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.3"
},
"peerDependencies": {
"@types/react": "^16.9.0 || ^17.0.0",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
}
}