-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.96 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
{
"name": "match-edge",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"start:server": "nodemon ./backend/server.js"
},
"private": true,
"dependencies": {
"@angular-devkit/schematics": "^12.1.3",
"@angular/animations": "^12.1.3",
"@angular/cdk": "^12.1.3",
"@angular/common": "~12.1.3",
"@angular/compiler": "~12.1.3",
"@angular/core": "~12.1.3",
"@angular/forms": "~12.1.3",
"@angular/material": "^12.1.3",
"@angular/platform-browser": "~12.1.3",
"@angular/platform-browser-dynamic": "~12.1.3",
"@angular/router": "~12.1.3",
"@auth0/auth0-angular": "^1.4.1",
"@paypal/checkout-server-sdk": "^1.0.2",
"bootstrap": "^4.5.2",
"bson": "^4.2.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-jwt-authz": "^2.4.1",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.3",
"mongodb": "^3.6.8",
"ngx-toastr": "^13.2.0",
"request": "^2.88.2",
"rxjs": "~6.6.6",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.1.3",
"@angular/cli": "~12.1.3",
"@angular/compiler-cli": "~12.1.3",
"@angular/localize": "^12.0.2",
"@types/node": "^12.11.1",
"codelyzer": "^6.0.0",
"nodemon": "^2.0.4",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.2.4"
},
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 10.1.3.",
"main": "karma.conf.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MaEdAlpha/MatchEdge1.0.git"
},
"author": "Ryan Anderson",
"license": "ISC",
"bugs": {
"url": "https://github.com/MaEdAlpha/MatchEdge1.0/issues"
},
"homepage": "https://juicy-bets.com"
}