-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "leanix-completion",
"version": "1.0.0",
"description": "Shows completion of Fact Sheets",
"engines": {
"node": ">=6.9.1"
},
"leanixReport": {
"id": "net.leanix.completion",
"title": "LeanIX Completion Report",
"defaultConfig": {}
},
"scripts": {
"start": "lxr start",
"upload": "lxr upload",
"webpack": "webpack"
},
"keywords": [
"leanix",
"custom-report"
],
"author": "LeanIX GmbH <[email protected]>",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"babel-core": "6.25.0",
"babel-loader": "7.1.0",
"babel-preset-env": "1.5.2",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.28.4",
"file-loader": "0.11.2",
"fstream": "1.0.11",
"html-webpack-plugin": "2.28.0",
"http-proxy": "1.16.2",
"request": "2.81.0",
"style-loader": "0.18.2",
"tar": "3.1.5",
"url-loader": "0.5.9",
"webpack": "3.0.0",
"webpack-dev-server": "2.5.0"
},
"dependencies": {
"@leanix/reporting": "^0.2.0",
"highcharts": "^5.0.6"
}
}