mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
33 lines
751 B
JSON
33 lines
751 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@swc/core": "^1.2.160",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"csstype": "^3.0.10",
|
|
"goober": "2.1.8",
|
|
"next": "12.1.2",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-fade-in": "^2.0.1",
|
|
"react-hot-toast": "^2.2.0",
|
|
"react-icons": "^4.3.1",
|
|
"sass": "^1.49.10",
|
|
"use-last-fm": "^0.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "17.0.23",
|
|
"@types/react": "17.0.43",
|
|
"@types/react-dom": "17.0.14",
|
|
"eslint": "8.12.0",
|
|
"eslint-config-next": "12.1.1",
|
|
"typescript": "4.6.3"
|
|
}
|
|
}
|