-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·52 lines (52 loc) · 1.44 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": "team-calendar",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"build": "ng build",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^6.1.10",
"@angular/common": "^6.1.10",
"@angular/compiler": "^6.1.10",
"@angular/core": "^6.1.10",
"@angular/forms": "^6.1.10",
"@angular/http": "^6.1.10",
"@angular/platform-browser": "^6.1.10",
"@angular/platform-browser-dynamic": "^6.1.10",
"@angular/router": "^6.1.10",
"@fortawesome/angular-fontawesome": "^0.2.1",
"@fortawesome/fontawesome-svg-core": "^1.2.6",
"@fortawesome/free-solid-svg-icons": "^5.4.1",
"@ng-bootstrap/ng-bootstrap": "^3.3.0",
"angular-calendar": "^0.26.3",
"angularx-flatpickr": "^6.1.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"core-js": "^2.5.4",
"date-fns": "^1.29.0",
"express": "^4.16.4",
"flatpickr": "^4.5.2",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"mongodb": "^3.1.8",
"popper.js": "^1.14.4",
"rxjs": "^6.3.3",
"zone.js": "~0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.0",
"@angular/cli": "~6.1.5",
"@angular/compiler-cli": "^6.1.10",
"@angular/language-service": "^6.1.10",
"@types/node": "~8.9.4",
"codelyzer": "~4.2.1",
"npm-run-all": "^4.1.3",
"protractor": "^5.4.1",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~2.7.2"
}
}