-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 750 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 750 Bytes
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
{
"name": "customhooks",
"version": "0.0.1",
"description": "phu96's personal library of custom React hooks",
"main": "src/index.js",
"repository": "git://github.com/Phu96/customHooks",
"author": "Tran Phu <viscafcb96@gmail.com>",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@phu96/customhooks": "git+https://git@github.com/Phu96/customHooks.git#master",
"deepmerge": "^4.2.2"
},
"devDependencies": {
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"eslint": "^6.3.0",
"jest": "^24.7.1",
"npm-run-all": "^4.1.5",
"prettier": "^1.17.0",
"react": "^16.8.6"
},
"peerDependencies": {
"react": "^16.8.6"
}
}