-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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
{
"private": true,
"sideEffects": false,
"main": "gcf/index.js",
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build",
"typecheck": "tsc",
"gcp-build": "npm install",
"deploy": "gcloud functions deploy remix --gen2 --region us-west1 --project uptown-funk --runtime nodejs20 --trigger-http --allow-unauthenticated"
},
"dependencies": {
"@google-cloud/functions-framework": "^3.3.0",
"@remix-run/css-bundle": "1.19.2",
"@remix-run/node": "^1.19.2",
"@remix-run/react": "1.19.2",
"@remix-run/serve": "1.19.2",
"cheerio": "^1.0.0-rc.12",
"googleapis": "^122.0.0",
"isbot": "^3.6.8",
"openai": "^3.3.0",
"pdf-lib": "^1.17.1",
"puppeteer": "^20.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-pdf": "^7.1.3",
"remix-google-cloud-functions": "^0.1.0",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
"@remix-run/dev": "1.19.2",
"@remix-run/eslint-config": "1.19.2",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"eslint": "^8.38.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.4",
"upgrade-remix": "^0.3.0"
},
"engines": {
"node": ">=14.0.0"
}
}