-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "empire-dashboard",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node server.js",
"heroku-postbuild": "ng build"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/forms": "~8.2.14",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@mdi/font": "^4.8.95",
"@ng-bootstrap/ng-bootstrap": "^5.2.0",
"bootstrap": "^4.4.1",
"compass-mixins": "^0.12.10",
"core-js": "^3.6.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"ng-bootstrap": "^1.6.3",
"ngx-cookie-service": "^3.0.4",
"path": "^0.12.7",
"rxjs": "~6.5.4",
"rxjs-compat": "^6.5.4",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular/cli": "~8.3.23",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/node": "~13.1.8",
"codelyzer": "~5.2.1",
"node-sass": "^4.13.1",
"protractor": "~5.4.2",
"ts-node": "~8.6.2",
"tslint": "~6.0.0",
"typescript": "~3.4.5"
},
"engines": {
"node": "10.15.2",
"npm": "5.8.0"
}
}