-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1007 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
{
"name": "react-performance-hooks",
"version": "0.2.7",
"description": "Give users a great experience best suited to their device and network constraints",
"repository": "https://github.com/danielcardeenas/react-performance-hooks",
"author": "Daniel Cardenas, Google Chrome",
"license": "Apache-2.0",
"private": false,
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "jest",
"test:coverage": "jest --coverage"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"babel-polyfill": "^6.26.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"microbundle": "0.15.1",
"react": "18.3.1",
"react-test-renderer": "18.3.1",
"@types/node": "^22.5.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
},
"keywords": [
"react-hooks",
"hooks",
"react",
"performance"
]
}