-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) Β· 1.28 KB
/
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
46
47
48
{
"name": "react-pagination-master",
"license": "MIT",
"description": "One of the smallest, most flexible and simplest Pagination packages for the React framework. Full root control in Pagination fully automatically without refreshing the page π¨βπ»",
"author": {
"name": "Mohammad Hossein Khadem al Mahdi",
"email": "khadem13359@gmail.com"
},
"keywords": [
"react-pagination",
"pagination",
"react-pagination-main",
"react-pagination-master",
"paginator",
"react",
"library-pagination",
"library-react-pagination"
],
"private": false,
"version": "3.3.0",
"type": "module",
"files": [
"dist",
"types"
],
"homepage": "https://github.com/khadem-mh",
"repository": {
"type": "git",
"url": "git+https://github.com/khadem-mh/react-pagination-master"
},
"main": "./dist/pagination.umd.js",
"module": "./dist/pagination.es.js",
"types": "./types/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"devDependencies": {
"@vitejs/plugin-react-swc": "^3.7.0",
"path": "^0.12.7"
}
}