forked from codingfishman/react-scroll-pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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
49
50
51
52
53
54
55
56
{
"name": "react-scroll-pagination",
"version": "0.1.9",
"description": "A component for pagination with scrolling",
"main": "dist/index.js",
"scripts": {
"test": "jest --no-watchman"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingfishman/react-scroll-pagination.git"
},
"keywords": [
"react",
"pagination",
"翻页",
"滑动翻页",
"当前页",
"翻页状态"
],
"author": "codingfishman",
"license": "MIT",
"bugs": {
"url": "https://github.com/codingfishman/react-scroll-pagination/issues"
},
"homepage": "https://github.com/codingfishman/react-scroll-pagination#readme",
"dependencies": {
"create-react-class": "^15.6.2",
"jquery": "^1.0.0",
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-eslint": "^6.0.3",
"babel-jest": "^9.0.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"eslint": "^2.8.0",
"eslint-plugin-flow-vars": "^0.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"jest-cli": "*",
"jscs": "^3.0.3",
"react": "~0.14.0",
"react-addons-test-utils": "~0.14.0",
"react-dom": "^0.14.0"
},
"jest": {
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/react-dom",
"<rootDir>/node_modules/react-addons-test-utils",
"<rootDir>/node_modules/jquery"
],
"collectCoverage": true
}
}