-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
233 lines (233 loc) · 7.61 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
{
"name": "dalenguyen",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"postinstall": "node ./decorate-angular-cli.js",
"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.3.1",
"@analogjs/router": "1.3.1",
"@angular/animations": "17.3.9",
"@angular/cdk": "17.3.9",
"@angular/common": "17.3.9",
"@angular/compiler": "17.3.9",
"@angular/core": "17.3.9",
"@angular/fire": "^6.1.5",
"@angular/forms": "17.3.9",
"@angular/material": "17.3.9",
"@angular/platform-browser": "17.3.9",
"@angular/platform-browser-dynamic": "17.3.9",
"@angular/platform-server": "17.3.9",
"@angular/router": "17.3.9",
"@angular/ssr": "^17.3.7",
"@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": "^6.19.7",
"@sentry/core": "^6.19.7",
"@sentry/integrations": "^6.19.7",
"@storybook/core-server": "7.0.8",
"@supabase/supabase-js": "^1.35.7",
"@swc/helpers": "~0.5.1",
"add": "^2.0.6",
"axios": "^0.21.4",
"buttercms": "^1.2.12",
"class-validator": "^0.13.2",
"core-js": "^3.30.2",
"cors": "^2.8.5",
"destr": "^1.2.2",
"express": "4.18.1",
"firebase": "8.6.1",
"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": "13.3.0",
"next-mdx-remote": "^4.4.1",
"next-remote-watch": "^1.0.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"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.13.0"
},
"devDependencies": {
"@analogjs/platform": "1.3.1",
"@angular-builders/custom-webpack": "17.0.2",
"@angular-devkit/architect": "0.1700.0",
"@angular-devkit/build-angular": "17.0.0",
"@angular-devkit/core": "17.0.0",
"@angular-devkit/schematics": "17.0.0",
"@angular-eslint/eslint-plugin": "17.4.1",
"@angular-eslint/eslint-plugin-template": "17.4.1",
"@angular-eslint/template-parser": "17.4.1",
"@angular/cli": "17.0.0",
"@angular/compiler-cli": "17.3.9",
"@angular/language-service": "17.3.9",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "7.12.13",
"@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": "17.0.0",
"@nx/cypress": "17.0.0",
"@nx/devkit": "17.0.0",
"@nx/eslint-plugin": "17.0.0",
"@nx/express": "17.0.0",
"@nx/jest": "17.0.0",
"@nx/js": "17.0.0",
"@nx/linter": "17.0.0",
"@nx/nest": "17.0.0",
"@nx/next": "17.0.0",
"@nx/node": "17.0.0",
"@nx/plugin": "17.0.0",
"@nx/react": "17.0.0",
"@nx/storybook": "17.0.0",
"@nx/vite": "17.0.0",
"@nx/web": "17.0.0",
"@nx/workspace": "17.0.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@schematics/angular": "16.0.0",
"@storybook/addon-essentials": "7.0.8",
"@storybook/react": "7.0.8",
"@storybook/react-webpack5": "7.0.8",
"@svgr/webpack": "^6.5.1",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.107",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/react": "13.4.0",
"@types/chrome": "^0.0.164",
"@types/express": "4.17.14",
"@types/jest": "29.4.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/smoothscroll-polyfill": "^0.3.1",
"@types/sqlite3": "^3.1.8",
"@typescript-eslint/eslint-plugin": "5.59.2",
"@typescript-eslint/parser": "5.59.2",
"@vitest/ui": "0.31.0",
"autoprefixer": "10.4.13",
"babel-jest": "29.4.3",
"babel-loader": "^8.3.0",
"class-transformer": "^0.5.1",
"css-loader": "^6.7.4",
"cypress": "12.11.0",
"dotenv": "10.0.0",
"eslint": "8.15.0",
"eslint-config-next": "13.1.1",
"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.6.12",
"esprima": "^4.0.1",
"html-webpack-plugin": "^5.5.1",
"husky": "^8.0.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-environment-node": "^29.5.0",
"jest-preset-angular": "13.0.0",
"jsdom": "^22.1.0",
"jsonc-eslint-parser": "^2.3.0",
"ng-packagr": "16.0.0",
"nitropack": "^2.4.1",
"nodemon": "^2.0.22",
"nx": "17.0.0",
"nx-cloud": "^19.0.0",
"postcss": "8.4.19",
"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": "7.0.8",
"style-loader": "^3.3.3",
"stylus": "^0.55.0",
"stylus-loader": "^7.1.0",
"swagger-ui-express": "4.3.0",
"tailwindcss": "3.2.4",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.2.2",
"url-loader": "^4.1.1",
"vite": "^4.5.0",
"vite-plugin-commonjs": "^0.6.2",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "^0.32.4",
"webpack": "^5.83.1",
"webpack-extension-reloader": "^1.1.4",
"webpack-merge": "^5.9.0"
},
"engines": {
"node": ">=18"
}
}