-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.68 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.68 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
{
"name": "react-postgres-fullstack-template",
"description": "Deploy your own library of books using Postgres and Workers.",
"version": "0.0.0",
"cloudflare": {
"label": "React + Postgres Fullstack App",
"products": [
"Workers",
"Hyperdrive",
"Workers Static Assets",
"Smart Placement"
],
"categories": [
"starter",
"storage"
],
"docs_url": "https://developers.cloudflare.com/hyperdrive/get-started/",
"preview_image_url": "https://imagedelivery.net/wSMYJvS3Xw-n339CbDyDIA/cd71c67a-253f-477d-022c-2f90cb4b3d00/public",
"icon_urls": [],
"publish": true
},
"dependencies": {
"@tailwindcss/postcss": "4.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "7.5.2",
"react-router-dom": "7.5.2",
"tailwindcss": "4.1.1"
},
"devDependencies": {
"@cloudflare/vite-plugin": "1.2.4",
"@eslint/js": "9.25.1",
"@neondatabase/serverless": "0.10.4",
"@types/node": "22.15.19",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.4.1",
"autoprefixer": "10.4.21",
"eslint": "9.27.0",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "15.15.0",
"hono": "4.7.7",
"postcss": "8.5.3",
"postgres": "3.4.5",
"vite": "6.3.5",
"wrangler": "4.16.1"
},
"private": true,
"scripts": {
"build": "vite build",
"cf-typegen": "wrangler types",
"check": "vite build && wrangler deploy --dry-run",
"deploy": "wrangler deploy",
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview"
},
"type": "module"
}