-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 893 Bytes
/
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
{
"name": "kpiexport3",
"version": "3.0.0",
"license": "SEE LICENSE IN LICENSE",
"main": "./app.js",
"repository": {
"type": "git"
},
"scripts": {
"postinstall": "npm run tsc",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"start": "node app.js"
},
"dependencies": {
"@types/applicationinsights": "^0.20.0",
"@types/express": "^4.17.1",
"@types/node": "^12.7.4",
"angular2": "2.0.0-beta.0",
"applicationinsights": "^0.15.8",
"concurrently": "^4.1.2",
"es6-promise": "3.0.2",
"es6-shim": "0.33.13",
"express": "^4.13.4",
"lite-server": "^1.2.0",
"moment": "^2.11.1",
"ms": "^2.1.2",
"reflect-metadata": "^0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.8",
"typescript": "1.7.3",
"winjs": "^4.4.0",
"zone.js": "^0.5.10"
},
"engines": {
"node": "^12.3.1"
}
}