fantus/package.json

25 lines
477 B
JSON
Raw Normal View History

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",
"three": "^0.116"
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
}