329 lines
16 KiB
JSON
329 lines
16 KiB
JSON
{
|
|
"name": "reactstrap",
|
|
"version": "9.2.3",
|
|
"description": "React Bootstrap components",
|
|
"source": "src/index.js",
|
|
"main": "lib/index.js",
|
|
"module": "esm/index.js",
|
|
"types": "types/index.d.ts",
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"test": "jest --watch",
|
|
"test:ci": "jest",
|
|
"cover": "jest --coverage",
|
|
"start": "start-storybook -s ./static -p 8080",
|
|
"build:docs": "build-storybook -s ./static -o ./build",
|
|
"build:esm": "babel src --out-dir esm --config-file ./babel.esm.config.cjs --extensions '.js,.ts,.tsx'",
|
|
"build:lib": "babel src --out-dir lib --config-file ./babel.build.config.cjs --extensions '.js,.ts,.tsx'",
|
|
"build": "yarn clean && concurrently \"yarn:build:*(!docs)\"",
|
|
"clean": "rm -rf esm lib",
|
|
"prepublishOnly": "npm run build",
|
|
"create-release": "npm run cover && sh ./scripts/release",
|
|
"lint": "eslint src stories --fix",
|
|
"dtslint": "dtslint types --expectOnly",
|
|
"prettier": "prettier --write src stories",
|
|
"version": "node_modules/.bin/conventional-changelog -i CHANGELOG.md -o CHANGELOG.md -p angular && git add -A CHANGELOG.md"
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/reactstrap/reactstrap.git"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"CHANGELOG.md",
|
|
"dist",
|
|
"src",
|
|
"lib",
|
|
"esm",
|
|
"types"
|
|
],
|
|
"keywords": [
|
|
"reactstrap",
|
|
"bootstrap",
|
|
"react",
|
|
"component",
|
|
"components",
|
|
"react-component",
|
|
"ui"
|
|
],
|
|
"contributors": [
|
|
"Eddy Hernandez <edward.d.hernandez@gmail.com> (https://github.com/eddywashere)",
|
|
"Evan Sharp <me@thesharpieone.com> (https://github.com/TheSharpieOne)",
|
|
"Gergely Nagy (https://github.com/gergely-nagy)",
|
|
"dependabot-preview[bot] (https://github.com/apps/dependabot-preview)",
|
|
"illiteratewriter (https://github.com/illiteratewriter)",
|
|
"Jesse Mandel (https://github.com/supergibbs)",
|
|
"Chris Burrell (https://github.com/cbfx)",
|
|
"Mark Johnson (https://github.com/virgofx)",
|
|
"Paulus Schoutsen <paulus@home-assistant.io> (https://github.com/balloob)",
|
|
"Li Jinyao <lijinyao@outlook.com> (https://github.com/LiJinyao)",
|
|
"JuanMa <juanma.garrido@gmail.com> (https://github.com/juanmaguitar)",
|
|
"Matthew King (https://github.com/mking-clari)",
|
|
"pravdomil <pravdomil.toman@gmail.com> (https://github.com/pravdomil)",
|
|
"Ajai (https://github.com/ajainarayanan)",
|
|
"Graham Monteith <monteith.g@gmail.com> (https://github.com/monteith)",
|
|
"Brady Pascoe (https://github.com/bpas247)",
|
|
"Danny Eck (https://github.com/eckdanny-osi)",
|
|
"Igor Machuzhak <ihor3000@gmail.com> (https://github.com/fantua)",
|
|
"Kyle Gray (https://github.com/GoPro16)",
|
|
"Martin Kinkelin (https://github.com/kinke)",
|
|
"Nisheet Sinvhal (https://github.com/Ashniu123)",
|
|
"Ronny Haase (https://github.com/ronnyhaase)",
|
|
"Sebastian Roth <sebastian.roth@gmail.com> (https://github.com/ened)",
|
|
"Tom Begley <tomcbegley@gmail.com> (https://github.com/tcbegley)",
|
|
"Tyson Warner (https://github.com/nylon22)",
|
|
"Phoebe Gao (https://github.com/phwebi)",
|
|
"Alex Baranov (https://github.com/ab320012)",
|
|
"Alex Mikhalev (https://github.com/amikhalev)",
|
|
"Ali Sheehan-Dare <alisd23@live.co.uk> (https://github.com/alisd23)",
|
|
"Amila Welihinda <amilajack@gmail.com> (https://github.com/amilajack)",
|
|
"Antti Ahti (https://github.com/apaatsio)",
|
|
"C Lentfort (https://github.com/clentfort)",
|
|
"Christian Mund (https://github.com/kkkrist)",
|
|
"David Edmondson (https://github.com/threehams)",
|
|
"Endi Modric <endi.modric@outlook.com> (https://github.com/EndiM)",
|
|
"Hieu Lam <lamhieu.vk@gmail.com> (https://github.com/lamhieu-vk)",
|
|
"John Desrosiers <john.desro@gmail.com> (https://github.com/median-man)",
|
|
"Kamen Minkov (https://github.com/kamenminkovcom)",
|
|
"Mark Steggles <marksteggles@gmail.com> (https://github.com/FutureKode)",
|
|
"Michael Kalish <kalishmichael@gmail.com> (https://github.com/mkalish)",
|
|
"Pankaj Phartiyal (https://github.com/electriccode)",
|
|
"Sean Kelley (https://github.com/seansfkelley)",
|
|
"Simon Tong (https://github.com/simontong)",
|
|
"Thomas Smyth <thomas@thomas-smyth.co.uk> (https://github.com/Thomas-Smyth)",
|
|
"jlaramie (https://github.com/jlaramie)",
|
|
"joel (https://github.com/jasco)",
|
|
"kyletsang (https://github.com/kyletsang)",
|
|
"Charley Bodkin (https://github.com/charlex)",
|
|
"Adam Gardner (https://github.com/AJax2012",
|
|
"Adam Misiorny <adam.misiorny@gmail.com> (https://github.com/adam187)",
|
|
"Ademílson F. Tonato (https://github.com/ftonato)",
|
|
"Akhlesh (https://github.com/akhlesh)",
|
|
"Albert R. Timashev (https://github.com/timashev)",
|
|
"Aleksey Leonov (https://github.com/leonovalex)",
|
|
"Anders Roos (https://github.com/AndersSahlin)",
|
|
"Andrew Luca (https://github.com/iamandrewluca)",
|
|
"André Pena <andrerpena@gmail.com> (https://github.com/andrerpena)",
|
|
"Anne Johnson (https://github.com/annejohnson)",
|
|
"Antoine G. (https://github.com/antoinegag)",
|
|
"Anton (https://github.com/antonhedstrom)",
|
|
"Arun Kumar G (https://github.com/arung86)",
|
|
"Bakhtiyor Ruziev (https://github.com/theruziev)",
|
|
"BamMironov (https://github.com/BamMironov)",
|
|
"Ben Herila (https://github.com/bherila)",
|
|
"Binoy <me@binoy.io> (https://github.com/binoy14)",
|
|
"Bryan Mey <bryan.j.mey@gmail.com> (https://github.com/bmey)",
|
|
"Chloe Wintzer (https://github.com/arbitrarytech)",
|
|
"Charis Rafailidis <chrafailidis@gmail.com> (https://github.com/charisra)",
|
|
"Charles Vallières (https://github.com/charlesvallieres)",
|
|
"Code Review Videos (https://github.com/codereviewvideos)",
|
|
"Cory Deppen (https://github.com/corydeppen)",
|
|
"Curtis Cummings <curtis@aquil.io> (https://github.com/ccummings)",
|
|
"Dakota St. Laurent <d.h.stlaurent@gmail.com> (https://github.com/Dakkers)",
|
|
"Daniel Cousens (https://github.com/dcousens)",
|
|
"Daniel Huisman <daniel@huisman.me> (https://github.com/DanielHuisman)",
|
|
"Daniel Sogl <mytechde@outlook.com> (https://github.com/danielsogl)",
|
|
"David Q <devdavee@gmail.com> (https://github.com/dvlprdave)",
|
|
"Drian Hillman (https://github.com/DrianHillman)",
|
|
"Ed Morley (https://github.com/edmorley)",
|
|
"Elise Chant <elise.chant@gmail.com> (https://github.com/elisechant)",
|
|
"Fabian Mastenbroek <mail.fabianm@gmail.com> (https://github.com/fabianishere)",
|
|
"Fatih Altinok (https://github.com/frontsideair)",
|
|
"Fábio D. Batista <fabio@conectaijui.com.br> (https://github.com/fabiob)",
|
|
"Gabe (https://github.com/thegeebe)",
|
|
"Gary Thomas (https://github.com/gthomas-appfolio)",
|
|
"Gianfrancø Palumbo <hi@gian.xyz> (https://github.com/gianpaj)",
|
|
"Glen Padua (https://github.com/glenpadua)",
|
|
"Greg Rose (https://github.com/Greg-Rose)",
|
|
"Greg Thornton <xdissent@me.com> (https://github.com/xdissent)",
|
|
"Haroen Viaene <hello@haroen.me> (https://github.com/Haroenv)",
|
|
"Harry Yu <hy.harry.yu@gmail.com> (https://github.com/hsource)",
|
|
"Hermawan <hermawan.remote@gmail.com> (https://github.com/hermawan22)",
|
|
"Hollis Wu (https://github.com/Holi0317)",
|
|
"Hongbo Miao <Hongbo.Miao@outlook.com> (https://github.com/Hongbo-Miao)",
|
|
"Hosmel Quintana <hosmelq@gmail.com> (https://github.com/hosmelq)",
|
|
"Hugo Marques (https://github.com/hugo-marques-m3)",
|
|
"Ilkwon Sim <simsim0709@gmail.com> (https://github.com/simsim0709)",
|
|
"Ian mundy (https://github.com/Imundy)",
|
|
"Jamie Albinson <jcalbinson@gmail.com> (https://github.com/jalbinson)",
|
|
"Jason Sturges <jason@jasonsturges.com> (https://github.com/jasonsturges)",
|
|
"Jean-Elie Barjonet <je.barjonet@gmail.com> (https://github.com/jebarjonet)",
|
|
"Jed (https://github.com/rabbitattack)",
|
|
"Jeff Francisco (https://github.com/j-francisco)",
|
|
"Jeow Li Huan (https://github.com/huan086)",
|
|
"Jim Liu <junminliu@gmail.com> (https://github.com/JimLiu)",
|
|
"Jin (https://github.com/jinixx)",
|
|
"Josephus (https://github.com/joestradamus)",
|
|
"Joe Duchnowski (https://github.com/theJoeBiz)",
|
|
"John Albritton (https://github.com/jma921)",
|
|
"Jon Jaques (https://github.com/jonjaques)",
|
|
"Jose Carlos Ixcoatl Gomez Briones <car_25_ixco@hotmail.com> (https://github.com/brion25)",
|
|
"Josh DeGraw (https://github.com/josh-degraw)",
|
|
"Joshua Antonson <jantonso2@gmail.com> (https://github.com/jantonso)",
|
|
"Kane (https://github.com/kane-c)",
|
|
"Keid <contact@keisukesasaki.com> (https://github.com/keidrun)",
|
|
"Konrad Jarosinski <konrad@jarosinski.uk> (https://github.com/iKonrad)",
|
|
"Konstantin <kzimin@entrypoint.lv> (https://github.com/z1m1n)",
|
|
"Kræn Hansen <mail@kraenhansen.dk> (https://github.com/kraenhansen)",
|
|
"Levi Buzolic <levibuzolic@gmail.com> (https://github.com/levibuzolic)",
|
|
"Limon Monte <limon.monte@gmail.com> (https://github.com/limonte)",
|
|
"Luc Vauvillier (https://github.com/lvauvillier)",
|
|
"Lukáš Rod <info@lukasrod.cz> (https://github.com/rodlukas)",
|
|
"Maham Shahid (https://github.com/mahamshahid18)",
|
|
"Marko Grešak (https://github.com/markogresak)",
|
|
"Matt Davidson <matt@mattdavidson.kiwi> (https://github.com/mjdavidson)",
|
|
"Matthew Heck <matthewheck5@gmail.com> (https://github.com/matthewheck)",
|
|
"Max Schmitt <max@schmitt.mx> (https://github.com/mxschmitt)",
|
|
"Melissa Siu (https://github.com/mesiu)",
|
|
"Michael Kühnel (https://github.com/mischah)",
|
|
"Miguel Correa <miguelc1221@gmail.com> (https://github.com/miguelc1221)",
|
|
"Mike van Rossum (https://github.com/askmike)",
|
|
"Mitchell Grice <mitch@gricey.net> (https://github.com/gricey432)",
|
|
"Nathan Cahill <nathan@nathancahill.com> (https://github.com/nathancahill)",
|
|
"Nathan Gelman <nathanjlg@gmail.com> (https://github.com/nathanbacon)",
|
|
"Nathan Walters (https://github.com/nwalters512)",
|
|
"Natthakit Susanthitanon (https://github.com/nsmag)",
|
|
"Patrick Impey <patimpey@gmail.com> (https://github.com/patrickus)",
|
|
"Per Svensson <per.svensson.se@gmail.com> (https://github.com/Psvensso)",
|
|
"Piotr Błażejewicz (Peter Blazejewicz) (https://github.com/peterblazejewicz)",
|
|
"Peter Xu <px.peter.xu@gmail.com> (https://github.com/pxpeterxu)",
|
|
"Rich Hong <hong.rich@gmail.com> (https://github.com/hongrich)",
|
|
"Ronny Ewanek <ronny.ewanek@gmail.com> (https://github.com/RockinRonE)",
|
|
"Saeed Alipoor <alipoor.sa@gmail.com> (https://github.com/saeedalipoor)",
|
|
"Saibamen <saibamenppl@gmail.com> (https://github.com/Saibamen)",
|
|
"Sami Mäki (https://github.com/samimakicc)",
|
|
"Sebastian Eriksson (https://github.com/seberik)",
|
|
"Sebastián Cruz (https://github.com/sebacruz)",
|
|
"Seid Akhmed Agitaev <a.agitaev@gmail.com> (https://github.com/agitaev)",
|
|
"Sercan Altundas (https://github.com/srcnalt)",
|
|
"Seth (https://github.com/itzsaga)",
|
|
"Shahrukh Aslam (https://github.com/shaaslam)",
|
|
"Shubham Pandey <shubham9411@gmail.com> (https://github.com/shubham9411)",
|
|
"Siegfried Ehret (https://github.com/SiegfriedEhret)",
|
|
"Skoranga (https://github.com/skoranga)",
|
|
"Smirnova Yuliya (https://github.com/Krijovnick)",
|
|
"Stefan Becker (https://github.com/stefanb2)",
|
|
"Steve Byerly (https://github.com/SteveByerly)",
|
|
"Steve Sioli (https://github.com/stevesioli)",
|
|
"Steven Scaffidi <sscaff1@gmail.com> (https://github.com/sscaff1)",
|
|
"TankorSmash (https://github.com/tankorsmash)",
|
|
"Teoalmonte <teoalmonte@gmail.com> (https://github.com/TeoAlmonte)",
|
|
"Thijs Vogels (https://github.com/tvogels)",
|
|
"Timo Uhlmann (https://github.com/amiuhle)",
|
|
"Tom Picton <tom@tompicton.com> (https://github.com/tpict)",
|
|
"Tomas Bruckner (https://github.com/tomasbruckner)",
|
|
"Tyler Johnson <tyler@tylerjohnson.me> (https://github.com/tyler-johnson)",
|
|
"Vitalii <akumuliation@gmail.com> (https://github.com/Akumuliation)",
|
|
"Vladislav Bezenson (https://github.com/inferusvv)",
|
|
"Yas Ikeda <yasu.gemini@gmail.com> (https://github.com/y-code)",
|
|
"Yuri Visovsiouk (https://github.com/Visovsiouk)",
|
|
"Yuriy Husnay <husnaj23@gmail.com> (https://github.com/husa)",
|
|
"Yury Orlov <mpcteam.kvet@gmail.com> (https://github.com/kvet)",
|
|
"Zachary Juang (https://github.com/zachary822)",
|
|
"Zoron <fralonra@aliyun.com> (https://github.com/fralonra)",
|
|
"aakula-edmunds (https://github.com/aakula-edmunds)",
|
|
"Aaron Holderman (https://github.com/afholderman)",
|
|
"ajs139 (https://github.com/ajs139)",
|
|
"alan blount <alan@zeroasterisk.com> (https://github.com/zeroasterisk)",
|
|
"bestguy (https://github.com/bestguy)",
|
|
"Dmitry Efimenko <efim4eg@gmail.com> (https://github.com/borm)",
|
|
"Cristian Trifan <criss.trifan@gmail.com> (https://github.com/crissdev)",
|
|
"deAtog (https://github.com/deAtog)",
|
|
"defue (https://github.com/defue)",
|
|
"edgji (https://github.com/edgji)",
|
|
"esoh (https://github.com/esoh)",
|
|
"Horacio Coronel (https://github.com/horaciocoronel)",
|
|
"Jeff-NZ (https://github.com/jeff-nz)",
|
|
"lslv1243 (https://github.com/lslv1243)",
|
|
"Denys Nykula (https://github.com/nykula)",
|
|
"npm-to-cdn-bot (by Forbes Lindesay) (https://github.com/npmcdn-to-unpkg-bot)",
|
|
"philipstanislaus (https://github.com/philipstanislaus)",
|
|
"polmauri (https://github.com/polmauri)",
|
|
"reactstrapbot (https://github.com/reactstrapbot)",
|
|
"sharils (https://github.com/sharils)",
|
|
"Timothy Stasse <tjstasse@agiledigital.com.au> (https://github.com/tim-stasse)",
|
|
"tkwant <t.kwant1@gmail.com> (https://github.com/tkwant)",
|
|
"wlockiv (https://github.com/wlockiv)",
|
|
"wwwouter (https://github.com/wwwouter)",
|
|
"x0a (https://github.com/x0a)",
|
|
"yagi_ <yagitoshiro@gmail.com> (https://github.com/yagitoshiro)"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/reactstrap/reactstrap/issues"
|
|
},
|
|
"homepage": "https://github.com/reactstrap/reactstrap#readme",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"@popperjs/core": "^2.6.0",
|
|
"classnames": "^2.2.3",
|
|
"prop-types": "^15.5.8",
|
|
"react-popper": "^2.2.4",
|
|
"react-transition-group": "^4.4.2"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0",
|
|
"react-dom": ">=16.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.21.0",
|
|
"@babel/core": "^7.20.2",
|
|
"@babel/eslint-parser": "^7.18.2",
|
|
"@babel/plugin-proposal-export-default-from": "^7.12.1",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
|
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/preset-react": "^7.12.10",
|
|
"@storybook/addon-actions": "^6.3.7",
|
|
"@storybook/addon-essentials": "^6.3.7",
|
|
"@storybook/addon-links": "^6.3.7",
|
|
"@storybook/addon-storysource": "^6.3.7",
|
|
"@storybook/react": "^6.3.7",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "12.1.5",
|
|
"@testing-library/user-event": "13.5.0",
|
|
"@types/react": "^16.9.51",
|
|
"babel-eslint": "^9.0.0",
|
|
"babel-jest": "28.1.3",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-preset-react-app": "^10.0.1",
|
|
"bootstrap": "^5.1.0",
|
|
"concurrently": "^7.6.0",
|
|
"conventional-changelog-cli": "^2.0.21",
|
|
"conventional-recommended-bump": "^4.1.1",
|
|
"cross-env": "^4.0.0",
|
|
"customize-cra": "^0.9.1",
|
|
"dtslint": "^4.0.4",
|
|
"ejs": "^2.5.9",
|
|
"eslint": "^8.17.0",
|
|
"eslint-config-airbnb": "^19.0.4",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-flowtype": "^8.0.3",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-react": "^7.30.0",
|
|
"eslint-plugin-storybook": "^0.6.1",
|
|
"holderjs": "^2.9.3",
|
|
"jest": "28.1.3",
|
|
"jest-environment-jsdom": "28.1.3",
|
|
"jsdom": "^19.0.0",
|
|
"json-loader": "^0.5.7",
|
|
"microbundle": "^0.13.3",
|
|
"prettier": "2.7.1",
|
|
"react": "^16.8.0",
|
|
"react-dom": "^16.3.2",
|
|
"react-helmet": "^5.0.3",
|
|
"react-prism": "^4.3.2",
|
|
"react-router": "^3.2.1",
|
|
"react-test-renderer": "^16.3.2",
|
|
"typescript": "^4.0.3",
|
|
"webpack": "^4.43.0"
|
|
}
|
|
}
|