forked from AnalyticsEarth/variance-waterfall
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.09 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.09 KB
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
{
"name": "@qlik/qlik-variance-waterfall",
"version": "0.0.1",
"description": "A Waterfall chart for displaying variance between two metrics, walking through a set of dimension values.",
"homepage": "",
"repository": "https://github.com/qlik-oss/variance-waterfall",
"author": "Steven Pressland, Principal Solution Architect, Qlik",
"license": "MIT",
"scripts": {
"build": "gulp build",
"build:zip": "gulp zip",
"eslint": "eslint src"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/polyfill": "7.0.0",
"@babel/preset-env": "7.1.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.4",
"del": "2.0.2",
"eslint": "7.32.0",
"eslint-loader": "4.0.2",
"gulp": "5.0.0",
"gulp-util": "3.0.8",
"gulp-zip": "3.0.2",
"stylelint": "16.6.1",
"stylelint-webpack-plugin": "5.0.1",
"webpack": "5.94.0"
},
"dependencies": {
"css-loader": "7.1.2",
"hammerjs": "2.0.8",
"html-loader": "0.5.5",
"picasso-plugin-hammer": "2.2.7",
"picasso-plugin-q": "2.2.7",
"picasso.js": "2.2.7",
"style-loader": "0.23.1"
}
}