fantus/package.json
dependabot[bot] bf61d709c8
Bump three from 0.116.1 to 0.137.0
Bumps [three](https://github.com/mrdoob/three.js) from 0.116.1 to 0.137.0.
- [Release notes](https://github.com/mrdoob/three.js/releases)
- [Commits](https://github.com/mrdoob/three.js/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-27 16:08:45 +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": "^10",
"react": "^17",
"react-dom": "^17",
"tachyons": "^4",
"three": "^0.137"
},
"devDependencies": {
"@types/formidable": "^1",
"@types/node": "^14",
"@types/react": "^17",
"@types/react-dom": "^17",
"typescript": "^4"
}
}