UNPKG

next-nprogress-emotion

Version:

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

70 lines (69 loc) 1.62 kB
{ "name": "next-nprogress-emotion", "version": "2.0.0", "license": "MIT", "author": "Frederick Morin (https://freddydumont.com)", "description": "Theme aware NProgress component to use in Next.js apps using Emotion or ThemeUI.", "bugs": "https://github.com/freddydumont/next-nprogress-emotion/issues", "repository": "github:freddydumont/next-nprogress-emotion", "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "nextjs", "next", "react", "nprogress", "progress bar", "emotion", "themeui", "theme-ui" ], "main": "dist/index.js", "module": "dist/next-nprogress-emotion.esm.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --env=jsdom", "lint": "tsdx lint" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@emotion/react": "^11.1.1", "@types/jest": "^26.0.15", "@types/node": "^14.14.10", "@types/nprogress": "^0.2.0", "@types/react": "^17.0.0", "@types/react-dom": "^17.0.0", "husky": "^4.3.0", "next": "^10.0.3", "react": "^17.0.1", "react-dom": "^17.0.1", "tsdx": "^0.14.1", "tslib": "^2.0.3", "typescript": "^4.1.2" }, "dependencies": { "nprogress": "^0.2.0" }, "peerDependencies": { "@emotion/react": ">=11.0.0", "next": ">=9", "react": ">=16.8", "react-dom": ">=16.8" } }