-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.79 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.79 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "ukhpi",
"type": "module",
"author": "Epimorphics Ltd",
"license": "ISC",
"description": "UK House Price Index - A search tool to find house price trends in the UK ~ Please view the latest version cadence found in the app/lib/version.rb file",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report tmp/playwright-report",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"homepage": "https://github.com/epimorphics/ukhpi#readme",
"bugs": {
"url": "https://github.com/epimorphics/ukhpi/issues",
"email": "support-lr@epimorphics.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epimorphics/ukhpi.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@sentry/vue": "^10.53.1",
"axios": "^1.16.1",
"core-js": "^3.49.0",
"d3-array": "^2.12.1",
"d3-axis": "^1.0.12",
"d3-format": "^1.4.5",
"d3-interpolate": "^1.4.0",
"d3-scale": "^3.3.0",
"d3-selection": "^1.4.2",
"d3-shape": "^1.3.7",
"d3-time": "^1.1.0",
"d3-time-format": "^2.3.0",
"dompurify": "^3.4.3",
"dotenv": "^16.6.1",
"element-ui": "2.15.14",
"focus-trap": "^6.9.4",
"focus-trap-vue": "^1.1.1",
"govuk-elements-sass": "^3.1.3",
"govuk-frontend": "^6.1.0",
"govuk_frontend_toolkit": "^9.0.1",
"js-yaml": "^4.1.1",
"kebab-case": "^1.0.2",
"leaflet": "^1.9.4",
"leaflet-clonelayer": "^1.0.7",
"lodash": "^4.18.1",
"moment": "^2.30.1",
"numeral": "^2.0.6",
"path-complete-extname": "^1.0.0",
"query-string": "^6.14.1",
"regenerator-runtime": "^0.14.1",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.6.2"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@modyfi/vite-plugin-yaml": "^1.1.1",
"@playwright/test": "^1.60.0",
"@sentry/vite-plugin": "^5.3.0",
"@stylistic/eslint-plugin": "^5.10.0",
"@types/node": "^24.12.4",
"@vitejs/plugin-vue2": "^2.3.4",
"eslint": "^10.3.0",
"eslint-plugin-playwright": "^2.10.3",
"eslint-plugin-vue": "^10.9.1",
"globals": "^17.6.0",
"jiti": "^2.6.1",
"postcss": "^8.5.14",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.1",
"postcss-preset-env": "^10.6.1",
"rollup": "^4.60.4",
"rollup-plugin-gzip": "^4.2.0",
"sass-embedded": "^1.99.0",
"terser": "^5.47.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.3",
"vite": "^7.0.0",
"vite-plugin-erb": "^1.2.0",
"vite-plugin-rails": "^0.6.0",
"vite-plugin-ruby": "^5.2.2",
"vue-eslint-parser": "^10.4.0"
},
"packageManager": "yarn@4.15.0"
}