forked from monginadiana/italanta-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
138 lines (138 loc) · 4.42 KB
/
package.json
File metadata and controls
138 lines (138 loc) · 4.42 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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "elewa",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"emulators:start": "nx build conv-lm-backend --skip-nx-cache --prod && node tools/scripts/build-gc-functions-package.js && firebase emulators:start --import=emulator-data --export-on-exit",
"functions:serve": "nx build conv-lm-backend --skip-nx-cache --prod && node tools/scripts/build-gc-functions-package.js && firebase emulators:start --import=emulator-data --export-on-exit --only functions,firestore",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular/animations": "18.0.3",
"@angular/cdk": "18.0.4",
"@angular/common": "18.0.3",
"@angular/compiler": "18.0.3",
"@angular/core": "18.0.3",
"@angular/fire": "^18.0.1",
"@angular/flex-layout": "^14.0.0-beta.41",
"@angular/forms": "18.0.3",
"@angular/google-maps": "^15.0.3",
"@angular/material": "18.0.4",
"@angular/material-moment-adapter": "18.0.4",
"@angular/platform-browser": "18.0.3",
"@angular/platform-browser-dynamic": "18.0.3",
"@angular/router": "18.0.3",
"@angular/service-worker": "18.0.3",
"@firebase/firestore-types": "^3.0.2",
"@google-cloud/dialogflow-cx": "^4.3.0",
"@google-cloud/scheduler": "^4.0.1",
"@google-cloud/tasks": "^4.0.1",
"@google/generative-ai": "^0.11.5",
"@jsplumb/browser-ui": "^6.0.0",
"@jsplumb/connector-bezier": "^5.9.4",
"@jsplumb/connector-flowchart": "^5.9.4",
"@jsplumb/util": "^5.9.4",
"@jsverse/transloco": "^7.4.2",
"@nx/angular": "19.3.0",
"@popperjs/core": "^2.11.8",
"@types/dom-to-image": "^2.6.6",
"@types/express": "^4.17.21",
"@types/googlemaps": "^3.43.3",
"@types/unzipper": "^0.10.6",
"axios": "1.7.2",
"caniuse-lite": "^1.0.30001615",
"chart.js": "^4.2.1",
"cronstrue": "^2.47.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"firebase-admin": "^12.1.1",
"firebase-functions": "^5.0.1",
"firebase-tools": "^13.11.2",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"ngx-webstorage-service": "^5.0.0",
"request-promise": "^4.2.6",
"rxjs": "^7.8.1",
"subsink": "^1.0.2",
"tslib": "^2.3.0",
"unique-names-generator": "^4.7.1",
"unzipper": "^0.10.14",
"uuid": "^9.0.1",
"wavesurfer.js": "^7.5.0",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.0.5",
"@angular-devkit/core": "18.0.5",
"@angular-devkit/schematics": "18.0.5",
"@angular-eslint/eslint-plugin": "18.0.1",
"@angular-eslint/eslint-plugin-template": "18.0.1",
"@angular-eslint/template-parser": "18.0.1",
"@angular/cli": "~18.0.0",
"@angular/compiler-cli": "18.0.3",
"@angular/language-service": "18.0.3",
"@angular/pwa": "18.0.5",
"@nx/cypress": "19.3.0",
"@nx/eslint": "19.3.0",
"@nx/eslint-plugin": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/node": "19.3.0",
"@nx/workspace": "19.3.0",
"@schematics/angular": "18.0.5",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/crypto-js": "^4.1.1",
"@types/jest": "29.5.12",
"@types/lodash": "^4.14.182",
"@types/mime-types": "^2.1.1",
"@types/node": "^18.16.9",
"@types/uuid": "^9.0.5",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"@typescript-eslint/utils": "^8.0.0-alpha.28",
"autoprefixer": "^10.4.0",
"cypress": "^9.1.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.1.1",
"jsonwebtoken": "^9.0.1",
"ng-packagr": "18.0.0",
"nx": "19.3.0",
"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": "29.1.5",
"ts-node": "10.9.1",
"tslib": "^2.4.0",
"typescript": "5.4.5"
},
"firebase-functions-dependencies": [
"firebase-functions",
"firebase-admin",
"@google-cloud/dialogflow-cx",
"lodash",
"unzipper",
"axios",
"moment",
"crypto-js",
"mime-types",
"jsonwebtoken",
"dotenv",
"@google-cloud/tasks",
"@google-cloud/scheduler",
"@google/generative-ai"
]
}