fantus/package.json

28 lines
614 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": {
"axios": "^0.19.1",
"formhero": "^0.0.7",
"formidable": "^1.2.1",
2021-01-02 00:21:29 +01:00
"next": "^10.0.4",
2020-01-12 18:33:55 +01:00
"react": "^16.12.0",
"react-dom": "^16.12.0",
"tachyons": "^4.11.1",
"three": "^0.112.1"
},
"devDependencies": {
"@types/formidable": "^1.0.31",
"@types/node": "^13.1.6",
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
2020-07-25 00:24:04 +02:00
"@zeit/next-css": "^1.0.1",
"@zeit/next-stylus": "^1.0.1",
2020-01-12 18:33:55 +01:00
"stylus": "^0.54.7",
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
}