This repository was archived by the owner on Oct 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.4 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.4 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
40
41
42
43
44
45
46
47
{
"name": "core-get-started",
"version": "0.0.1",
"description": "Examples on basic usage of QIX Engine running in a Docker container.",
"author": "QlikTech International AB",
"private": true,
"license": "MIT",
"scripts": {
"hello-engine": "node ./src/hello-engine/hello-engine.js",
"hello-data": "node ./src/hello-data/hello-data.js",
"hello-data-halyard": "node ./src/hello-data/hello-data-halyard.js",
"hello-visualization": "webpack-dev-server --config ./src/hello-visualization/webpack.config.js",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"dependencies": {
"angular": "1.8.1",
"babel-polyfill": "6.26.0",
"enigma.js": "2.7.2",
"halyard.js": "1.3.2",
"picasso-plugin-q": "0.34.0",
"picasso.js": "0.34.0",
"ws": "7.3.1"
},
"devDependencies": {
"@after-work.js/aw": "6.0.14",
"@after-work.js/transform": "6.0.14",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"babel-loader": "8.1.0",
"babel-plugin-istanbul": "6.0.0",
"copy-webpack-plugin": "6.2.1",
"eslint": "7.11.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.1",
"json-loader": "0.5.7",
"protractor": "7.0.0",
"raw-loader": "4.0.2",
"webdriver-manager": "12.1.7",
"webpack": "4.44.2",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0"
},
"engines": {
"node": ">=8.9.3"
}
}