UNPKG

2.13 kBJSONView Raw
1{
2 "name": "rc-pagination",
3 "version": "3.1.12",
4 "description": "pagination ui component for react",
5 "keywords": [
6 "react",
7 "react-component",
8 "react-pagination",
9 "pagination",
10 "antd",
11 "pager"
12 ],
13 "main": "./lib/index",
14 "module": "./es/index",
15 "types": "rc-pagination.d.ts",
16 "files": [
17 "assets/*.css",
18 "assets/*.less",
19 "es",
20 "lib",
21 "dist",
22 "rc-pagination.d.ts"
23 ],
24 "homepage": "https://react-component.github.io/pagination",
25 "repository": {
26 "type": "git",
27 "url": "git@github.com:react-component/pagination.git"
28 },
29 "bugs": {
30 "url": "http://github.com/react-component/pagination/issues"
31 },
32 "license": "MIT",
33 "scripts": {
34 "start": "dumi dev",
35 "docs:build": "dumi build",
36 "docs:deploy": "gh-pages -d .doc",
37 "compile": "father build && lessc assets/index.less assets/index.css",
38 "prepublishOnly": "npm run compile && np --yolo --no-publish && npm run docs:deploy",
39 "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
40 "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
41 "pretty-quick": "pretty-quick",
42 "test": "father test",
43 "coverage": "father test --coverage",
44 "now-build": "npm run docs:build"
45 },
46 "dependencies": {
47 "@babel/runtime": "^7.10.1",
48 "classnames": "^2.2.1"
49 },
50 "devDependencies": {
51 "@types/classnames": "^2.2.9",
52 "@types/jest": "^26.0.13",
53 "@types/react": "^17.0.0",
54 "@types/react-dom": "^17.0.0",
55 "@umijs/fabric": "^2.0.3",
56 "coveralls": "^3.0.6",
57 "cross-env": "^7.0.0",
58 "dumi": "^1.1.7",
59 "enzyme": "^3.0.0",
60 "enzyme-adapter-react-16": "^1.0.1",
61 "enzyme-to-json": "^3.4.0",
62 "eslint": "^7.0.0",
63 "father": "^2.13.4",
64 "glob": "^7.1.6",
65 "less": "^3.10.3",
66 "np": "^7.0.0",
67 "prettier": "^2.0.1",
68 "pretty-quick": "^3.0.0",
69 "rc-select": "^12.0.0",
70 "react": "^16.0.0",
71 "react-dom": "^16.0.0",
72 "react-test-renderer": "^16.0.0"
73 },
74 "peerDependencies": {
75 "react": ">=16.9.0",
76 "react-dom": ">=16.9.0"
77 },
78 "cnpm": {
79 "mode": "npm"
80 },
81 "tnpm": {
82 "mode": "npm"
83 }
84}