2020-01-12 17:33:55 +00:00
|
|
|
{
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next -p 80",
|
2020-01-16 00:05:01 +00:00
|
|
|
"build": "next build",
|
2020-01-12 17:33:55 +00:00
|
|
|
"start": "next start -p 80"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-25 10:52:09 +00:00
|
|
|
"axios": "^0.21",
|
2020-01-12 17:33:55 +00:00
|
|
|
"formhero": "^0.0.7",
|
2021-02-25 10:52:09 +00:00
|
|
|
"formidable": "^1",
|
|
|
|
"next": "^10",
|
|
|
|
"react": "^17",
|
|
|
|
"react-dom": "^17",
|
|
|
|
"tachyons": "^4",
|
|
|
|
"three": "^0.116"
|
2020-01-12 17:33:55 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-25 10:52:09 +00:00
|
|
|
"@types/formidable": "^1",
|
|
|
|
"@types/node": "^14",
|
|
|
|
"@types/react": "^17",
|
|
|
|
"@types/react-dom": "^17",
|
2021-01-01 23:21:29 +00:00
|
|
|
"typescript": "^4"
|
2020-01-12 17:33:55 +00:00
|
|
|
}
|
2020-07-24 22:24:04 +00:00
|
|
|
}
|