Skip to content

Commit

Permalink
Merge pull request #5 from dxe/jake/add-email-petition
Browse files Browse the repository at this point in the history
fix build
  • Loading branch information
jakehobbs authored Mar 17, 2024
2 parents 98e34a6 + 54cf553 commit 6d054a8
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 854 deletions.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@babel/core": "^7.18.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
Expand All @@ -26,7 +25,6 @@
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@types/react-bootstrap": "^0.32.28",
"bootstrap": "^5.2.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
Expand All @@ -45,20 +43,21 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.0.7",
"@next/bundle-analyzer": "^13.5.6",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"@types/react": "18.2.66",
"@types/react-bootstrap": "^0.32.29",
"@types/react-dom": "^18.2.22",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-scroll": "^1.8.3",
"autoprefixer": "^10.4.18",
"cross-env": "^7.0.3",
"eslint": "8.4.1",
"eslint": "8.38.0",
"eslint-config-next": "13.5.6",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.35",
"prettier": "2.5.1",
"tailwindcss": "^3.4.1",
"typescript": "5.4.2"
"typescript": "5.1.6"
}
}
Loading

0 comments on commit 6d054a8

Please sign in to comment.