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