FunctionProject/website/package.json

28 lines
691 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-22 03:52:04 +01:00
"dev": "cross-env NODE_ENV=dev node server",
2020-03-18 16:26:18 +01:00
"build": "next build",
2020-03-22 03:52:04 +01:00
"export": "next export",
"start": "cross-env NODE_ENV=production node server"
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-04-06 23:06:21 +02:00
"date-and-time": "^0.13.1",
"html-react-parser": "^0.10.2",
"next": "9.3.2",
2020-03-18 16:26:18 +01:00
"next-fonts": "^1.0.3",
"nprogress": "^0.2.0",
2020-03-18 16:26:18 +01:00
"react": "16.13.0",
2020-03-22 16:21:19 +01:00
"react-dom": "16.13.0",
"react-swipeable-views": "^0.13.9",
"react-swipeable-views-utils": "^0.13.9",
"universal-cookie": "^4.0.3"
2020-03-22 03:52:04 +01:00
},
"devDependencies": {
"cross-env": "^7.0.2"
2020-03-16 22:55:32 +01:00
}
}