-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "dan-gurney-personal-site",
"private": true,
"description": "",
"license": "",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"start": "pnpm wrangler pages dev --compatibility-date=2023-10-30 ./public --binding $(cat .env) --kv KV --port 3000",
"dev": "remix dev --manual -c \"pnpm start\""
},
"dependencies": {
"@remix-run/cloudflare": "^2.4.1",
"@remix-run/cloudflare-pages": "^2.4.1",
"@remix-run/react": "^2.4.1",
"cross-env": "^7.0.3",
"date-fns": "^2.29.3",
"isbot": "^3.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zod": "^3.19.1"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@remix-run/dev": "^2.4.1",
"@remix-run/eslint-config": "^2.4.1",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.7",
"concurrently": "^7.2.0",
"eslint": "^8.15.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.4.0",
"typescript": "^5.3.3",
"wrangler": "^3.22.1"
},
"engines": {
"node": ">=18.0.0"
}
}