Replaced JavaScript with TypeScript.
This commit is contained in:
+10
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user