-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
238 lines (238 loc) · 7.91 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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
{
"name": "dalenguyen",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"nx": "node --max-old-space-size=8192 ./node_modules/.bin/nx",
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"libs:saas": "-------------------",
"build:saas-libs": "nx build saas-libs",
"publish:saas-libs": "npm publish ./dist/libs/saas-libs",
"test": "nx test",
"lint": "nx workspace-lint && ng lint",
"e2e": "nx e2e",
"___ssr": "",
"watch:ssr": "nodemon --watch ./dist/apps/ng-ssr --exec yarn serve:ssr",
"serve:ssr": "functions-framework --target=api --source ./dist/apps/ng-ssr/",
"deploy:ssr": "nx run ng-ssr:deploy --gcpProject sherpa-lab",
"___scraper": "",
"watch:scraper": "nodemon --watch ./dist/apps/scraper --exec yarn serve:scraper",
"serve:scraper": "functions-framework --target=helloGET --source ./dist/apps/scraper/",
"deploy:scraper": "nx run scraper:deploy --gcpProject sherpa-lab",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs --base=origin/dev",
"affected:build": "nx affected:build --base=origin/dev",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"storybook": "nx storybook"
},
"private": true,
"dependencies": {
"@analogjs/content": "1.13.1",
"@analogjs/router": "1.13.1",
"@angular/animations": "19.1.7",
"@angular/cdk": "19.1.5",
"@angular/common": "19.1.7",
"@angular/compiler": "19.1.7",
"@angular/core": "19.1.7",
"@angular/fire": "^6.1.5",
"@angular/forms": "19.1.7",
"@angular/material": "19.1.5",
"@angular/platform-browser": "19.1.7",
"@angular/platform-browser-dynamic": "19.1.7",
"@angular/platform-server": "19.1.7",
"@angular/router": "19.1.7",
"@angular/ssr": "19.1.5",
"@google-cloud/functions-framework": "^3.2.0",
"@nestjs/common": "9.4.0",
"@nestjs/config": "^2.3.2",
"@nestjs/core": "9.4.0",
"@nestjs/platform-express": "9.4.0",
"@nestjs/swagger": "6.3.0",
"@nestjs/typeorm": "^8.1.4",
"@sentry/browser": "^7.119.1",
"@sentry/core": "^6.19.7",
"@sentry/integrations": "^6.19.7",
"@storybook/addon-interactions": "^8.6.0",
"@storybook/core-server": "^8.6.0",
"@supabase/supabase-js": "^1.35.7",
"@swc/helpers": "0.5.15",
"add": "^2.0.6",
"axios": "1.8.2",
"buttercms": "^1.2.12",
"class-validator": "^0.13.2",
"core-js": "3.36.1",
"cors": "^2.8.5",
"destr": "^1.2.2",
"express": "4.20.0",
"firebase": "10.9.0",
"firebase-admin": "^10.3.0",
"form-data": "^4.0.0",
"front-matter": "^4.0.2",
"gray-matter": "^4.0.3",
"leaflet": "^1.9.4",
"mapbox-gl": "^2.14.1",
"marked": "^5.1.2",
"marked-gfm-heading-id": "3.1.3",
"marked-highlight": "^2.1.1",
"mermaid": "10.9.1",
"next": "14.2.26",
"next-mdx-remote": "^4.4.1",
"next-remote-watch": "^1.0.0",
"prismjs": "^1.30.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-test-renderer": "18.0.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rollup-plugin-visualizer": "^5.9.0",
"rxjs": "~7.5.7",
"smoothscroll-polyfill": "^0.4.4",
"sqlite3": "^5.1.6",
"tslib": "^2.5.2",
"typeorm": "^0.3.16",
"zone.js": "0.15.0",
"marked-mangle": "^1.1.7"
},
"devDependencies": {
"@analogjs/platform": "1.13.1",
"@angular-builders/custom-webpack": "17.0.2",
"@angular-devkit/architect": "0.1901.5",
"@angular-devkit/build-angular": "19.1.5",
"@angular-devkit/core": "19.1.5",
"@angular-devkit/schematics": "19.1.5",
"@angular-eslint/eslint-plugin": "19.1.0",
"@angular-eslint/eslint-plugin-template": "19.1.0",
"@angular-eslint/template-parser": "19.1.0",
"@angular/cli": "~19.1.5",
"@angular/compiler-cli": "19.1.7",
"@angular/language-service": "19.1.7",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "7.12.13",
"@chromatic-com/storybook": "^3",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@cypress/webpack-dev-server": "^2.5.0",
"@nestjs/schematics": "9.1.0",
"@nestjs/testing": "9.4.0",
"@nx/angular": "20.0.0-beta.4",
"@nx/cypress": "20.0.0-beta.4",
"@nx/devkit": "20.0.0-beta.4",
"@nx/eslint-plugin": "20.0.0-beta.4",
"@nx/express": "20.0.0-beta.4",
"@nx/jest": "20.0.0-beta.4",
"@nx/js": "20.0.0-beta.4",
"@nx/linter": "20.0.0-beta.4",
"@nx/nest": "20.0.0-beta.4",
"@nx/next": "20.0.0-beta.4",
"@nx/node": "20.0.0-beta.4",
"@nx/plugin": "20.0.0-beta.4",
"@nx/react": "20.0.0-beta.4",
"@nx/storybook": "20.4.6",
"@nx/vite": "20.0.0-beta.4",
"@nx/web": "20.0.0-beta.4",
"@nx/workspace": "20.0.0-beta.4",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@schematics/angular": "18.2.9",
"@storybook/addon-essentials": "^8.6.0",
"@storybook/addon-webpack5-compiler-babel": "^3.0.5",
"@storybook/nextjs": "^8.6.0",
"@storybook/react": "^8.6.0",
"@svgr/webpack": "^6.5.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.7",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "15.0.6",
"@types/chrome": "^0.0.164",
"@types/express": "4.17.14",
"@types/jest": "29.5.14",
"@types/node": "^18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/sqlite3": "^3.1.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"@vitest/ui": "0.34.7",
"autoprefixer": "10.4.13",
"babel-jest": "29.7.0",
"babel-loader": "^8.3.0",
"browser-sync": "^3.0.0",
"class-transformer": "^0.5.1",
"css-loader": "^6.7.4",
"cypress": "12.11.0",
"dotenv": "10.0.0",
"eslint": "8.57.1",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "^0.11.3",
"esprima": "^4.0.1",
"html-webpack-plugin": "^5.5.1",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.5.0",
"jest-preset-angular": "14.1.1",
"jsdom": "^22.1.0",
"jsonc-eslint-parser": "^2.3.0",
"ng-packagr": "18.2.1",
"nitropack": "^2.4.1",
"nodemon": "^2.0.22",
"nx": "20.0.0-beta.4",
"nx-cloud": "19.1.0",
"postcss": "8.4.38",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.6.2",
"react-refresh": "^0.10.0",
"react-test-renderer": "18.2.0",
"sass": "1.55.0",
"sinon": "^13.0.2",
"storybook": "^8.6.0",
"style-loader": "^3.3.3",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"swagger-ui-express": "4.3.0",
"tailwindcss": "3.4.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"url-loader": "^4.1.1",
"vite": "5.4.15",
"vite-plugin-commonjs": "^0.6.2",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.34.6",
"webpack": "^5.83.1",
"webpack-extension-reloader": "^1.1.4",
"webpack-merge": "^5.9.0"
},
"engines": {
"node": ">=20"
}
}