Files
pedwfrontend/package.json
T
2021-07-09 13:06:51 +01:00

50 lines
1.2 KiB
JSON

{
"name": "acp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node server.js"
},
"dependencies": {
"@webdeb/next-styles": "^1.1.1",
"applicationinsights": "^2.1.3",
"axios": "^0.21.1",
"cookies": "^0.8.0",
"dom": "^0.0.3",
"dynamics-web-api": "^1.7.4",
"govuk-frontend": "^3.13.0",
"https": "^1.0.0",
"jsonpath": "^1.1.1",
"jsonpath-plus": "^5.1.0",
"lodash": "^4.17.21",
"next": "^11.0.1",
"next-i18next": "^8.5.1",
"next-redux-wrapper": "^7.0.2",
"next-translate": "^1.0.7",
"react": "17.0.2",
"react-cookie-consent": "^6.2.4",
"react-dom": "17.0.2",
"react-redux": "^7.2.4",
"react-xml-parser": "^1.1.8",
"redux-devtools-extension": "^2.13.9",
"redux-form": "^8.3.7",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"swr": "^0.5.6",
"webpack": "^5.40.0",
"xml2js": "^0.4.23",
"xmldom": "^0.6.0",
"xmlhttprequest": "^1.8.0",
"xpath": "^0.0.32"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"prettier": "2.3.2"
}
}