FunctionProject/frontend/package.json

18 lines
339 B
JSON
Raw Normal View History

2020-03-16 22:55:32 +01:00
{
2020-03-18 16:26:18 +01:00
"name": "functionproject-next",
"version": "1.0.0",
2020-03-16 22:55:32 +01:00
"scripts": {
2020-03-18 16:26:18 +01:00
"dev": "next dev",
"build": "next build",
"start": "next start",
"prod": "next export"
2020-03-16 22:55:32 +01:00
},
2020-03-18 16:26:18 +01:00
"dependencies": {
"@zeit/next-css": "^1.0.1",
"next": "9.3.1",
"next-fonts": "^1.0.3",
"react": "16.13.0",
"react-dom": "16.13.0"
2020-03-16 22:55:32 +01:00
}
}