Portfolio-v3/package.json
dependabot[bot] 88b64deb8b
Bump simple-icons from 6.23.0 to 7.11.0
Bumps [simple-icons](https://github.com/simple-icons/simple-icons) from 6.23.0 to 7.11.0.
- [Release notes](https://github.com/simple-icons/simple-icons/releases)
- [Commits](https://github.com/simple-icons/simple-icons/compare/6.23.0...7.11.0)

---
updated-dependencies:
- dependency-name: simple-icons
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-11 12:35:57 +00:00

23 lines
482 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"framer-motion": "^6.3.3",
"lucide-react": "^0.88.0",
"next": "^12.1.6",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"simple-icons": "^7.11.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}