-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
164 lines (164 loc) · 5.22 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "openmove-otp-ui",
"version": "3.4.5",
"description": "Openmove deployment of otp-react-redux",
"main": "index.js",
"scripts": {
"i18ngen": "node scripts/i18ngen.js $1",
"i18nfix": "node scripts/i18nfix.js",
"cleandeps": "rm -fr node_modules",
"prebuild": "npm run genconfig",
"prestart": "yarn",
"build": "webpack --env.THEME=${JOURNEY_THEME:=default} --env.THEMES_PATH=${THEMES_PATH:=default} --mode=production",
"start": "webpack-dev-server --env.THEME=${JOURNEY_THEME:=default} --env.THEMES_PATH=${THEMES_PATH:=default} --hot --mode=development --port 8081 --host 0.0.0.0 --disableHostCheck=true",
"genconfig": "node scripts/genconfig.js config-template.yml > src/config.yml",
"genenv": "./genenv.sh"
},
"standard": {
"parser": "babel-eslint"
},
"license": "MIT",
"author": "OpenMove <info@openmove.com>",
"contributors": [
{
"name": "Stefano Cudini",
"email": "stefano.cudini@gmail.com",
"url": "https://github.com/stefanocudini"
},
{
"name": "Federico Bertolini",
"email": "federico.bertolini@openmove.com",
"url": "https://github.com/zabuTNT"
},
{
"name": "Valerio Capogna",
"email": "capogna.valerio@gmail.com",
"url": "https://github.com/capognavalerio"
},
{
"name": "Marco Bonora",
"email": "marco.bonora@openmove.com",
"url": "https://github.com/Ghoster981"
}
],
"dependencies": {
"@conveyal/geocoder-arcgis-geojson": "^0.0.2",
"@conveyal/lonlat": "^1.4.0",
"@datapunt/matomo-tracker-react": "^0.5.1",
"@mapbox/polyline": "^1.1.0",
"@styled-icons/entypo": "^10.34.0",
"@styled-icons/fa-regular": "^10.26.0",
"@styled-icons/fa-solid": "^10.32.0",
"@styled-icons/material": "^10.47.0",
"@turf/along": "^6.0.1",
"bootstrap-sass": "^3.4.1",
"bowser": "^2.7.0",
"clone": "^2.1.0",
"connected-react-router": "^6.5.2",
"copy-to-clipboard": "^3.0.8",
"core-js": "2",
"currency-formatter": "^1.5.5",
"d3-selection": "^1.3.0",
"d3-zoom": "^1.7.1",
"dotenv": "^8.2.0",
"font-awesome": "^4.7.0",
"fs-extra": "^8.1.0",
"haversine": "^1.1.0",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"i18next": "^20.2.1",
"i18next-browser-languagedetector": "^6.1.0",
"i18next-localstorage-backend": "^3.1.3",
"immutability-helper": "^2.1.1",
"isomorphic-fetch": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"object-hash": "^1.3.1",
"object-path": "^0.11.3",
"prop-types": "^15.7.2",
"qs": "^6.3.0",
"react-bootstrap": "^0.32.1",
"react-circular-progressbar": "^2.0.4",
"react-dates": "^6.0.2",
"react-draggable": "^4.4.3",
"react-fontawesome": "^1.5.0",
"react-ga": "^2.5.7",
"react-i18next": "^9.0.10",
"react-loading-skeleton": "^2.1.1",
"react-qr-code": "^2.0.11",
"react-redux": "^7.1.0",
"react-resize-detector": "^4.2.1",
"react-router": "^5.0.1",
"react-select": "^3.1.0",
"react-swipeable-views": "^0.13.3",
"redux": "^4.0.4",
"redux-actions": "^1.2.1",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.2",
"throttle-debounce": "^2.1.0",
"transitive-js": "0.14.1",
"tslib": "^2.2.0",
"use-auth0-hooks": "^0.7.0",
"velocity-react": "^1.4.3",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/plugin-transform-template-literals": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"css-hot-loader": "^1.4.4",
"css-loader": "^1.0.0",
"documentation": "^13.0.2",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.4.0",
"enzyme-to-json": "^3.4.0",
"es6-math": "^1.0.0",
"file-loader": "^6.2.0",
"js-yaml": "^4.1.0",
"json-loader": "^0.5.7",
"leaflet": "^1.6.0",
"leaflet.markercluster": "^1.4.1",
"mini-css-extract-plugin": "^0.4.1",
"nock": "^9.0.9",
"node-sass": "^6.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-hot-loader": "^4.13.0",
"react-leaflet": "^2.6.1",
"react-leaflet-markercluster": "2.0.0",
"redux-mock-store": "^1.5.3",
"resolve-url-loader": "^3.1.2",
"sass-loader": "^6.0.3",
"semantic-release": "^15.13.12",
"style-loader": "^0.22.0",
"styled-components": "^5.0.1",
"terser-webpack-plugin": "^3.0.6",
"url-loader": "^4.1.1",
"webpack-dev-server": "^3.11.0",
"yaml-loader": "^0.5.0"
},
"peerDependencies": {
"leaflet": "^1.6.0",
"react": ">=15.0.0",
"react-dom": ">=15.0.0",
"react-leaflet": "^2.6.1",
"styled-components": "^5.0.1"
}
}