-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
130 lines (130 loc) · 4.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"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": "[email protected]",
"url": "https://github.com/Labs64"
},
{
"name": "Rudkovskiy Viascheslav",
"email": "[email protected]",
"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"
]
}