-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.96 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "search-local-land-charge-ui",
"version": "1.0.0",
"description": "This repository contains a flask application structured in the way that all Land Registry flask user interfaces should be structured going forwards.",
"scripts": {
"prebuild": "node build-scripts/build.js",
"build": "webpack",
"dev": "npm run build && webpack --watch",
"preinstall": "if [ -f ./preinstall.sh ]; then ./preinstall.sh; fi",
"lint": "eslint --ext js server/assets/src && prettier --check '**/*.{js,scss,json}'",
"lint:fix": "eslint --ext js --fix server/assets/src && prettier --write '**/*.{js,scss,json}'"
},
"engines": {
"npm": "8.x",
"node": "16.x"
},
"repository": {
"type": "git",
"url": "git@internal-git-host:local-land-charges/service/search-local-land-charge-ui.git"
},
"dependencies": {
"@hmlr/frontend": "2.0.0",
"govuk-frontend": "5.4.0",
"@turf/union": "^7.0.0",
"accessible-autocomplete": "^3.0.0",
"jquery": "^3.7.1",
"npm-check-updates": "^16.14.20",
"ol": "^9.2.4",
"webpack-remove-empty-scripts": "^1.0.4",
"ol-ext": "^4.0.18",
"proj4": "^2.11.0"
},
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@hmlr/eslint-config": "^1.1.0",
"babel-loader": "9.1.3",
"copy": "0.3.2",
"core-js": "3.37.1",
"css-loader": "7.1.2",
"cssnano": "7.0.3",
"eslint": "8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx": "^0.1.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^4.6.2",
"glob": "10.4.2",
"mini-css-extract-plugin": "2.9.0",
"postcss-loader": "8.1.1",
"postcss-preset-env": "9.5.14",
"prettier": "3.3.2",
"regenerator-runtime": "0.14.1",
"sass": "1.77.6",
"sass-loader": "14.2.1",
"webpack": "5.92.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4"
}
}