UNPKG

redwood-nprogress

Version:

Theme aware NProgress component to use in RedwoodJS apps using Emotion or ThemeUI.

74 lines (73 loc) 1.73 kB
{ "name": "redwood-nprogress", "version": "1.0.1", "license": "MIT", "author": "Frederick Morin (https://freddydumont.com)", "description": "Theme aware NProgress component to use in RedwoodJS apps using Emotion or ThemeUI.", "bugs": "https://github.com/freddydumont/redwood-nprogress/issues", "repository": "github:freddydumont/redwood-nprogress", "keywords": [ "redwoodjs", "redwood", "react", "nprogress", "progress bar", "loading", "spinner", "emotion", "themeui", "theme-ui" ], "main": "dist/index.js", "module": "dist/redwood-nprogress.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --env=jsdom", "lint": "tsdx lint", "release": "np --no-tests" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "peerDependencies": { "@emotion/core": "^10.0.0", "@redwoodjs/router": "^0.x", "react": ">=16", "react-dom": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@emotion/core": "^10.0.28", "@redwoodjs/router": "^0.3.2", "@types/jest": "^25.1.4", "@types/react": "^16.9.29", "@types/react-dom": "^16.9.5", "eslint-plugin-react-hooks": "^3.0.0", "husky": "^4.2.3", "np": "^6.2.0", "react": "^16.13.1", "react-dom": "^16.13.1", "tsdx": "^0.13.1", "tslib": "^1.11.1", "typescript": "^3.8.3" }, "dependencies": { "@types/nprogress": "^0.2.0", "nprogress": "^0.2.0" } }