Portfolio-v3/package.json
dependabot[bot] f2b57587a9
Bump autoprefixer from 10.4.11 to 10.4.13
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.11 to 10.4.13.
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/autoprefixer/compare/10.4.11...10.4.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 12:16:28 +00:00

23 lines
483 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"framer-motion": "^7.6.9",
"lucide-react": "^0.89.0",
"next": "^13.0.5",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"simple-icons": "^7.20.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}