-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "react-bootstrap-pagination",
"version": "1.0.7",
"description": "ReactJS paginator class for kurounin:pagination meteor package",
"repository": {
"type": "git",
"url": "https://github.com/Kurounin/react-bootstrap-pagination.git"
},
"author": "Kurounin",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kurounin/react-bootstrap-pagination/issues"
},
"homepage": "https://github.com/Kurounin/react-bootstrap-pagination",
"keywords": [
"react-component",
"react",
"meteor",
"pagination",
"bootstrap"
],
"scripts": {
"prepublish": "babel --plugins transform-es2015-modules-umd src --ignore __tests__ --out-dir ./dist",
"lint": "eslint ./src",
"lintfix": "eslint ./src --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-es2015-modules-umd": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.18.0",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-react": "^7.14.2",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"prop-types": "^15.5.0"
},
"peerDependencies": {
"react": "~0.14.8 || ^15.0.0",
"react-dom": "~0.14.8 || ^15.0.0",
"prop-types": "^15.5.0"
},
"dependencies": {
"babel-runtime": "^6.6.1"
}
}