-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
172 lines (172 loc) · 5.15 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"name": "recipesage",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"postinstall": "[ -f 'packages/prisma/src/prisma/schema.prisma' ] && prisma generate || echo 'Prisma schema does not exist'"
},
"private": true,
"dependencies": {
"@angular/common": "18.2.11",
"@angular/core": "18.2.11",
"@angular/forms": "18.2.11",
"@angular/platform-browser": "18.2.11",
"@angular/platform-browser-dynamic": "18.2.11",
"@angular/router": "18.2.11",
"@aws-sdk/client-s3": "^3.651.1",
"@aws-sdk/client-ses": "^3.651.1",
"@aws-sdk/lib-storage": "^3.697.0",
"@capacitor/camera": "^5.0.9",
"@capacitor/core": "5.7.4",
"@capacitor/ios": "5.7.4",
"@capawesome/capacitor-file-picker": "^5.3.0",
"@elastic/elasticsearch": "~8.13.0",
"@fanoutio/grip": "^3.3.1",
"@fanoutio/serve-grip": "^1.3.1",
"@google-cloud/vision": "^4.1.0",
"@ionic/angular": "^8.4.0",
"@julianpoy/recipe-clipper": "^3.1.0",
"@ngx-loading-bar/core": "^6.0.2",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@prisma/client": "^5.20.0",
"@sentry/browser": "^7.119.1",
"@sentry/node": "^7.109.0",
"@sentry/tracing": "^7.109.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"axios": "^1.7.7",
"body-parser": "~1.20.3",
"commander": "12.0.0",
"cookie-parser": "^1.4.7",
"core-js": "^3.36.1",
"cors": "^2.8.5",
"csv-parse": "^5.6.0",
"dayjs": "^1.11.10",
"debug": "~4.3.4",
"express": "~4.21.1",
"extract-zip": "^2.0.1",
"firebase": "^10.14.1",
"firebase-admin": "^12.0.0",
"fraction.js": "^4.3.7",
"fs-extra": "^11.2.0",
"google-auth-library": "^9.7.0",
"he": "^1.2.0",
"https-proxy-agent": "^7.0.4",
"ical-generator": "^7.0.0",
"joi": "^17.12.2",
"jsdom": "^25.0.1",
"json-stream-stringify": "^3.1.6",
"linkify-string": "^4.1.3",
"linkifyjs": "^4.1.3",
"meilisearch": "^0.38.0",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"multer": "v1.4.5-lts.1",
"ngx-ui-scroll": "^3.2.0",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.7",
"openai": "^4.48.1",
"p-debounce": "^2.1.0",
"p-limit": "^3.1.0",
"pdfmake": "^0.2.15",
"pg": "8.11.4",
"pg-hstore": "^2.3.4",
"prisma": "^5.20.0",
"prisma-cursorstream": "^0.3.0",
"pug": "^3.0.3",
"puppeteer-core": "^22.15.0",
"sanitize-html": "^2.13.0",
"semver": "7.6.0",
"sequelize": "6.37.2",
"sharp": "^0.33.3",
"showdown": "^2.1.0",
"stripe": "^11.9.1",
"superjson": "^1.12.3",
"swiper": "^11.1.0",
"ts-dedent": "^2.2.0",
"tsconfig-paths": "^4.2.0",
"tslib": "^2.6.2",
"tsx": "^4.1.3",
"typesense": "^1.8.2",
"umzug": "^3.7.0",
"unitz-ts": "^1.0.1",
"uuid": "^9.0.1",
"xml-js": "^1.6.11",
"zip-stream": "^6.0.1",
"zod": "^3.22.4",
"zone.js": "0.14.10"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.11",
"@angular-devkit/build-angular": "18.2.11",
"@angular-devkit/core": "18.2.11",
"@angular-devkit/schematics": "18.2.11",
"@angular-eslint/builder": "18.4.0",
"@angular-eslint/eslint-plugin": "18.4.0",
"@angular-eslint/eslint-plugin-template": "18.4.0",
"@angular-eslint/schematics": "18.4.0",
"@angular-eslint/template-parser": "18.4.0",
"@angular/cli": "18.2.11",
"@angular/compiler": "18.2.11",
"@angular/compiler-cli": "18.2.11",
"@angular/language-service": "18.2.11",
"@babel/preset-env": "^7.24.3",
"@capacitor/cli": "5.7.4",
"@faker-js/faker": "^8.4.1",
"@ionic/angular-toolkit": "11.0.1",
"@nx/devkit": "19.1.2",
"@nx/eslint": "19.1.2",
"@nx/eslint-plugin": "19.1.2",
"@nx/jest": "19.1.2",
"@nx/js": "19.1.2",
"@swc/core": "1.4.11",
"@swc/helpers": "0.5.8",
"@types/chai": "^4.3.14",
"@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17",
"@types/dom-screen-wake-lock": "^1.0.3",
"@types/he": "^1.2.3",
"@types/jest": "^29.5.12",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.11",
"@types/node": "20.12.2",
"@types/node-fetch": "^2.6.11",
"@types/pdfkit": "^0.13.5",
"@types/pdfmake": "^0.2.9",
"@types/sanitize-html": "^2.11.0",
"@types/sharp": "^0.31.1",
"@types/showdown": "^2.0.6",
"@types/sinon": "^17.0.3",
"@types/supertest": "^6.0.2",
"@types/zip-stream": "^7.0.0",
"@typescript-eslint/eslint-plugin": "7.9.0",
"@typescript-eslint/parser": "7.9.0",
"chai": "4.4.1",
"copy-webpack-plugin": "^12.0.2",
"eslint": "8.57.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.2",
"nx": "19.1.2",
"prettier": "^3.2.5",
"regenerator-runtime": "^0.14.1",
"sequelize-cli": "^6.6.2",
"sinon": "^17.0.1",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"ts-node": "~10.9.1",
"typescript": "5.5.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"workbox-cli": "^7.0.0"
},
"prisma": {
"schema": "packages/prisma/src/prisma/schema.prisma"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
}
}