mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
Initial commit
This commit is contained in:
commit
d1b8e8f676
26 changed files with 3283 additions and 0 deletions
40
package.json
Normal file
40
package.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "portfolio",
|
||||
"version": "3.0",
|
||||
"private": true,
|
||||
"author": "albert",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vercel/analytics": "^0.1.8",
|
||||
"@vercel/edge-config": "^0.1.1",
|
||||
"aws-sdk": "^2.1295.0",
|
||||
"next": "^13.1.5",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-fade-in": "^2.0.1",
|
||||
"spotify-now-playing": "^1.1.4",
|
||||
"swr": "^2.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "18.11.18",
|
||||
"@types/react": "18.0.27",
|
||||
"@types/react-dom": "18.0.10",
|
||||
"autoprefixer": "^10.4.13",
|
||||
"copy-to-clipboard": "^3.3.3",
|
||||
"eslint": "8.32.0",
|
||||
"eslint-config-next": "^13.1.5",
|
||||
"postcss": "^8.4.18",
|
||||
"react-hot-toast": "^2.4.0",
|
||||
"react-icons": "^4.7.1",
|
||||
"sass": "^1.57.1",
|
||||
"tailwindcss": "^3.2.1",
|
||||
"typescript": "4.9.4"
|
||||
},
|
||||
"packageManager": "yarn@1.22.19"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue