41 lines
968 B
JSON
41 lines
968 B
JSON
{
|
|
"name": "acp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@webdeb/next-styles": "^1.1.1",
|
|
"axios": "^0.21.1",
|
|
"cookies": "^0.8.0",
|
|
"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",
|
|
"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",
|
|
"webpack": "^5.40.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-next": "^11.0.1",
|
|
"prettier": "2.3.2"
|
|
}
|
|
}
|