-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
38
39
40
41
42
43
44
{
"name": "use-rove",
"version": "2.1.0",
"description": "Customize roving tabindex behavior using a React hook",
"source": "src/index.js",
"main": "dist/main.js",
"module": "dist/module.js",
"scripts": {
"prepublishOnly": "npm run build",
"build": "parcel build",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddamato/use-rove.git"
},
"keywords": [
"react",
"roving",
"tabindex",
"hook"
],
"author": "Donnie D'Amato <fauxserious@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/ddamato/use-rove/issues"
},
"homepage": "https://github.com/ddamato/use-rove#readme",
"peerDependencies": {
"react": ">=16.9.0"
},
"devDependencies": {
"@babel/preset-react": "^7.16.7",
"@parcel/babel-preset-env": "^2.4.1",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.5.0",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"parcel": "^2.4.1",
"react": "^16.9.0"
}
}