|
1 | | -{ |
2 | | - "name": "rc-pagination", |
3 | | - "version": "1.17.3", |
4 | | - "description": "pagination ui component for react", |
5 | | - "keywords": [ |
6 | | - "react", |
7 | | - "react-component", |
8 | | - "react-pagination", |
9 | | - "pagination" |
10 | | - ], |
11 | | - "homepage": "http://github.com/react-component/pagination", |
12 | | - "author": "i@xiaoba.me", |
13 | | - "repository": { |
14 | | - "type": "git", |
15 | | - "url": "git@github.com:react-component/pagination.git" |
16 | | - }, |
17 | | - "bugs": { |
18 | | - "url": "http://github.com/react-component/pagination/issues" |
19 | | - }, |
20 | | - "license": "MIT", |
21 | | - "files": [ |
22 | | - "dist", |
23 | | - "lib", |
24 | | - "es", |
25 | | - "assets/*.css" |
26 | | - ], |
27 | | - "main": "lib/index", |
28 | | - "module": "es/index", |
29 | | - "config": { |
30 | | - "port": 3000, |
31 | | - "entry": { |
32 | | - "rc-pagination": [ |
33 | | - "./src/index.js", |
34 | | - "./assets/index.less" |
35 | | - ] |
36 | | - } |
37 | | - }, |
38 | | - "scripts": { |
39 | | - "dist": "rc-tools run dist", |
40 | | - "build": "rc-tools run build", |
41 | | - "compile": "rc-tools run compile --babel-runtime", |
42 | | - "gh-pages": "rc-tools run gh-pages", |
43 | | - "start": "rc-tools run server", |
44 | | - "pub": "rc-tools run pub --babel-runtime", |
45 | | - "lint": "rc-tools run lint", |
46 | | - "lint:fix": "rc-tools run lint --fix", |
47 | | - "karma": "rc-test run karma", |
48 | | - "saucelabs": "rc-test run saucelabs", |
49 | | - "test": "rc-test run test", |
50 | | - "chrome-test": "rc-test run chrome-test", |
51 | | - "coverage": "rc-test run coverage" |
52 | | - }, |
53 | | - "devDependencies": { |
54 | | - "core-js": "^2.5.1", |
55 | | - "expect.js": "0.3.x", |
56 | | - "pre-commit": "1.x", |
57 | | - "rc-select": "6.x", |
58 | | - "rc-test": "^6.0.1", |
59 | | - "rc-tools": "6.x", |
60 | | - "react": "^16.5.2", |
61 | | - "react-dom": "^16.5.2" |
62 | | - }, |
63 | | - "pre-commit": [ |
64 | | - "lint" |
65 | | - ], |
66 | | - "dependencies": { |
67 | | - "babel-runtime": "6.x", |
68 | | - "prop-types": "^15.5.7" |
69 | | - } |
70 | | -} |
| 1 | +{ |
| 2 | + "name": "rc-pagination", |
| 3 | + "version": "1.17.3", |
| 4 | + "description": "pagination ui component for react", |
| 5 | + "keywords": [ |
| 6 | + "react", |
| 7 | + "react-component", |
| 8 | + "react-pagination", |
| 9 | + "pagination" |
| 10 | + ], |
| 11 | + "homepage": "http://github.com/react-component/pagination", |
| 12 | + "author": "i@xiaoba.me", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git@github.com:react-component/pagination.git" |
| 16 | + }, |
| 17 | + "bugs": { |
| 18 | + "url": "http://github.com/react-component/pagination/issues" |
| 19 | + }, |
| 20 | + "license": "MIT", |
| 21 | + "files": [ |
| 22 | + "dist", |
| 23 | + "lib", |
| 24 | + "es", |
| 25 | + "assets/*.css" |
| 26 | + ], |
| 27 | + "main": "lib/index", |
| 28 | + "module": "es/index", |
| 29 | + "config": { |
| 30 | + "port": 3000, |
| 31 | + "entry": { |
| 32 | + "rc-pagination": [ |
| 33 | + "./src/index.js", |
| 34 | + "./assets/index.less" |
| 35 | + ] |
| 36 | + } |
| 37 | + }, |
| 38 | + "scripts": { |
| 39 | + "dist": "rc-tools run dist", |
| 40 | + "build": "rc-tools run build", |
| 41 | + "compile": "rc-tools run compile --babel-runtime", |
| 42 | + "gh-pages": "rc-tools run gh-pages", |
| 43 | + "start": "rc-tools run server", |
| 44 | + "pub": "rc-tools run pub --babel-runtime", |
| 45 | + "lint": "rc-tools run lint", |
| 46 | + "lint:fix": "rc-tools run lint --fix", |
| 47 | + "karma": "rc-test run karma", |
| 48 | + "saucelabs": "rc-test run saucelabs", |
| 49 | + "test": "rc-test run test", |
| 50 | + "chrome-test": "rc-test run chrome-test", |
| 51 | + "coverage": "rc-test run coverage" |
| 52 | + }, |
| 53 | + "devDependencies": { |
| 54 | + "core-js": "^2.5.1", |
| 55 | + "expect.js": "0.3.x", |
| 56 | + "pre-commit": "1.x", |
| 57 | + "rc-select": "6.x", |
| 58 | + "rc-test": "^6.0.1", |
| 59 | + "rc-tools": "6.x", |
| 60 | + "react": "^16.5.2", |
| 61 | + "react-dom": "^16.5.2" |
| 62 | + }, |
| 63 | + "pre-commit": [ |
| 64 | + "lint" |
| 65 | + ], |
| 66 | + "dependencies": { |
| 67 | + "babel-runtime": "6.x", |
| 68 | + "prop-types": "^15.5.7", |
| 69 | + "react-lifecycles-compat": "^3.0.4" |
| 70 | + } |
| 71 | +} |
0 commit comments