mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
bf61d709c8
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>
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": "^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"
|
|
}
|
|
}
|