UNPKG

3.3 kBJSONView Raw
1{
2 "name": "reactstrap",
3 "version": "4.3.0",
4 "description": "React Bootstrap 4 components",
5 "main": "lib/index.js",
6 "scripts": {
7 "report-coverage": "coveralls < ./coverage/lcov.info",
8 "test": "react-scripts test --env=jsdom",
9 "cover": "npm test -- --coverage",
10 "start": "webpack-dev-server --config ./webpack.dev.config.js --watch",
11 "build-docs": "cross-env WEBPACK_BUILD=production webpack --config ./webpack.dev.config.js --progress --colors",
12 "build": "cross-env WEBPACK_BUILD=production webpack --progress --colors && webpack --progress --colors",
13 "prebuild": "babel src --out-dir lib --ignore src/__tests__/",
14 "create-release": "npm test && sh ./scripts/release",
15 "publish-release": "npm test && sh ./scripts/publish",
16 "lint": "eslint src"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+ssh://git@github.com/reactstrap/reactstrap.git"
21 },
22 "files": [
23 "LICENSE",
24 "README.md",
25 "CHANGELOG.md",
26 "lib",
27 "dist"
28 ],
29 "keywords": [
30 "reactstrap",
31 "bootstrap",
32 "react",
33 "component",
34 "components",
35 "react-component",
36 "ui"
37 ],
38 "contributors": [
39 "Eddy Hernandez <edward.d.hernandez@gmail.com> (http://eddywashere.com)",
40 "Chris Burrell <chrisburrell@gmail.com> (https://github.com/cbfx)"
41 ],
42 "license": "MIT",
43 "bugs": {
44 "url": "https://github.com/reactstrap/reactstrap/issues"
45 },
46 "homepage": "https://github.com/reactstrap/reactstrap#readme",
47 "dependencies": {
48 "classnames": "^2.2.3",
49 "lodash.isfunction": "^3.0.8",
50 "lodash.isobject": "^3.0.2",
51 "lodash.omit": "^4.4.1",
52 "lodash.tonumber": "^4.0.3",
53 "tether": "^1.3.4"
54 },
55 "peerDependencies": {
56 "react": "^0.14.0 || ^15.0.0",
57 "react-addons-css-transition-group": "^0.14.0 || ^15.0.0",
58 "react-addons-transition-group": "^0.14.0 || ^15.0.0",
59 "react-dom": "^0.14.0 || ^15.0.0"
60 },
61 "devDependencies": {
62 "babel-cli": "^6.14.0",
63 "babel-loader": "^6.2.2",
64 "babel-preset-es2015": "^6.14.0",
65 "babel-preset-react": "^6.11.1",
66 "babel-preset-react-app": "^0.2.1",
67 "babel-preset-stage-0": "^6.5.0",
68 "bootstrap": "^4.0.0-alpha.6",
69 "clean-webpack-plugin": "^0.1.8",
70 "conventional-changelog-cli": "^1.1.1",
71 "conventional-recommended-bump": "^0.3.0",
72 "copy-webpack-plugin": "^3.0.1",
73 "coveralls": "^2.11.12",
74 "cross-env": "^2.0.0",
75 "css-loader": "^0.25.0",
76 "ejs": "^2.5.1",
77 "enzyme": "^2.4.1",
78 "eslint": "^3.2.2",
79 "eslint-config-airbnb": "^10.0.0",
80 "eslint-plugin-import": "^1.12.0",
81 "eslint-plugin-jsx-a11y": "^2.0.1",
82 "eslint-plugin-react": "^6.0.0",
83 "eslint-plugin-standard": "^2.0.0",
84 "extract-text-webpack-plugin": "^1.0.1",
85 "history": "^3.0.0",
86 "holderjs": "^2.9.3",
87 "json-loader": "^0.5.4",
88 "raw-loader": "^0.5.1",
89 "react": "^15.3.0",
90 "react-addons-css-transition-group": "^15.3.2",
91 "react-addons-test-utils": "^15.3.0",
92 "react-addons-transition-group": "^15.3.0",
93 "react-dom": "^15.3.0",
94 "react-helmet": "^3.0.1",
95 "react-prism": "4.0.0",
96 "react-router": "^2.6.1",
97 "react-scripts": "^0.7.0",
98 "static-site-generator-webpack-plugin": "^2.0.1",
99 "style-loader": "^0.13.1",
100 "webpack": "^1.12.13",
101 "webpack-dev-server": "^1.14.1"
102 }
103}