90 lines
2.5 KiB
JSON
90 lines
2.5 KiB
JSON
{
|
|
"name": "acp",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"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",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@azure/identity": "^2.0.5",
|
|
"@azure/storage-blob": "^12.10.0",
|
|
"@googlemaps/react-wrapper": "^1.1.24",
|
|
"@magic-sdk/admin": "^1.4.0",
|
|
"@next-auth/prisma-adapter": "^1.0.4",
|
|
"@prisma/client": "^3.12.0",
|
|
"@webdeb/next-styles": "^1.1.1",
|
|
"applicationinsights": "^2.2.0",
|
|
"axios": "^0.24.0",
|
|
"compression": "^1.7.4",
|
|
"cookie-cutter": "^0.2.0",
|
|
"cookies": "^0.8.0",
|
|
"crypto-js": "^4.1.1",
|
|
"date-fns": "^2.28.0",
|
|
"dom": "^0.0.3",
|
|
"dynamics-web-api": "^1.7.4",
|
|
"express": "^4.17.2",
|
|
"formidable": "^2.0.1",
|
|
"fs": "^0.0.1-security",
|
|
"google-map-react": "^2.1.10",
|
|
"govuk-frontend": "3.13.0",
|
|
"https": "^1.0.0",
|
|
"hyco-https": "^1.4.5",
|
|
"jsonpath": "^1.1.1",
|
|
"jsonpath-plus": "^6.0.1",
|
|
"leaflet": "^1.7.1",
|
|
"leaflet-defaulticon-compatibility": "^0.1.1",
|
|
"lodash": "^4.17.21",
|
|
"magic-sdk": "^8.1.0",
|
|
"moment": "^2.29.1",
|
|
"multer": "^1.4.4",
|
|
"multiparty": "^4.2.3",
|
|
"mysql": "^2.18.1",
|
|
"nanoid": "^3.2.0",
|
|
"next": "^12.0.8",
|
|
"next-auth": "^4.3.4",
|
|
"next-connect": "^0.12.2",
|
|
"next-redux-wrapper": "^7.0.5",
|
|
"next-translate": "^1.2.0",
|
|
"nextjs-basic-auth-middleware": "^0.2.1",
|
|
"nodemailer": "^6.7.8",
|
|
"nookies": "^2.5.2",
|
|
"ospoint": "^0.2.1",
|
|
"path": "^0.12.7",
|
|
"react": "17.0.2",
|
|
"react-accessible-accordion": "^4.0.0",
|
|
"react-autosuggest": "^10.1.0",
|
|
"react-cookie-consent": "^7.2.1",
|
|
"react-datepicker": "^4.6.0",
|
|
"react-dom": "17.0.2",
|
|
"react-dropzone": "^11.5.1",
|
|
"react-idle-timer": "^4.6.4",
|
|
"react-leaflet": "^3.2.5",
|
|
"react-loading-overlay": "^1.0.1",
|
|
"react-redux": "^7.2.6",
|
|
"react-xml-parser": "^1.1.8",
|
|
"redux-devtools-extension": "^2.13.9",
|
|
"redux-form": "^8.3.8",
|
|
"redux-persist": "^6.0.0",
|
|
"redux-thunk": "^2.4.1",
|
|
"sass": "1.32",
|
|
"sass-loader": "^12.4.0",
|
|
"swr": "^1.1.2",
|
|
"typeorm": "^0.3.5",
|
|
"uuid": "^8.3.2",
|
|
"webpack": "^5.66.0",
|
|
"xml2js": "^0.4.23",
|
|
"xmldom": "^0.6.0",
|
|
"xmlhttprequest": "^1.8.0",
|
|
"xpath": "^0.0.32"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.6.0",
|
|
"eslint-config-next": "^12.0.8",
|
|
"prettier": "2.5.1",
|
|
"prisma": "^3.12.0"
|
|
}
|
|
} |