UNPKG

@cwds/reactstrap

Version:

reactstrap components for CWS-CARES

42 lines (41 loc) 1.04 kB
{ "name": "@cwds/reactstrap", "version": "1.1.2-rc.2", "description": "reactstrap components for CWS-CARES", "keywords": [ "reactstrap" ], "author": "Danny Eck <danny.eck@osi.ca.gov>", "homepage": "https://cws-cares.netlify.com/libs/reactstrap", "license": "AGPL-3.0", "main": "dist/index.cjs.js", "module": "dist/index.js", "files": [ "dist", "scss", "src" ], "publishConfig": { "access": "public" }, "scripts": { "test": "jest", "prebuild": "yarn clean", "build": "run-p build:*", "build:esm": "babel --verbose --root-mode upward --out-dir dist src", "build:scss": "cpx --verbose \"src/**/*.{css,scss}\" dist", "build:cjs": "rollup -c", "clean": "rimraf dist", "dev": "run-p dev:*", "dev:esm": "yarn build:esm --watch", "dev:scss": "yarn build:scss --watch" }, "dependencies": { "reactstrap": "^7.1.0" }, "peerDependencies": { "react": "^16.4", "react-dom": "^16.4" }, "gitHead": "274682d2ea6ab0d80336c2b2fe1cee45a892a080" }