UNPKG

react-busy-indicator

Version:

A stand-alone busy indicator for React.

34 lines (33 loc) 976 B
{ "name": "react-busy-indicator", "version": "1.0.0", "description": "A stand-alone busy indicator for React.", "author": "James K Nelson <james@jamesknelson.com>", "license": "MIT", "main": "dist/commonjs/BusyIndicator.js", "module": "dist/es/BusyIndicator.js", "types": "dist/commonjs/BusyIndicator.d.ts", "scripts": { "clean": "rimraf dist", "build:commonjs": "tsc --pretty --declaration --module commonjs --outDir dist/commonjs", "build:es": "tsc --pretty --declaration --module es2015 --outDir dist/es", "build": "yarn build:es && yarn build:commonjs", "build:watch": "yarn run clean && yarn build:es -- --watch", "prepublish": "yarn run clean && yarn build" }, "keywords": [ "navigation", "react", "loading", "busy", "indicator" ], "peerDependencies": { "@types/react": "^16.8.1", "react": "^16.5.0" }, "devDependencies": { "@types/react": "^16.8.3", "typescript": "^3.3.3" } }