- aria lables on footer

- bundle analyser added
This commit is contained in:
Owen Rees
2023-07-03 10:11:12 +02:00
parent 2f09349fde
commit fadfe60730
7 changed files with 138 additions and 14 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "cypress run",
@@ -13,6 +13,7 @@
"cypress": "cypress open"
},
"dependencies": {
"@next/bundle-analyzer": "^13.4.7",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",