This repository has been archived by the owner on Jan 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
62 lines (62 loc) · 1.81 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
57
58
59
60
61
62
{
"name": "react-pager",
"version": "1.3.3",
"description": "Stateless Pager component (for Bootstrap).",
"main": "dist/pager.js",
"scripts": {
"test": "./node_modules/.bin/karma start",
"build": "./node_modules/.bin/webpack --config webpack.config.js",
"build-demo": "./node_modules/.bin/webpack --config demo/webpack.config.js",
"run-demo": "./node_modules/.bin/webpack --config demo/webpack.config.js; ./node_modules/.bin/http-server demo/ -p 3077"
},
"bugs": "https://github.com/AZaviruha/pager/issues",
"keywords": [
"react",
"react-component",
"pager",
"paginator",
"bootstrap"
],
"author": "Alexei Zaviruha <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:AZaviruha/pager.git"
},
"license": "MIT",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^2.9.1",
"eslint": "^4.1.1",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"http-server": "^0.10.0",
"jasmine-core": "^2.6.4",
"json-loader": "^0.5.4",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"np": "^2.16.0",
"phantomjs-prebuilt": "^2.1.14",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-test-renderer": "^15.6.1",
"watchify": "^3.9.0",
"webpack": "^3.0.0"
}
}