-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 907 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-infinite-pagination",
"version": "1.1.0",
"description": "A React component to render a infinite pagination(without total page) just like google",
"keywords": [
"pagination",
"paginate",
"infinite-paginate"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"lib/example.css",
"dist"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/react": "^17.0.3",
"typescript": "^4.2.3"
},
"peerDependencies": {
"react": ">=16.8"
},
"repository": {
"type": "git",
"url": "git://github.com/nghiepit/react-infinite-pagination.git"
},
"bugs": {
"url": "https://github.com/nghiepit/react-infinite-pagination/issues"
},
"homepage": "https://github.com/nghiepit/react-infinite-pagination",
"author": "Nghiep <me@nghiepit.dev>",
"license": "MIT"
}