-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
50 lines (50 loc) · 1.12 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
49
50
{
"name": "react-use-please-stay",
"version": "1.6.11",
"description": "A react hook that animates the document title when you leave a tab in a browser.",
"author": "Chris Frewin",
"license": "MIT",
"repository": "princefishthrower/react-use-please-stay",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -c -w"
},
"peerDependencies": {
"react": ">= 17.0.2",
"react-dom": ">= 17.0.2"
},
"devDependencies": {
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"eslint-plugin-react-hooks": "^4.0.8",
"prettier": "^2.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^1.29.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-typescript2": "^0.25.3",
"rollup-plugin-uglify": "^6.0.4",
"typescript": "^3.8.3"
},
"files": [
"dist"
],
"keywords": [
"react",
"react hook",
"typescript",
"npm",
"change document title",
"favicon",
"title-animation",
"animation"
],
"dependencies": {
"prop-types": "^15.7.2"
}
}