UNPKG

react-use-wizard

Version:

React wizard (stepper) builder without the hassle, powered by hooks.

108 lines (107 loc) 2.69 kB
{ "name": "react-use-wizard", "author": "devrnt <me@jonasdevrient.be>", "description": "React wizard (stepper) builder without the hassle, powered by hooks.", "homepage": "https://github.com/devrnt/react-use-wizard#readme", "module": "dist/react-use-wizard.esm.js", "version": "1.1.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "https://github.com/devrnt/react-use-wizard" }, "bugs": { "url": "https://github.com/devrnt/react-use-wizard/issues" }, "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "exports": { ".": { "browser": "./dist/react-use-wizard.esm.js", "import": "./dist/react-use-wizard.esm.js", "require": "./dist/index.js" } }, "keywords": [ "react", "reactjs", "wizard", "stepper", "react-stepper", "react-wizard", "react-use", "typescript", "react-hooks", "react-use-wizard", "react-use-stepper", "gastsby", "nextjs", "devrnt" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "build:playground": "yarn --cwd ./playground install && yarn --cwd ./playground build", "test": "tsdx test --passWithNoTests", "test:watch": "tsdx test --watch", "test:coverage": "tsdx test --coverage", "lint": "tsdx lint", "prepare": "tsdx build", "size": "tsdx build && size-limit", "analyze": "size-limit --why", "release": "np" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "size-limit": [ { "path": "dist/react-use-wizard.cjs.production.min.js", "limit": "500 B" }, { "path": "dist/react-use-wizard.esm.js", "limit": "500 B" } ], "publishConfig": { "registry": "https://registry.npmjs.org" }, "devDependencies": { "@babel/core": "^7.13.16", "@babel/preset-env": "^7.13.15", "@size-limit/preset-small-lib": "^4.10.2", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.6", "@testing-library/react-hooks": "^5.1.2", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.3", "babel-jest": "^26.6.3", "eslint-plugin-jsdoc": "^32.3.1", "eslint-plugin-promise": "^5.1.0", "eslint-plugin-simple-import-sort": "^7.0.0", "husky": "^6.0.0", "np": "^7.4.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-test-renderer": "^17.0.2", "size-limit": "^4.10.2", "tsdx": "^0.14.1", "tslib": "^2.2.0", "typescript": "^4.2.4" } }