UNPKG

guidechimp

Version:

Deliver the perfect product experience & simplify user onboarding with step by step interactive walkthroughs.

131 lines (130 loc) 4.4 kB
{ "name": "guidechimp", "version": "5.0.0", "description": "Deliver the perfect product experience & simplify user onboarding with step by step interactive walkthroughs.", "keywords": [ "guide", "guided tour", "user flow", "product tour", "onboarding", "walkthrough", "step-by-step", "employee training", "intro", "flow", "tour", "user experience", "introduction", "feature adoption", "tooltip", "beacon", "hint", "hotspot", "labs64" ], "license": "EUPL-1.2", "author": "Labs64 GmbH", "homepage": "https://www.labs64.com/guidechimp/", "repository": { "type": "git", "url": "https://github.com/Labs64/GuideChimp" }, "bugs": { "url": "https://github.com/Labs64/GuideChimp/issues" }, "contributors": [ { "name": "Labs64", "email": "info@labs64.de", "url": "https://github.com/Labs64" }, { "name": "Rudkovskiy Viascheslav", "email": "xraskolx@gmail.com", "url": "https://github.com/v-rudkovskiy" } ], "main": "dist/guidechimp.js", "files": [ "dist" ], "scripts": { "build": "node build/build.js", "release": "npm run build && npm run test", "dev": "webpack --mode=development --progress --watch --config build/webpack.conf.js", "test": "karma start test/karma.conf.js --single-run", "test-for-travis": "karma start test/karma.conf.js --single-run --browsers Firefox", "lint": "eslint --ext .js,.vue src test", "cdn-clear-cache": "node build/cdn.clear.cache.js" }, "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "@babel/core": "^7.18.10", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.18.10", "@babel/plugin-proposal-export-namespace-from": "^7.18.9", "@babel/plugin-proposal-function-sent": "^7.18.6", "@babel/plugin-proposal-json-strings": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.18.6", "@babel/plugin-proposal-throw-expressions": "^7.18.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-modules-commonjs": "^7.18.6", "@babel/plugin-transform-runtime": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/runtime": "^7.18.9", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.5", "babel-plugin-istanbul": "^6.1.1", "browserify": "^17.0.0", "chalk": "^4.1.2", "css-loader": "^6.7.1", "css-minimizer-webpack-plugin": "^5.0.0", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-friendly-formatter": "^4.0.1", "eslint-import-resolver-webpack": "^0.13.2", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jasmine": "^4.1.3", "html-loader": "^4.1.0", "is-docker": "^2.2.1", "jasmine": "^4.3.0", "jasmine-core": "^4.3.0", "karma": "^6.4.0", "karma-babel-preprocessor": "^8.0.2", "karma-browserify": "^8.1.0", "karma-chrome-launcher": "^3.1.1", "karma-firefox-launcher": "^2.1.2", "karma-jasmine": "^4.0.2", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "0.0.33", "karma-webpack": "^5.0.0", "mini-css-extract-plugin": "^2.6.1", "ora": "^4.0.4", "rimraf": "^3.0.2", "sass": "^1.54.4", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", "terser-webpack-plugin": "^5.3.3", "watchify": "^4.0.0", "webpack": "^5.74.0", "webpack-cli": "^4.10.0", "webpack-merge": "^5.8.0" }, "plugins": { "guidechimp-plugins": "1.14.0" }, "engines": { "node": ">=16.0", "npm": ">=8.0" }, "browserslist": [ "> 1%", "last 2 versions", "not ie <= 11" ] }