UNPKG

3.04 kBJSONView Raw
1{
2 "name": "@trendmicro/react-paginations",
3 "version": "0.5.5",
4 "description": "Trend Micro Components: React Paginations",
5 "main": "lib/index.js",
6 "files": [
7 "dist",
8 "lib"
9 ],
10 "scripts": {
11 "prepublish": "npm run lint && npm test && npm run clean && npm run bowersync && npm run build && npm run build-examples",
12 "bowersync": "./scripts/bowersync",
13 "build": "webpack && npm run cleancss",
14 "build-examples": "cd examples; webpack",
15 "clean": "rm -f {lib,dist}/*",
16 "cleancss": "cleancss -o dist/react-paginations.min.css dist/react-paginations.css",
17 "demo": "http-server -p 8000 docs/",
18 "lint": "eslint ./src",
19 "lint:fix": "eslint --fix ./src",
20 "test": "./babel-tap --coverage test/*.js",
21 "coveralls": "./babel-tap --coverage --coverage-report=text-lcov test/*.js | node_modules/.bin/coveralls",
22 "dev": "cd examples; webpack-dev-server --hot --inline --host 0.0.0.0 --port 8000 --content-base ../docs"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/trendmicro-frontend/react-paginations.git"
27 },
28 "author": "Cheton Wu <cheton_wu@trend.com.tw>",
29 "contributors": [
30 {
31 "name": "Cheton Wu",
32 "email": "cheton_wu@trend.com.tw",
33 "url": "https://github.com/cheton"
34 }
35 ],
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/trendmicro-frontend/react-paginations/issues"
39 },
40 "homepage": "https://github.com/trendmicro-frontend/react-paginations",
41 "keywords": [
42 "react",
43 "react-paginations",
44 "table",
45 "pagination"
46 ],
47 "peerDependencies": {
48 "react": "^0.14.0 || ^15.0.0"
49 },
50 "dependencies": {
51 "@trendmicro/react-anchor": "^0.5.2",
52 "classnames": "^2.2.5",
53 "react-addons-shallow-compare": "^0.14.0 || ^15.0.0",
54 "react-input-autosize": "^1.1.0"
55 },
56 "devDependencies": {
57 "@trendmicro/react-buttons": "~1.0.0",
58 "babel-cli": "~6.23.0",
59 "babel-core": "~6.23.1",
60 "babel-eslint": "~7.1.1",
61 "babel-loader": "~6.3.2",
62 "babel-plugin-transform-decorators-legacy": "~1.3.4",
63 "babel-preset-es2015": "~6.22.0",
64 "babel-preset-react": "~6.23.0",
65 "babel-preset-stage-0": "~6.22.0",
66 "clean-css": "~4.0.8",
67 "clean-css-cli": "~4.0.8",
68 "coveralls": "~2.11.16",
69 "css-loader": "~0.26.2",
70 "eslint": "~3.16.1",
71 "eslint-config-trendmicro": "~0.5.1",
72 "eslint-loader": "~1.6.3",
73 "eslint-plugin-import": "~2.2.0",
74 "eslint-plugin-jsx-a11y": "~2.2.3",
75 "eslint-plugin-react": "~6.10.0",
76 "extract-text-webpack-plugin": "~2.0.0",
77 "file-loader": "~0.10.1",
78 "find-imports": "~0.5.1",
79 "html-webpack-plugin": "~2.28.0",
80 "http-server": "~0.9.0",
81 "nib": "~1.1.2",
82 "react": "^0.14.0 || ^15.0.0",
83 "react-dom": "^0.14.0 || ^15.0.0",
84 "style-loader": "~0.13.2",
85 "stylint": "~1.5.9",
86 "stylint-loader": "~1.0.0",
87 "stylus-loader": "~2.5.0",
88 "tap": "~10.3.0",
89 "trendmicro-ui": "~0.3.0",
90 "url-loader": "~0.5.8",
91 "webpack": "~2.2.1",
92 "webpack-dev-server": "~2.4.1"
93 }
94}