This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
{
"name": "tramchester",
"version": "1.0.0",
"description": "Plan journeys on Manchester Metrolink",
"main": "src/main/resources/app/javascript/journeyplan.js",
"private": true,
"scripts": {
"build": "webpack --progress --mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThoughtWorksInc/tramchester.git"
},
"author": "Ian Cartwright",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ThoughtWorksInc/tramchester/issues"
},
"homepage": "https://github.com/ThoughtWorksInc/tramchester#readme",
"dependencies": {
"@skyscanner/popper.js": "^1.12.9-beta.1",
"ajv": "^8.11.0",
"aws-cdk": "^2.89.0",
"axios": "^1.4.0",
"bootstrap": "^4.6.2",
"bootstrap-vue": "^2.22.0",
"jquery": "^3.7.0",
"leaflet": "^1.9.1",
"leaflet-arrowheads": "^1.4.0",
"leaflet-polylineoffset": "^1.1.1",
"oboe": "^2.1.5",
"portal-vue": "^2.1.7",
"serialize-javascript": "^6.0.0",
"vue": "^2.7.10",
"vue-cookies": "^1.8.1",
"vue-multiselect": "^2.1.6",
"vue-slider-component": "^3.2.20",
"vue-typeahead-bootstrap": "^2.12.0",
"vuetify": "^2.7.0"
},
"devDependencies": {
"@mdi/font": "^7.2.96",
"css-loader": "^6.7.1",
"deepmerge": "^4.3.1",
"file-loader": "^6.2.0",
"sass": "~1.32",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.1",
"vue-loader": "^15.10.0",
"vue-template-compiler": "^2.7.10",
"webpack": "^5.81.0",
"webpack-cli": "^5.0.2"
}
}