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": {
|
2020-04-08 00:47:24 +02:00
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.28",
|
2020-04-10 22:50:24 +02:00
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.13.0",
|
2020-04-08 00:47:24 +02:00
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.13.0",
|
|
|
|
"@fortawesome/react-fontawesome": "^0.1.9",
|
2020-03-18 16:26:18 +01:00
|
|
|
"@zeit/next-css": "^1.0.1",
|
2020-03-20 18:26:55 +01:00
|
|
|
"axios": "^0.19.2",
|
2020-04-06 23:06:21 +02:00
|
|
|
"date-and-time": "^0.13.1",
|
2020-03-24 16:11:55 +01:00
|
|
|
"html-react-parser": "^0.10.2",
|
2020-03-31 07:48:00 +02:00
|
|
|
"next": "9.3.2",
|
2020-03-18 16:26:18 +01:00
|
|
|
"next-fonts": "^1.0.3",
|
2020-04-15 22:50:40 +02:00
|
|
|
"notyf": "^3.6.0",
|
2020-03-21 20:48:46 +01:00
|
|
|
"nprogress": "^0.2.0",
|
2020-03-18 16:26:18 +01:00
|
|
|
"react": "16.13.0",
|
2020-04-13 18:26:45 +02:00
|
|
|
"react-color": "^2.18.0",
|
2020-03-22 16:21:19 +01:00
|
|
|
"react-dom": "16.13.0",
|
|
|
|
"react-swipeable-views": "^0.13.9",
|
2020-04-06 16:46:03 +02:00
|
|
|
"react-swipeable-views-utils": "^0.13.9",
|
2020-04-16 00:19:31 +02:00
|
|
|
"suneditor-react": "^2.8.0",
|
2020-04-06 16:46:03 +02:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|