-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 804 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 804 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
29
30
31
32
33
34
{
"name": "react-panoply",
"version": "0.0.5-alpha",
"description": "A curated collection of highly reusable react hooks.",
"keywords": [
"react",
"hook",
"reuse"
],
"homepage": "https://github.com/teetotum/react-panoply",
"bugs": "https://github.com/teetotum/react-panoply/issues",
"license": "MIT",
"main": "dist/react-panoply.js",
"author": "Martin Winkler",
"repository": "github:teetotum/react-panoply",
"scripts": {
"dev": "webpack",
"build": "webpack"
},
"dependencies": {
"cookies-js": "*"
},
"devDependencies": {
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"webpack": "4.43.0",
"webpack-cli": "3.3.11",
"core-js": "3.6.5",
"babel-loader": "8.1.0"
},
"peerDependencies": {
"react": "^16.8"
}
}