-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"local-sitemap": "NODE_ENV=development next-sitemap",
"pages:build": "npx @cloudflare/next-on-pages",
"preview": "npm run pages:build && wrangler pages dev",
"cf-typegen": "wrangler types --env-interface CloudflareEnv env.d.ts"
},
"dependencies": {
"@marsidev/react-turnstile": "^1.0.2",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"classnames": "^2.5.1",
"cloudinary": "^2.2.0",
"next": "^14.2.14",
"next-seo": "^6.6.0",
"next-sitemap": "^4.2.3",
"posthog-js": "^1.166.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.13.3",
"@cloudflare/workers-types": "^4.20240925.0",
"@types/classnames": "^2.3.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"eslint-plugin-next-on-pages": "^1.13.4",
"postcss": "^8",
"tailwindcss": "^3.4.7",
"typescript": "^5",
"wrangler": "^3.80.0"
}
}