albert.lol/package.json
dependabot[bot] f253f5de4c
Bump postcss from 8.4.17 to 8.4.18
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.17 to 8.4.18.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.17...8.4.18)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 19:15:43 +00:00

35 lines
804 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.1228.0",
"axios": "^1.1.3",
"next": "12.3.1",
"next-safe": "^3.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fade-in": "^2.0.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/node": "18.8.1",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"copy-to-clipboard": "^3.3.2",
"postcss": "^8.4.18",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"sass": "^1.55.0",
"spotify-now-playing": "^0.1.3",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
}
}