Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Jan 5, 2024
1 parent ae622b7 commit 9f9004b
Show file tree
Hide file tree
Showing 10 changed files with 1,680 additions and 4,002 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"eslint.format.enable": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
"source.organizeImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"files.associations": {
"*.js": "javascriptreact"
Expand Down
11 changes: 10 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,16 @@ const nextConfig = {
// ADD in case you need to import SVGs in next/image component
// dangerouslyAllowSVG: true,
// contentSecurityPolicy: "default-src 'self'; script-src 'none'; sandbox;",
domains: ['images.ctfassets.net', 'assets.studiofreight.com'],
remotePatterns: [
{
protocol: 'https',
hostname: 'images.ctfassets.net',
},
{
protocol: 'https',
hostname: 'assets.studiofreight.com',
},
],
formats: ['image/avif', 'image/webp'],
},
// add @import 'styles/_functions'; to all scss files.
Expand Down
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,52 +15,52 @@
"size": "npm run build && size-limit"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^15.17.2",
"@ducanh2912/next-pwa": "^9.7.1",
"@contentful/rich-text-react-renderer": "^15.19.0",
"@ducanh2912/next-pwa": "^10.1.0",
"@radix-ui/react-accordion": "^1.1.2",
"@studio-freight/compono": "^0.0.42",
"@studio-freight/hamo": "^0.6.19",
"@studio-freight/react-lenis": "0.0.36",
"@studio-freight/hamo": "^0.6.24",
"@studio-freight/react-lenis": "0.0.40",
"@studio-freight/tempus": "0.0.38",
"@theatre/core": "^0.7.0",
"@theatre/studio": "^0.7.0",
"@vercel/analytics": "^1.0.2",
"@vercel/analytics": "^1.1.1",
"blaze-slider": "1.9.3",
"clsx": "^2.0.0",
"clsx": "^2.1.0",
"events": "^3.3.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"gsap": "^3.12.2",
"gsap": "^3.12.4",
"idb-keyval": "^6.2.1",
"jsonminify": "^0.4.2",
"million": "2.6.2",
"next": "13.5.3",
"million": "2.6.4",
"next": "14.0.4",
"next-sitemap": "^4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.2",
"react-use": "^17.4.0",
"react-hook-form": "^7.49.2",
"react-use": "^17.4.2",
"react-use-measure": "^2.1.1",
"sass": "^1.68.0",
"sass": "^1.69.7",
"throttle-debounce": "5.0.0",
"zustand": "4.4.1"
"zustand": "4.4.7"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.1",
"@next/bundle-analyzer": "^13.5.3",
"@size-limit/preset-app": "^9.0.0",
"@next/bundle-analyzer": "^14.0.4",
"@size-limit/preset-app": "^11.0.1",
"@svgr/webpack": "^8.1.0",
"critters": "^0.0.20",
"cross-env": "^7.0.3",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "^9.0.0",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-eslint": "^15.0.1",
"size-limit": "^9.0.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"size-limit": "^11.0.1",
"stats.js": "^0.17.0"
},
"lint-staged": {
Expand Down
Loading

1 comment on commit 9f9004b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"⚡️ Lighthouse report for the changes in this commit:

🟠 Performance: 52
🟢 Accessibility: 90
🟢 Best practices: 100
🟢 SEO: 92
🟢 PWA: 100

Lighthouse ran on https://sf-website-gysd1mgty-studio-freight.vercel.app/"

Please sign in to comment.