-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·72 lines (72 loc) · 2.23 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
{
"name": "haxer",
"version": "5.2.0",
"license": "Apache-2.0",
"engines": {
"node": "14.x"
},
"repository": {
"type": "git",
"url": "https://github.com/Sanjoth/Haxer.git"
},
"scripts": {
"start": "node index.js 'mongodb://heroku_m30b5bz0:60gal69sk9g13li16u57jda1ts@cluster0-shard-00-00.jfnsk.mongodb.net:27017,cluster0-shard-00-01.jfnsk.mongodb.net:27017,cluster0-shard-00-02.jfnsk.mongodb.net:27017/myFirstDatabase?ssl=true&replicaSet=atlas-1vrj2t-shard-0&authSource=admin&retryWrites=true&w=majority'"
},
"private": true,
"dependencies": {
"@angular/animations": "^7.2.16",
"@angular/cdk": "^7.3.0",
"@angular/common": "^7.2.16",
"@angular/compiler": "^7.2.16",
"@angular/core": "^7.2.16",
"@angular/forms": "^7.2.16",
"@angular/http": "^7.2.16",
"@angular/material": "^7.3.0",
"@angular/platform-browser": "^7.2.16",
"@angular/platform-browser-dynamic": "^7.2.16",
"@angular/platform-server": "^7.2.16",
"@angular/pwa": "^0.12.4",
"@angular/router": "^7.2.16",
"@angular/service-worker": "^7.2.16",
"@types/flickity": "^2.0.2",
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"core-js": "^2.6.3",
"express": "^4.16.4",
"fizzy-ui-utils": "^2.0.7",
"flickity": "^2.2.0",
"hammerjs": "^2.0.8",
"heroku-ssl-redirect": "0.0.4",
"jquery": "^3.3.1",
"mongodb": "^3.6.9",
"ngx-alerts": "^3.4.0",
"node": "^14.16.1",
"npm": "^7.16.0",
"package.json": "^2.0.1",
"rxjs": "^6.4.0",
"rxjs-tslint": "^0.1.6",
"terser": "^3.14.1",
"uid-generator": "^1.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.0",
"@angular/cli": "^12.0.3",
"@angular/compiler-cli": "^7.2.16",
"@angular/language-service": "^7.2.16",
"@types/jasmine": "^2.8.16",
"@types/jasminewd2": "^2.0.6",
"@types/node": "^10.12.21",
"jasmine-core": "~3.1.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.3.3",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.4.3",
"karma-jasmine": "^1.1.2",
"protractor": "^5.4.2",
"ts-node": "^6.0.5",
"tslint": "~5.10.0",
"typescript": "^3.1.1"
}
}