Merge from git

This commit is contained in:
2021-11-01 11:21:39 +00:00
parent adcff32d73
commit d94b3b3e5a
210 changed files with 69742 additions and 3359 deletions
+9 -4
View File
@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"dev:app": "node ./server/server.js && yarn lint:js",
"dev:app": "node ./server/server.js",
"build": "NODE_ENV=production node_modules/next/dist/bin/next build",
"start": "node_modules/next/dist/bin/next start"
},
@@ -13,20 +13,24 @@
"applicationinsights": "^2.1.3",
"axios": "^0.21.1",
"compression": "^1.7.4",
"cookies": "^0.8.0",
"cookie-cutter": "^0.2.0",
"crypto-js": "^4.1.1",
"date-fns": "^2.25.0",
"dom": "^0.0.3",
"dynamics-web-api": "^1.7.4",
"express": "^4.17.1",
"govuk-frontend": "^3.13.0",
"https": "^1.0.0",
"hyco-https": "^1.4.5",
"jsonpath": "^1.1.1",
"jsonpath-plus": "^5.1.0",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"next": "^11.0.1",
"next-i18next": "^8.5.1",
"next-redux-wrapper": "^7.0.2",
"next-translate": "^1.0.7",
"nookies": "^2.5.2",
"path": "^0.12.7",
"pm2": "^5.1.0",
"react": "17.0.2",
"react-accessible-accordion": "^3.3.5",
@@ -35,6 +39,7 @@
"react-datepicker": "^4.1.1",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.4",
"react-loading-overlay": "^1.0.1",
"react-redux": "^7.2.4",
"react-xml-parser": "^1.1.8",
"redux-devtools-extension": "^2.13.9",
@@ -55,4 +60,4 @@
"eslint-config-next": "^11.0.1",
"prettier": "2.3.2"
}
}
}