-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
44 lines (44 loc) · 1009 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
{
"name": "react-laravel-paginex",
"version": "2.0.8",
"description": "Laravel Pagination with ReactJS (customizable)",
"main": "dist/index.js",
"scripts": {
"prepublishOnly": "babel ./src --out-dir ./dist -s inline"
},
"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]"
}
],
"license": "MIT",
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"prop-types": "^15.7.2"
}
}