This commit is contained in:
skidoodle
2023-04-09 05:31:08 +02:00
commit 9cf213d556
29 changed files with 3825 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"@vercel/analytics": "^0.1.11",
"autoprefixer": "10.4.14",
"axios": "^1.3.5",
"copy-to-clipboard": "^3.3.3",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"next-themes": "^0.2.1",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fade-in": "^2.0.1",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"sass": "^1.61.0",
"swr": "^2.1.2",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
}
}