forked from monginadiana/italanta-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 3.09 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "italanta-apps",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/cdk": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/fire": "^7.4.1",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/forms": "^15.0.0",
"@angular/google-maps": "^15.0.3",
"@angular/material": "^15.0.0",
"@angular/material-moment-adapter": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"@firebase/firestore-types": "^2.5.0",
"@jsplumb/browser-ui": "^5.9.4",
"@jsplumb/connector-bezier": "^5.9.4",
"@jsplumb/connector-flowchart": "^5.9.4",
"@jsplumb/util": "^5.9.4",
"@ngneat/transloco": "^4.1.0",
"@nrwl/angular": "^14.4.2",
"@types/googlemaps": "^3.43.3",
"axios": "^0.27.2",
"crypto-js": "^4.1.1",
"firebase-admin": "^11.0.0",
"firebase-functions": "^3.22.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ngx-google-places-autocomplete": "^2.0.5",
"ngx-webstorage-service": "^5.0.0",
"request-promise": "^4.2.6",
"rxjs": "^7.4.0",
"subsink": "^1.0.2",
"tslib": "^2.3.0",
"unique-names-generator": "^4.7.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.0",
"@angular-eslint/eslint-plugin": "^15.0.0",
"@angular-eslint/eslint-plugin-template": "^15.0.0",
"@angular-eslint/template-parser": "^15.0.0",
"@angular/cli": "^15.0.0",
"@angular/compiler-cli": "^15.0.0",
"@angular/language-service": "^15.0.0",
"@angular/pwa": "^15.0.0",
"@nrwl/cli": "^14.4.2",
"@nrwl/cypress": "^14.4.2",
"@nrwl/eslint-plugin-nx": "^14.4.2",
"@nrwl/jest": "^14.4.2",
"@nrwl/js": "^14.4.2",
"@nrwl/linter": "^14.4.2",
"@nrwl/node": "^14.8.6",
"@nrwl/workspace": "^14.4.2",
"@types/crypto-js": "^4.1.1",
"@types/jest": "27.4.1",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"cypress": "^9.1.0",
"eslint": "^8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.5.1",
"jest-environment-jsdom": "28.1.1",
"jest-preset-angular": "^11.1.2",
"ng-packagr": "^15.0.0",
"nx": "^14.7.5",
"postcss": "^8.4.5",
"postcss-import": "^14.1.0",
"postcss-preset-env": "^7.5.0",
"postcss-url": "^10.1.3",
"prettier": "^2.6.2",
"ts-jest": "27.1.4",
"ts-node": "^10.8.0",
"tslib": "^2.4.0",
"typescript": "^4.8.0"
},
"firebase-functions-dependencies": [
"firebase-functions",
"firebase-admin",
"lodash",
"axios",
"moment",
"crypto-js"
]
}