|
16 | 16 | "license": "SEE LICENSE IN LICENSE",
|
17 | 17 | "description": "Cross government digital form builder adapter (designer)",
|
18 | 18 | "dependencies": {
|
19 |
| - "@communitiesuk/model": "1.0.0" |
| 19 | + "@communitiesuk/model": "1.0.0", |
| 20 | + "@hapi/hapi": "^20.2.2", |
| 21 | + "@hapi/inert": "^6.0.1", |
| 22 | + "@hapi/scooter": "6.0.0", |
| 23 | + "@hapi/wreck": "17.0.0", |
| 24 | + "@xgovformbuilder/govuk-react-jsx": "7.1.2", |
| 25 | + "@xgovformbuilder/model": "3.0.0", |
| 26 | + "aws-sdk": "^2.1083.0", |
| 27 | + "blankie": "5.0.0", |
| 28 | + "classnames": "^2.3.1", |
| 29 | + "core-js": "^3.21.1", |
| 30 | + "depth-first": "^4.0.0", |
| 31 | + "dotenv": "16.0.0", |
| 32 | + "flagg": "^1.1.2", |
| 33 | + "focus-trap-react": "^8.9.2", |
| 34 | + "hapi-pino": "^8.0.1", |
| 35 | + "hoek": "^6.1.3", |
| 36 | + "i18next": "^21.6.12", |
| 37 | + "i18next-http-backend": "^1.3.2", |
| 38 | + "joi": "^17.9.1", |
| 39 | + "jszip": "^3.10.1", |
| 40 | + "lodash": "^4.17.21", |
| 41 | + "nanoid": "^3.3.4", |
| 42 | + "path-to-regexp": "1.8.0", |
| 43 | + "react-router-dom": "^5.2.0", |
| 44 | + "schmervice": "^1.6.0", |
| 45 | + "vision": "5.4.3", |
| 46 | + "yar": "^9.1.0" |
20 | 47 | },
|
21 | 48 | "devDependencies": {
|
| 49 | + "@babel/cli": "^7.23.3", |
22 | 50 | "@babel/core": "^7.23.3",
|
| 51 | + "@babel/eslint-parser": "^7.23.3", |
| 52 | + "@babel/eslint-plugin": "^7.22.10", |
23 | 53 | "@babel/node": "^7.22.19",
|
24 | 54 | "@babel/plugin-proposal-export-default-from": "^7.23.3",
|
25 | 55 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
26 | 56 | "@babel/plugin-transform-class-properties": "^7.23.3",
|
27 | 57 | "@babel/plugin-transform-logical-assignment-operators": "^7.23.4",
|
| 58 | + "@babel/plugin-transform-modules-amd": "^7.23.3", |
28 | 59 | "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
|
29 | 60 | "@babel/plugin-transform-optional-chaining": "^7.23.3",
|
30 | 61 | "@babel/plugin-transform-private-methods": "^7.23.3",
|
31 | 62 | "@babel/plugin-transform-runtime": "^7.23.3",
|
32 | 63 | "@babel/preset-env": "^7.23.3",
|
33 | 64 | "@babel/preset-react": "^7.23.3",
|
34 | 65 | "@babel/preset-typescript": "^7.23.3",
|
| 66 | + "@babel/register": "^7.22.15", |
| 67 | + "@babel/runtime": "^7.23.3", |
35 | 68 | "@communitiesuk/model": "1.0.0",
|
| 69 | + "@hapi/code": "^8.0.7", |
| 70 | + "@hapi/eslint-plugin": "^6.0.0", |
| 71 | + "@hapi/lab": "^24.5.1", |
| 72 | + "@testing-library/jest-dom": "^5.16.2", |
| 73 | + "@testing-library/react": "^12.1.3", |
| 74 | + "@testing-library/user-event": "^13.5.0", |
36 | 75 | "@tsconfig/recommended": "^1.0.6",
|
| 76 | + "@types/dagre": "^0.7.47", |
| 77 | + "@types/hapi": "^18.0.7", |
37 | 78 | "@types/node": "^20.14.8",
|
| 79 | + "@types/react": "^17.0.39", |
| 80 | + "@types/react-dom": "^17.0.11", |
| 81 | + "@typescript-eslint/eslint-plugin": "^5.13.0", |
| 82 | + "@typescript-eslint/parser": "^5.13.0", |
| 83 | + "@xgovformbuilder/lab-babel": "2.1.2", |
| 84 | + "acorn": "8.7.0", |
38 | 85 | "autoprefixer": "^10.4.2",
|
| 86 | + "babel-eslint": "^10.1.0", |
39 | 87 | "babel-loader": "^8.3.0",
|
| 88 | + "babel-plugin-module-name-mapper": "^1.2.0", |
40 | 89 | "babel-plugin-module-resolver": "^4.1.0",
|
| 90 | + "babel-plugin-transform-import-ignore": "^1.1.0", |
41 | 91 | "babel-preset-env": "^1.7.0",
|
| 92 | + "cheerio": "^1.0.0-rc.10", |
42 | 93 | "clean-webpack-plugin": "^4.0.0",
|
43 | 94 | "concurrently": "^7.0.0",
|
44 |
| - "copy-webpack-plugin": "^6.1.1", |
45 |
| - "css-loader": "^4.3.0", |
| 95 | + "copy-webpack-plugin": "^13.0.0", |
| 96 | + "cross-env": "^7.0.3", |
| 97 | + "css-loader": "^6.0.0", |
| 98 | + "dagre": "0.8.2", |
| 99 | + "enzyme": "^3.11.0", |
| 100 | + "enzyme-adapter-react-16": "^1.15.6", |
| 101 | + "eslint": "^8.10.0", |
| 102 | + "eslint-plugin-import": "^2.25.4", |
| 103 | + "eslint-plugin-json": "^3.1.0", |
| 104 | + "eslint-plugin-react": "^7.29.2", |
| 105 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 106 | + "eslint-plugin-tsdoc": "^0.2.14", |
46 | 107 | "file-loader": "^6.2.0",
|
47 |
| - "html-webpack-plugin": "^4.5.2", |
48 |
| - "mini-css-extract-plugin": "^0.11.2", |
| 108 | + "flat": "5.0.2", |
| 109 | + "govuk-frontend": "^4.10.0", |
| 110 | + "hoek": "^6.1.3", |
| 111 | + "html-webpack-plugin": "^5.6.4", |
| 112 | + "i18next-parser": "^3.3.0", |
| 113 | + "jest": "^26.6.3", |
| 114 | + "jsdom": "^19.0.0", |
| 115 | + "lcov-result-merger": "^3.1.0", |
| 116 | + "mini-css-extract-plugin": "^2.0.0", |
| 117 | + "msw": "^1.3.2", |
49 | 118 | "nodemon": "^2.0.20",
|
| 119 | + "nunjucks": "^3.2.3", |
50 | 120 | "postcss": "^8.2.4",
|
51 | 121 | "postcss-loader": "^4.1.0",
|
| 122 | + "prismjs": "1.27.0", |
| 123 | + "react": "16.13.1", |
| 124 | + "react-dom": "16.13.1", |
| 125 | + "react-helmet": "^6.1.0", |
| 126 | + "react-simple-code-editor": "0.11.0", |
| 127 | + "react-sortable-hoc": "1.11.0", |
| 128 | + "resolve": "^1.22.0", |
| 129 | + "resolve-url-loader": "^5.0.0", |
52 | 130 | "sass": "^1.26.11",
|
53 | 131 | "sass-loader": "^10.0.2",
|
| 132 | + "sinon": "^13.0.1", |
| 133 | + "standard": "16.0.4", |
54 | 134 | "ts-node-dev": "^1.1.8",
|
55 |
| - "webpack": "^4.44.2", |
| 135 | + "typescript": "4.9.5", |
| 136 | + "webpack": "^5.0.0", |
56 | 137 | "webpack-bundle-analyzer": "^4.3.0",
|
57 |
| - "webpack-cli": "^3.3.12", |
58 |
| - "webpack-dev-server": "^3.11.0", |
59 |
| - "webpack-node-externals": "^2.5.2" |
| 138 | + "webpack-cli": "^5.0.0", |
| 139 | + "webpack-dev-server": "^5.0.0", |
| 140 | + "webpack-node-externals": "^3.0.0", |
| 141 | + "whatwg-fetch": "^3.5.0" |
60 | 142 | }
|
61 | 143 | }
|
0 commit comments