-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
65 lines (65 loc) · 2.01 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
63
64
65
{
"name": "material-ui-pagination",
"description": "An easy to use and customizable pagination component for material ui.",
"author": "lotp <[email protected]> (blog.lotp.xyz)",
"homepage": "https://github.com/lo-tp/sm2-plu://github.com/lo-tp/material-ui-pagination#readme",
"keywords": [
"pagination",
"material-ui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lo-tp/material-ui-pagination"
},
"main": "dist/index.js",
"version": "1.1.6",
"scripts": {
"prepublish": "better-npm-run build",
"build": "better-npm-run build",
"webpack-package": "node_modules/webpack/bin/webpack.js--progress --colors --watch --config webpack.config.js",
"dev-server": "node example/hotLoader.js",
"lint": "./node_modules/eslint/bin/eslint.js . --ext .jsx --ext js -c .eslintrc.js --ignore-path .eslintignore --fix",
"test": "jest"
},
"betterScripts": {
"build": "webpack --progress --colors --config webpack.config.js"
},
"dependencies": {
"prop-types": "^15.5.9"
},
"peerDependencies": {
"material-ui": ">= 0.19.0 < 1.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4"
},
"jest": {
"testEnvironment": "jsdom"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"better-npm-run": "^0.1.0",
"enzyme": "^2.7.0",
"eslint": "^3.9.1",
"eslint-config-airbnb": "latest",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"express": "^4.14.0",
"jest": "^18.1.0",
"jsdom": "^9.9.1",
"json-loader": "^0.5.4",
"material-ui": "^0.19.0",
"react": "^15.6.1",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^15.6.1",
"react-hot-loader": "3.0.0-beta.6",
"webpack": "^1.14.0",
"webpack-dev-middleware": "^1.9.0",
"webpack-hot-middleware": "^2.14.0"
}
}