FunctionProject/website/package.json

20 lines
390 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",
"axios": "^0.19.2",
2020-03-18 16:26:18 +01:00
"next": "9.3.1",
"next-fonts": "^1.0.3",
"nprogress": "^0.2.0",
2020-03-18 16:26:18 +01:00
"react": "16.13.0",
"react-dom": "16.13.0"
2020-03-16 22:55:32 +01:00
}
}