-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 2.12 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
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "ukhpi",
"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",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@babel/preset-env": "^7.10.3",
"@rails/webpacker": "^5.4.4",
"@sentry/browser": "^6.19.3",
"@sentry/integrations": "^6.19.3",
"axios": "^0.28.0",
"core-js": "^3.2.1",
"d3-array": "^2.4.0",
"d3-axis": "^1.0.8",
"d3-format": "^1.2.0",
"d3-interpolate": "^1.1.6",
"d3-scale": "^3.2.1",
"d3-selection": "^1.1.0",
"d3-shape": "^1.2.0",
"d3-time": "^1.0.7",
"d3-time-format": "^2.0.5",
"element-ui": "2.15.13",
"focus-trap": "^6.0.1",
"focus-trap-vue": "^0.0.6",
"glob": "^7.1.2",
"js-yaml": "^3.10.0",
"kebab-case": "^1.0.2",
"leaflet": "^1.9.4",
"leaflet-clonelayer": "^1.0.4",
"lodash": "^4.17.15",
"moment": "^2.18.1",
"numeral": "^2.0.6",
"path-complete-extname": "^1.0.0",
"query-string": "^6.8.2",
"rails-erb-loader": "^5.5.2",
"regenerator-runtime": "^0.13.3",
"vue": "^2.6.11",
"vue-i18n": "^8.20.0",
"vue-loader": "^15.7.1",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.0.1",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-html": "6.0.0",
"eslint-plugin-import": "^2.18.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"postcss-smart-import": "^0.7.6",
"webpack-dev-server": "^3.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/epimorphics/ukhpi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/epimorphics/ukhpi/issues"
},
"homepage": "https://github.com/epimorphics/ukhpi#readme"
}