use typescript for website

This commit is contained in:
Jeffrey Morgan
2023-07-05 20:14:46 -04:00
parent 585e863eab
commit 39b289c6a8
6 changed files with 72 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
@@ -9,6 +8,9 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.4.0",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",