mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-12-22 16:26:25 +00:00
75357e2d83
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>
25 lines
477 B
JSON
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"
|
|
}
|
|
}
|