-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.76 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
{
"name": "mongorx",
"version": "0.2.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.3.3",
"@angular/cdk": "^17.3.3",
"@angular/common": "^17.3.3",
"@angular/compiler": "^17.3.3",
"@angular/core": "^17.3.3",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "^17.3.3",
"@angular/google-maps": "^17.3.3",
"@angular/material": "^17.3.3",
"@angular/platform-browser": "^17.3.3",
"@angular/platform-browser-dynamic": "^17.3.3",
"@angular/router": "^17.3.3",
"@apollo/client": "^3.0.0",
"@fortawesome/angular-fontawesome": "^0.14.1",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@mongodb-js/charts-embed-dom": "^2.3.1",
"@types/autosuggest-highlight": "^3.1.1",
"@types/googlemaps": "^3.43.3",
"@types/lodash-es": "^4.17.5",
"apollo-angular": "^2.6.0",
"autosuggest-highlight": "^3.1.1",
"graphql": "^15.0.0",
"jslint": "^0.12.1",
"lodash-es": "^4.17.21",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.3",
"@angular/cli": "~17.3.3",
"@angular/compiler-cli": "~17.3.3",
"@types/jasmine": "~3.8.0",
"@types/node": "^12.11.1",
"@types/prismjs": "^1.16.6",
"jasmine-core": "~3.8.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"prismjs": "^1.27.0",
"typescript": "~5.4.4"
}
}