UNPKG

@geosolutions/react-joyride

Version:

Create walkthroughs and guided tours for your apps

115 lines (114 loc) 3.62 kB
{ "name": "@geosolutions/react-joyride", "version": "1.10.2", "description": "Create walkthroughs and guided tours for your apps", "author": "Gil Barbara <gilbarbara@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/geosolutions-it/react-joyride.git" }, "bugs": { "url": "https://github.com/gilbarbara/react-joyride/issues" }, "homepage": "https://gilbarbara.github.com/react-joyride/", "main": "lib/index.js", "keywords": [ "react", "react-component", "tooltips", "joyride", "walkthroughs", "tour" ], "license": "MIT", "dependencies": { "css-element-queries": "^0.4.0", "nested-property": "^0.0.7", "react-autobind": "^1.0", "react-bootstrap": "^0.30.10", "scroll": "^2.0" }, "peerDependencies": { "react": "^0.14.0 || ^15.0.0", "react-dom": "^0.14.0 || ^15.0.0" }, "devDependencies": { "autoprefixer": "^6.7", "babel-core": "^6.23", "babel-eslint": "^7.1", "babel-jest": "^19.0", "babel-loader": "^6.3", "babel-plugin-istanbul": "^4.0", "babel-plugin-transform-flow-strip-types": "^6.22", "babel-plugin-transform-react-remove-prop-types": "^0.3.2", "babel-plugin-transform-runtime": "^6.23", "babel-preset-latest": "^6.22", "babel-preset-react": "^6.23", "babel-preset-stage-1": "^6.22", "bootstrap": "^4.0.0-alpha", "browser-sync": "^2.18", "browser-sync-webpack-plugin": "^1.1", "chalk": "^1.1.3", "clean-webpack-plugin": "^0.1", "copy-webpack-plugin": "^4.0", "css-loader": "^0.26", "date-fns": "^1.27", "enzyme": "^2.7", "eslint": "^3.16", "eslint-config-airbnb": "^14.1", "eslint-import-resolver-webpack": "^0.8", "eslint-loader": "^1.6", "eslint-plugin-babel": "^4.0", "eslint-plugin-flowtype": "^2.30", "eslint-plugin-import": "^2.2", "eslint-plugin-jsx-a11y": "^4.0", "eslint-plugin-react": "^6.10", "extract-text-webpack-plugin": "^2.0.0-beta", "flow-bin": "^0.40", "html-webpack-plugin": "^2.28", "husky": "^0.13", "image-webpack-loader": "^3.2", "jest-cli": "^19.0", "jsdom": "^9.11", "nightwatch": "^0.9", "node-sass": "^4.5", "postcss-loader": "^1.3", "react": "^15.4", "react-addons-test-utils": "^15.4", "react-dom": "^15.4", "react-hot-loader": "^3.0.0-beta", "sass-loader": "^6.0", "source-map-support": "^0.4", "style-loader": "^0.13", "stylelint": "^7.9", "stylelint-config-standard": "^16.0", "stylelint-declaration-strict-value": "^1.0", "stylelint-order": "^0.3", "stylelint-scss": "^1.4", "webpack": "^2.2.1", "webpack-dev-server": "^2.4.1", "webpack-merge": "^3.0" }, "scripts": { "watch": "webpack --config config/webpack.config.js", "build": "set NODE_ENV=production && webpack --config config/webpack.prod.js", "start": "node demo/config/webpack.server.js", "build:demo": "NODE_ENV=production webpack --config demo/config/webpack.build.js", "lint": "eslint --ext .js --ext .jsx src test demo", "lint:styles": "stylelint 'src/**/*.scss' 'demo/src/**/*.scss'", "test": "jest --config .jestrc --coverage", "test:watch": "jest --config .jestrc --watch", "test:ui": "npm start -- test:ui", "precommit": "node config/tools commits && npm run lint && npm run lint:styles && npm test", "prepublish": "npm run build", "postmerge": "node config/tools update && npm update" }, "engines": { "node": ">=6.0.0", "npm": ">=3.0.0" }, "directories": { "lib": "lib", "test": "test" } }