Initial commit

This commit is contained in:
ASOwnerYT
2024-11-27 15:42:04 +13:00
commit c8f05290e8
23 changed files with 5421 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "computer-repair",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"next": "15.0.3"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.3"
}
}