Skip to content

Commit

Permalink
add start of opennextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
docimin committed Sep 27, 2024
1 parent 35eb0e5 commit 48ae0bb
Show file tree
Hide file tree
Showing 3 changed files with 961 additions and 21 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write ."
"format": "prettier --write .",
"deploy": "cloudflare && wrangler deploy",
"preview": "cloudflare && wrangler dev",
"cf-typegen": "wrangler types"
},
"prettier": {
"trailingComma": "es5",
Expand All @@ -18,12 +21,14 @@
"singleQuote": true
},
"dependencies": {
"@cloudflare/workers-types": "^4.20240925.0",
"@googlemaps/markerclusterer": "^2.5.3",
"@hookform/resolvers": "^3.9.0",
"@icons-pack/react-simple-icons": "^10.0.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.13",
"@opennextjs/cloudflare": "0.0.0-11802c4",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
Expand Down Expand Up @@ -99,6 +104,7 @@
"@types/react": "18.3.9",
"@types/sanitize-html": "^2.13.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8"
"prettier-plugin-tailwindcss": "^0.6.8",
"wrangler": "^3.78.10"
}
}
Loading

0 comments on commit 48ae0bb

Please sign in to comment.