-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.66 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "dictio",
"version": "1.0.0",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular/angular.io/blob/master/LICENSE"
}
],
"engines": {
"node": "6.9.1",
"npm": "3.10.8"
},
"scripts": {
"start": "node bin/api/server.js",
"postinstall": "node node_modules/gulp/bin/gulp.js rebuild"
},
"dependencies": {
"@angular/animations": "^4.1.3",
"@angular/common": "^4.1.3",
"@angular/compiler": "^4.1.3",
"@angular/core": "^4.1.3",
"@angular/forms": "^4.1.3",
"@angular/http": "^4.1.3",
"@angular/material": "^2.0.0-beta.6",
"@angular/platform-browser": "^4.1.3",
"@angular/platform-browser-dynamic": "^4.1.3",
"@angular/router": "^4.1.3",
"@angular/upgrade": "^4.1.3",
"@types/core-js": "0.9.36",
"@types/express": "^4.0.35",
"@types/express-jwt": "^0.0.34",
"@types/jsonwebtoken": "^7.2.0",
"@types/node": "^6.0.70",
"angular-in-memory-web-api": "^0.3.2",
"angular2-jwt": "^0.2.3",
"angular2-materialize": "^6.7.2",
"body-parser": "^1.17.2",
"core-js": "^2.4.1",
"del": "^2.2.2",
"express": "^4.15.3",
"express-jwt": "^5.3.0",
"gulp": "^3.9.1",
"gulp-pug": "^3.3.0",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.1.0",
"gulp-symlink": "^2.1.4",
"gulp-typescript": "^3.1.7",
"hammerjs": "^2.0.8",
"jsonwebtoken": "^7.4.1",
"materialize-css": "^0.98.2",
"pg": "^6.2.3",
"reflect-metadata": "^0.1.10",
"routing-controllers": "^0.6.12",
"rxjs": "^5.4.0",
"systemjs": "0.19.39",
"typeorm": "^0.0.11",
"typescript": "^2.3.2",
"web-request": "^1.0.7",
"zone.js": "^0.8.11"
}
}