-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1 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
{
"name": "qlik-sense-extensions-starter-pack",
"version": "4.0.2",
"description": "QlikSense Extensions Starter Pack",
"devDependencies": {
"@types/gulp": "4.0.9",
"@types/gulp-sass": "5.0.0",
"@types/gulp-sourcemaps": "0.0.35",
"@types/node": "^16.11.26",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-esbuild": "^0.10.2",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-tslint": "^8.1.4",
"isstream": "^0.1.2",
"merge-stream": "^2.0.0",
"sass": "^1.49.9",
"ts-node": "^8.10.2",
"tslint": "^5.20.1",
"typescript": "3.9.10"
},
"repository": {
"type": "git",
"url": "https://github.com/vyakymenko/qlik-sense-extensions-starter-pack.git"
},
"scripts": {
"gulp": "gulp",
"start": "gulp dev",
"build": "gulp build"
},
"keywords": [
"qlikview",
"qliksense",
"extensions",
"javascript",
"gulp",
"esbuild",
"typescript"
],
"author": "Valentyn Yakymenko <vyakymenko>",
"license": "MIT"
}