Setup - settings & images

This commit is contained in:
2023-07-16 21:50:48 +05:30
parent f9c9837926
commit 2e6768e2bd
11 changed files with 2889 additions and 5 deletions
+5
View File
@@ -12,6 +12,7 @@
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/web-bluetooth": "^0.0.17",
"autoprefixer": "10.4.14",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
@@ -21,5 +22,9 @@
"react-dom": "18.2.0",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"eslint-config-prettier": "^8.8.0",
"prettier": "3.0.0"
}
}