-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 884 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
37
{
"name": "react-use-session",
"version": "1.2.0",
"description": "useSession hook for React",
"main": "lib/index.js",
"files": [
"lib/"
],
"types": "lib/index.d.ts",
"typings": "lib/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Gabriel Basilio Brito",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/GabrielBB/react-use-session.git"
},
"bugs": {
"url": "https://github.com/GabrielBB/react-use-session/issues"
},
"homepage": "https://github.com/GabrielBB/react-use-session",
"dependencies": {},
"devDependencies": {
"babel-core": "^6.26.3",
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0",
"ts-loader": "3",
"ts-node": "^7.0.1",
"typescript": "^3.1.3"
},
"peerDependencies": {
"react": "^16.7.0-alpha.0",
"react-dom": "^16.7.0-alpha.0"
}
}