Initial commit

This commit is contained in:
2023-07-30 21:35:47 +01:00
commit 24c6dbe278
70 changed files with 6764 additions and 0 deletions

36
package.json Normal file
View File

@@ -0,0 +1,36 @@
{
"name": "new_portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@splidejs/react-splide": "^0.7.12",
"@types/node": "20.3.0",
"@types/react": "18.2.11",
"@types/react-dom": "18.2.4",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"animejs": "^3.2.1",
"aos": "^2.3.4",
"bootstrap": "^5.3.0",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"next": "^13.4.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"typescript": "5.1.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.12",
"@types/aos": "^3.0.4",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"sass": "^1.64.1"
}
}