UNPKG

react-journey

Version:

Create a delightful journey with React components.

57 lines (56 loc) 1.39 kB
{ "name": "react-journey", "version": "1.1.7", "description": "Create a delightful journey with React components.", "keywords": [ "react", "journey", "tour", "copilot" ], "esnext": "src/index.js", "main": "cjs/index.js", "module": "esm/index.js", "scripts": { "build": "rollup -c", "release": "standard-version", "test": "jest -c" }, "author": "Nick Heal", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nickheal/react-journey.git" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "devDependencies": { "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.9", "@babel/preset-react": "^7.14.5", "@commitlint/cli": "^13.1.0", "@commitlint/config-conventional": "^13.1.0", "@testing-library/react": "^10.4.9", "babel-jest": "^26.6.3", "codecov": "^3.8.3", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.4", "husky": "^7.0.1", "jest": "^26.6.3", "react": "^16.14.0", "react-dom": "^16.14.0", "react-test-renderer": "^16.14.0", "rollup": "^2.55.1", "rollup-plugin-babel": "^4.4.0", "standard-version": "^9.3.1", "use-multi-possibility": "^1.0.10" }, "peerDependencies": { "react": "^16.9.0", "react-dom": "^16.9.0" } }