mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
commit
This commit is contained in:
commit
b9dc57578a
26 changed files with 2590 additions and 0 deletions
42
package.json
Normal file
42
package.json
Normal file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"name": "portfolio",
|
||||
"version": "1.0",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"buildexport": "next build && next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"aws-sdk": "^2.1125.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"@swc/core": "^1.2.173",
|
||||
"copy-to-clipboard": "^3.3.1",
|
||||
"csstype": "^3.0.10",
|
||||
"dayjs": "^1.11.1",
|
||||
"goober": "2.1.9",
|
||||
"next": "12.1.5",
|
||||
"react": "^18.1.0",
|
||||
"react-dom": "^18.1.0",
|
||||
"react-fade-in": "^2.0.1",
|
||||
"react-hot-toast": "^2.2.0",
|
||||
"react-icons": "^4.3.1",
|
||||
"sass": "^1.51.0",
|
||||
"use-last-fm": "^0.6.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "17.0.27",
|
||||
"@types/react": "^18.0.8",
|
||||
"@types/node": "17.0.30",
|
||||
"@types/react": "^18.0.7",
|
||||
"@types/react-dom": "^18.0.3",
|
||||
"eslint": "8.14.0",
|
||||
"eslint-config-next": "12.1.1",
|
||||
"eslint": "8.14.0",
|
||||
"eslint-config-next": "12.1.5",
|
||||
"typescript": "4.6.4"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue