-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
42 lines (42 loc) · 918 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
38
39
40
41
42
{
"name": "react-pullable",
"version": "1.0.5",
"description": "Simple, customizable pull to refresh.",
"main": "lib/index.js",
"module": "es/index.js",
"files": [
"css",
"es",
"lib",
"umd"
],
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"deploy": "gh-pages -d demo/dist"
},
"dependencies": {
"prop-types": "^15.7.2",
"styled-components": "^5.2.1"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"gh-pages": "^1.1.0",
"nwb": "^0.25.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"author": "Stelios Constantinides <[email protected]>",
"license": "MIT",
"repository": "https://github.com/sconstantinides/react-pullable",
"keywords": [
"react",
"touch",
"pull",
"refresh",
"reload"
]
}