forked from lionix-team/react-laravel-paginex
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 976 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
43
44
45
{
"name": "react-laravel-paginex",
"version": "2.0.9",
"description": "Laravel Pagination with ReactJS (customizable)",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lionix-team/react-laravel-paginex.git"
},
"keywords": [
"laravel",
"pagination",
"reactjs",
"react",
"paginate",
"lionix"
],
"contributors": [
{
"name": "Lionix Team",
"email": "[email protected]"
},
{
"name": "Garik Harutyunyan",
"email": "[email protected]"
},
{
"name": "Joe Prisk",
"email": "[email protected]"
}
],
"license": "MIT",
"peerDependencies": {
"react": "^16.8 || ^17 || ^18",
"react-dom": "^16.8 || ^17 || ^18"
},
"devDependencies": {
"@types/react": "^16.8 || ^17 || ^18",
"@types/react-dom": "^16.8 || ^17 || ^18",
"typescript": "^4.5.5"
}
}