Replaced JavaScript with TypeScript.

This commit is contained in:
Daniel
2023-01-29 21:42:36 +03:30
parent 31010c96e9
commit 4cd0e8799c
12 changed files with 249 additions and 172 deletions
+10 -6
View File
@@ -1,5 +1,5 @@
{
"name": "link-warden",
"name": "linkwarden",
"version": "3.0.0",
"main": "index.js",
"repository": "https://github.com/Daniel31x13/link-warden.git",
@@ -13,12 +13,16 @@
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.4",
"eslint": "8.32.0",
"eslint-config-next": "13.1.4",
"next": "13.1.4",
"@next/font": "13.1.6",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0"
"react-dom": "18.2.0",
"typescript": "4.9.4"
},
"devDependencies": {
"autoprefixer": "^10.4.13",