-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "BadApp",
"author": "IEEE NU",
"scripts": {
"start": "node server.js",
"build": "ng build",
"lint": "ng lint",
"postinstall": "ng build --aot -prod"
},
"dependencies": {
"@angular/animations": "^4.0.3",
"@angular/cli": "1.0.0",
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/compiler-cli": "4.0.0",
"@angular/core": "4.0.0",
"@angular/flex-layout": "^2.0.0-beta.8",
"@angular/forms": "4.0.0",
"@angular/http": "4.0.0",
"@angular/material": "^2.0.0-beta.3",
"@angular/platform-browser": "4.0.0",
"@angular/platform-browser-dynamic": "4.0.0",
"@angular/router": "^4.0.0",
"angularfire2": "^2.0.0-beta.8",
"express": "^4.15.2",
"firebase": "^3.7.5",
"hammerjs": "^2.0.8",
"ngx-pipes": "^1.5.10",
"path": "^0.12.7",
"rxjs": "5.1.1",
"zone.js": "0.8.5"
},
"devDependencies": {
"@types/hammerjs": "^2.0.34",
"node-sass": "^4.5.2",
"tslint": "~4.5.0",
"tslint-eslint-rules": "^4.0.0",
"typescript": "~2.2.1"
},
"description": "BadApp",
"engines": {
"node": "7.9.0",
"npm": "4.5.0"
}
}