mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.0.21 to 18.0.22. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
778 B
JSON
34 lines
778 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"aws-sdk": "^2.1239.0",
|
|
"axios": "^1.1.3",
|
|
"next": "12.3.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-fade-in": "^2.0.1",
|
|
"spotify-now-playing": "^0.1.6",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.11.0",
|
|
"@types/react": "18.0.22",
|
|
"@types/react-dom": "18.0.7",
|
|
"autoprefixer": "^10.4.12",
|
|
"copy-to-clipboard": "^3.3.2",
|
|
"postcss": "^8.4.18",
|
|
"react-hot-toast": "^2.4.0",
|
|
"react-icons": "^4.6.0",
|
|
"sass": "^1.55.0",
|
|
"tailwindcss": "^3.2.1",
|
|
"typescript": "4.8.4"
|
|
}
|
|
}
|