fantus/package.json
dependabot[bot] 75357e2d83
Bump next from 10.0.7 to 12.1.0
Bumps [next](https://github.com/vercel/next.js) from 10.0.7 to 12.1.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v10.0.7...v12.1.0)

---
updated-dependencies:
- dependency-name: next
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-17 20:47:47 +00:00

25 lines
477 B
JSON

{
"scripts": {
"dev": "next -p 80",
"build": "next build",
"start": "next start -p 80"
},
"dependencies": {
"axios": "^0.21",
"formhero": "^0.0.7",
"formidable": "^1",
"next": "^12",
"react": "^17",
"react-dom": "^17",
"tachyons": "^4",
"three": "^0.116"
},
"devDependencies": {
"@types/formidable": "^1",
"@types/node": "^14",
"@types/react": "^17",
"@types/react-dom": "^17",
"typescript": "^4"
}
}