UNPKG

5.96 kBJSONView Raw
1{
2 "name": "reactstrap",
3 "version": "4.6.2",
4 "description": "React Bootstrap 4 components",
5 "main": "lib/index.js",
6 "jsnext:main": "dist/reactstrap.es.js",
7 "module": "dist/reactstrap.es.js",
8 "scripts": {
9 "report-coverage": "coveralls < ./coverage/lcov.info",
10 "test": "BABEL_ENV=test react-scripts test --env=jsdom",
11 "cover": "npm test -- --coverage",
12 "start": "BABEL_ENV=webpack webpack-dev-server --config ./webpack.dev.config.js --watch",
13 "build-docs": "cross-env WEBPACK_BUILD=production webpack --config ./webpack.dev.config.js --progress --colors",
14 "build": "cross-env NODE_ENV=production rollup -c",
15 "prebuild": "BABEL_ENV=dist-dir babel src --out-dir lib --ignore src/__tests__/",
16 "create-release": "npm test && sh ./scripts/release",
17 "publish-release": "npm test && sh ./scripts/publish",
18 "lint": "eslint src"
19 },
20 "repository": {
21 "type": "git",
22 "url": "git+ssh://git@github.com/reactstrap/reactstrap.git"
23 },
24 "files": [
25 "LICENSE",
26 "README.md",
27 "CHANGELOG.md",
28 "lib",
29 "dist"
30 ],
31 "keywords": [
32 "reactstrap",
33 "bootstrap",
34 "react",
35 "component",
36 "components",
37 "react-component",
38 "ui"
39 ],
40 "contributors": [
41 "Eddy Hernandez <edward.d.hernandez@gmail.com> (https://github.com/eddywashere)",
42 "Evan Sharp <evan@lostonia.com> (https://github.com/TheSharpieOne)",
43 "Chris Burrell <chrisburrell@gmail.com> (https://github.com/cbfx)",
44 "Li Jinyao (https://github.com/LiJinyao)",
45 "Matthew King (https://github.com/mking-clari)",
46 "Ajai <ajainarayanan@gmail.com> (https://github.com/ajainarayanan)",
47 "Paulus Schoutsen <paulus@paulusschoutsen.nl> (https://github.com/balloob)",
48 "Ronny Haase (https://github.com/ronnyhaase)",
49 "Ali Sheehan-Dare <alisd23@live.co.uk> (https://github.com/alisd23)",
50 "Amila Welihinda (https://github.com/amilajack)",
51 "David Edmondson (https://github.com/threehams)",
52 "Aaron Panchal (https://github.com/aaronpanch)",
53 "André Pena <andrerpena@gmail.com> (https://github.com/andrerpena)",
54 "Ben Herila (https://github.com/bherila)",
55 "Binoy <me@binoy.io> (https://github.com/binoy14)",
56 "Chad Wintzer (https://github.com/arbitrarytech)",
57 "Code Review Videos (https://github.com/codereviewvideos)",
58 "Cory Deppen (https://github.com/corydeppen)",
59 "Daniel Huisman <daniel@huisman.me> (https://github.com/DanielHuisman)",
60 "Gary Thomas (https://github.com/gthomas-appfolio)",
61 "Hosmel Quintana <hosmelq@gmail.com> (https://github.com/hosmelq)",
62 "Jamie Albinson <jcalbinson@gmail.com> (https://github.com/jalbinson)",
63 "Jason Sturges <jason@jasonsturges.com> (https://github.com/jasonsturges)",
64 "Jean-Elie Barjonet (https://github.com/jebarjonet)",
65 "Jeff Francisco (https://github.com/j-francisco)",
66 "Jim Liu <junminliu@gmail.com> (https://github.com/JimLiu)",
67 "Joe (https://github.com/joemcadams)",
68 "Joe Woynillowicz (https://github.com/CoderJoeIO)",
69 "Jon Jaques <jaquers@gmail.com> (https://github.com/jonjaques)",
70 "Luc Vauvillier (https://github.com/lvauvillier)",
71 "Melissa Siu <melissa.siu@gmail.com> (https://github.com/mesiu)",
72 "Natthakit Susanthitanon (https://github.com/nsmag)",
73 "Rich Hong <hong.rich@gmail.com> (https://github.com/hongrich)",
74 "Skoranga (https://github.com/skoranga)",
75 "Thijs Vogels (https://github.com/tvogels)",
76 "Tyler Johnson <tyler@tylerjohnson.me> (https://github.com/tyler-johnson)",
77 "alan blount <alan@zeroasterisk.com> (https://github.com/zeroasterisk)",
78 "edgji (https://github.com/edgji)",
79 "nlrowe (https://github.com/nlrowe)",
80 "npm-to-cdn-bot (by Forbes Lindesay) (https://github.com/npmcdn-to-unpkg-bot)",
81 "polmauri (https://github.com/polmauri)"
82 ],
83 "license": "MIT",
84 "bugs": {
85 "url": "https://github.com/reactstrap/reactstrap/issues"
86 },
87 "homepage": "https://github.com/reactstrap/reactstrap#readme",
88 "dependencies": {
89 "classnames": "^2.2.3",
90 "lodash.isfunction": "^3.0.8",
91 "lodash.isobject": "^3.0.2",
92 "lodash.omit": "^4.4.1",
93 "lodash.tonumber": "^4.0.3",
94 "prop-types": "^15.5.8",
95 "reactstrap-tether": "1.3.4"
96 },
97 "peerDependencies": {
98 "react": "^0.14.9 || ^15.3.0",
99 "react-transition-group": "^1.1.2",
100 "react-dom": "^0.14.9 || ^15.3.0"
101 },
102 "devDependencies": {
103 "babel-cli": "^6.14.0",
104 "babel-loader": "^6.2.2",
105 "babel-plugin-transform-object-rest-spread": "^6.23.0",
106 "babel-preset-es2015-rollup": "^3.0.0",
107 "babel-preset-react": "^6.11.1",
108 "babel-preset-react-app": "^0.2.1",
109 "bootstrap": "^4.0.0-alpha.6",
110 "clean-webpack-plugin": "^0.1.8",
111 "conventional-changelog-cli": "^1.1.1",
112 "conventional-recommended-bump": "^0.3.0",
113 "copy-webpack-plugin": "^3.0.1",
114 "coveralls": "^2.11.12",
115 "cross-env": "^2.0.0",
116 "css-loader": "^0.25.0",
117 "ejs": "^2.5.1",
118 "enzyme": "^2.8.2",
119 "eslint": "^3.2.2",
120 "eslint-config-airbnb": "^10.0.0",
121 "eslint-plugin-import": "^1.12.0",
122 "eslint-plugin-jsx-a11y": "^2.0.1",
123 "eslint-plugin-react": "^6.0.0",
124 "eslint-plugin-standard": "^2.0.0",
125 "extract-text-webpack-plugin": "^1.0.1",
126 "history": "^3.0.0",
127 "holderjs": "^2.9.3",
128 "json-loader": "^0.5.4",
129 "raw-loader": "^0.5.1",
130 "react": "^15.3.0",
131 "react-addons-test-utils": "^15.3.0",
132 "react-dom": "^15.3.0",
133 "react-helmet": "^5.0.3",
134 "react-prism": "^4.1.0",
135 "react-router": "^2.6.1",
136 "react-scripts": "^0.9.5",
137 "react-test-renderer": "^15.5.4",
138 "react-transition-group": "^1.1.2",
139 "rollup": "^0.41.5",
140 "rollup-plugin-babel": "^2.7.1",
141 "rollup-plugin-babili": "^3.0.0",
142 "rollup-plugin-commonjs": "^8.0.2",
143 "rollup-plugin-node-resolve": "^3.0.0",
144 "rollup-plugin-replace": "^1.1.1",
145 "static-site-generator-webpack-plugin": "^2.0.1",
146 "style-loader": "^0.13.1",
147 "webpack": "^1.12.13",
148 "webpack-dev-server": "^1.14.1"
149 }
150}