-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.74 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.74 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "moghadban",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=6"
},
"scripts": {
"lint": "ng lint",
"start": "ng serve",
"posttest": "npm run lint",
"ng": "ng",
"build": "ng build",
"test": "ng test",
"e2e": "ng e2e",
"main": "app.js"
},
"dependencies": {
"@angular/animations": "^8.2.14",
"@angular/cdk": "^8.2.3",
"@angular/cli": "^8.3.23",
"@angular/common": "^8.2.14",
"@angular/compiler": "^8.2.14",
"@angular/compiler-cli": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/material": "^8.2.3",
"@angular/platform-browser": "^8.2.14",
"@angular/platform-browser-dynamic": "^8.2.14",
"@angular/platform-server": "^8.2.14",
"@angular/router": "^8.2.14",
"compression": "^1.0.3",
"cors": "^2.5.2",
"express": "^4.17.1",
"hammerjs": "^2.0.8",
"helmet": "^3.10.0",
"jquery": "^3.4.1",
"loopback": "^3.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^6.2.0",
"loopback-connector-mongodb": "^4.2.0",
"moment": "^2.24.0",
"mongodb": "^3.5.1",
"mongodb-core": "^3.2.7",
"rxjs": "^6.5.4",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^3.0.0",
"tslib": "^1.10.0",
"typescript": "^3.5.3",
"zone.js": "^0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.23",
"@types/hammerjs": "^2.0.36",
"@types/jquery": "^3.3.31",
"core-js": "^3.6.4",
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"swagger-ui": "^3.24.3"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "moghadban",
"author": "Mojahed Ghadban"
}