1 | {
|
2 | "name": "react-bootstrap-table",
|
3 | "version": "4.3.1",
|
4 | "description": "It's a react table for bootstrap",
|
5 | "main": "./lib/index.js",
|
6 | "repository": {
|
7 | "type": "git",
|
8 | "url": "https://github.com/AllenFang/react-bootstrap-table.git"
|
9 | },
|
10 | "scripts": {
|
11 | "lint": "eslint src",
|
12 | "test": "jest",
|
13 | "start": "gulp example-server"
|
14 | },
|
15 | "keywords": [
|
16 | "react",
|
17 | "bootstrap",
|
18 | "table",
|
19 | "grid",
|
20 | "react-component"
|
21 | ],
|
22 | "files": [
|
23 | "README.md",
|
24 | "lib/",
|
25 | "dist/",
|
26 | "css/"
|
27 | ],
|
28 | "tags": [
|
29 | "react"
|
30 | ],
|
31 | "author": "AllenFang",
|
32 | "license": "MIT",
|
33 | "devDependencies": {
|
34 | "babel-core": "^6.0.0",
|
35 | "babel-eslint": "^6.0.0",
|
36 | "babel-loader": "^6.0.0",
|
37 | "babel-preset-es2015": "^6.18.0",
|
38 | "babel-preset-react": "^6.16.0",
|
39 | "babel-preset-stage-0": "^6.16.0",
|
40 | "babelify": "^6.4.0",
|
41 | "bootstrap": "3.3.5",
|
42 | "browserify": "^11.2.0",
|
43 | "css-loader": "^0.21.0",
|
44 | "del": "^2.2.0",
|
45 | "eslint": "1.7.3",
|
46 | "eslint-config-airbnb": "0.1.0",
|
47 | "eslint-loader": "^1.3.0",
|
48 | "eslint-plugin-react": "3.6.3",
|
49 | "gulp": "^3.9.1",
|
50 | "gulp-babel": "^6.0.0",
|
51 | "gulp-concat-css": "^2.2.0",
|
52 | "gulp-cssmin": "^0.1.7",
|
53 | "gulp-shell": "^0.5.2",
|
54 | "history": "3.0.0",
|
55 | "jest-cli": "^19.0.2",
|
56 | "jquery": "^2.1.4",
|
57 | "jsx-loader": "^0.13.2",
|
58 | "react": "16.0.0",
|
59 | "react-bootstrap": "0.31.3",
|
60 | "react-dom": "16.0.0",
|
61 | "react-hot-loader": "^3.0.0-beta.6",
|
62 | "react-router": "^3.2.0",
|
63 | "style-loader": "^0.13.0",
|
64 | "styled-components": "^1.2.1",
|
65 | "vinyl-source-stream": "^1.1.0",
|
66 | "watchify": "^3.0.0",
|
67 | "webpack": "^1.12.4",
|
68 | "webpack-dev-server": "^1.12.1"
|
69 | },
|
70 | "dependencies": {
|
71 | "classnames": "^2.1.2",
|
72 | "prop-types": "^15.5.10",
|
73 | "react-modal": "^3.1.7",
|
74 | "react-s-alert": "^1.3.2"
|
75 | },
|
76 | "peerDependencies": {
|
77 | "react": "^15.0.0 || ^16.0.0"
|
78 | },
|
79 | "jest": {
|
80 | "testEnvironment": "node",
|
81 | "unmockedModulePathPatterns": [
|
82 | "<rootDir>/node_modules/react"
|
83 | ]
|
84 | }
|
85 | }
|