-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
83 lines (83 loc) · 2.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "food-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "node server.js",
"debug": "nodemon --inspect server.js",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"postinstall": "ng build --prod"
},
"private": true,
"dependencies": {
"@angular/cli": "^8.3.26",
"@angular-devkit/schematics": "^9.1.3",
"@angular/animations": "^7.2.16",
"@angular/cdk": "^7.3.7",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "~8.2.14",
"@angular/material": "^7.3.7",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/router": "~8.2.14",
"@babel/compat-data": "^7.8.0",
"@ng-bootstrap/ng-bootstrap": "^5.3.0",
"@ng-bootstrap/schematics": "^2.0.0-alpha.1",
"@ngmodule/material-carousel": "^0.6.0",
"@theo4u/ng-alert": "^2.1.0",
"@types/jquery": "^3.3.38",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"cloudinary": "^1.21.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"hammerjs": "^2.0.8",
"jquery": "^3.5.0",
"jsonwebtoken": "^8.5.1",
"mdbootstrap": "^4.17.0",
"mongo": "^0.1.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"ng-multiselect-dropdown": "^0.2.10",
"ngx-quill": "7.4.0-0",
"open-iconic": "^1.1.1",
"pusher-js": "^5.1.1",
"quill": "1.3.7",
"rxjs": "~6.4.0",
"rxjs-compat": "^6.5.5",
"symbol-observable": "^1.2.0",
"tslib": "^1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.26",
"@angular/cli": "^8.3.26",
"@angular/compiler-cli": "~8.2.14",
"@angular/language-service": "~8.2.14",
"@types/jasmine": "~3.3.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.2.2",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^4.4.1",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.5.3",
"protractor": "^5.4.4",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
},
"engines": {
"node": "12.14.1",
"npm": "6.13.4"
}
}