mirror of
https://github.com/cupcakearmy/fantus.git
synced 2024-11-01 04:54:13 +01:00
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.116"
|
|
},
|
|
"devDependencies": {
|
|
"@types/formidable": "^1",
|
|
"@types/node": "^14",
|
|
"@types/react": "^17",
|
|
"@types/react-dom": "^17",
|
|
"typescript": "^4"
|
|
}
|
|
}
|