Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Priyansxu authored Jan 9, 2024
1 parent b524093 commit 356645f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"publish": "wrangler publish"
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.14",
Expand All @@ -26,9 +25,5 @@
"react-vertical-timeline-component": "^3.6.0",
"tailwindcss": "3.3.1",
"@next/env": "^12.0.7"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.8.3",
"@cloudflare/wrangler": "^2.4.2"
}
}

0 comments on commit 356645f

Please sign in to comment.