forked from opentripplanner/otp-react-redux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
132 lines (132 loc) · 4.41 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
{
"name": "otp-react-redux",
"description": "A library for writing modern OpenTripPlanner-compatible multimodal journey planning web applications using React and Redux",
"main": "build/index.js",
"scripts": {
"build": "mastarm build --env production",
"cover": "mastarm test -e test --coverage",
"jest": "mastarm test -e test",
"lint": "mastarm lint lib __tests__ --quiet",
"lint-docs": "documentation lint lib/**/*.js",
"prepublish": "mastarm prepublish --config configurations/prepublish",
"prestart": "yarn",
"test": "yarn run lint && yarn run lint-docs && yarn run jest",
"semantic-release": "semantic-release",
"start": "mastarm build -e development --serve example.js"
},
"standard": {
"parser": "babel-eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/opentripplanner/otp-react-redux.git"
},
"author": "Conveyal",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentripplanner/otp-react-redux/issues"
},
"homepage": "https://github.com/opentripplanner/otp-react-redux#readme",
"dependencies": {
"@auth0/auth0-react": "^1.1.0",
"@opentripplanner/base-map": "^1.0.5",
"@opentripplanner/core-utils": "^3.1.0",
"@opentripplanner/endpoints-overlay": "^1.0.6",
"@opentripplanner/from-to-location-picker": "^1.0.4",
"@opentripplanner/geocoder": "^1.0.2",
"@opentripplanner/humanize-distance": "^0.0.22",
"@opentripplanner/icons": "^1.0.5",
"@opentripplanner/itinerary-body": "^2.0.1",
"@opentripplanner/location-field": "^1.0.6",
"@opentripplanner/location-icon": "^1.0.1",
"@opentripplanner/park-and-ride-overlay": "^1.0.4",
"@opentripplanner/printable-itinerary": "^1.0.4",
"@opentripplanner/route-viewer-overlay": "^1.0.4",
"@opentripplanner/stop-viewer-overlay": "^1.0.4",
"@opentripplanner/stops-overlay": "^3.0.2",
"@opentripplanner/transitive-overlay": "^1.0.5",
"@opentripplanner/trip-details": "^1.1.4",
"@opentripplanner/trip-form": "^1.0.5",
"@opentripplanner/trip-viewer-overlay": "^1.0.4",
"@opentripplanner/vehicle-rental-overlay": "^1.0.6",
"bootstrap": "^3.3.7",
"bowser": "^1.9.3",
"clone": "^2.1.0",
"connected-react-router": "^6.8.0",
"copy-to-clipboard": "^3.0.8",
"currency-formatter": "^1.4.2",
"d3-selection": "^1.3.0",
"d3-zoom": "^1.7.1",
"font-awesome": "^4.7.0",
"formik": "^2.1.5",
"formik-error-focus": "^1.1.0",
"haversine": "^1.1.0",
"history": "^4.7.2",
"humanize-duration": "^3.25.2",
"immutability-helper": "^2.1.1",
"immutable": "^3.8.1",
"isomorphic-fetch": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"lodash.memoize": "^4.1.2",
"moment": "^2.17.1",
"moment-timezone": "^0.5.23",
"object-hash": "^1.3.1",
"object-path": "^0.11.5",
"object-to-formdata": "^4.1.0",
"prop-types": "^15.6.0",
"qs": "^6.3.0",
"react": "^16.9.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.9.0",
"react-draggable": "^4.4.3",
"react-fontawesome": "^1.5.0",
"react-loading-skeleton": "^2.1.1",
"react-phone-number-input": "^3.1.0",
"react-redux": "^7.1.0",
"react-resize-detector": "^2.1.0",
"react-router": "^4.4.0-beta.8",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^4.4.0-beta.8",
"react-select": "^3.1.0",
"react-swipeable-views": "^0.13.3",
"redux": "^4.0.4",
"redux-actions": "^1.2.1",
"redux-logger": "^2.7.4",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"seamless-immutable": "^7.1.3",
"styled-components": "^5.0.0",
"transitive-js": "^0.13.4",
"velocity-react": "^1.3.3",
"yup": "^0.29.3"
},
"devDependencies": {
"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",
"leaflet": "^1.6.0",
"mastarm": "^5.1.3",
"nock": "^9.0.9",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-leaflet": "^2.6.1",
"redux-mock-store": "^1.5.3",
"semantic-release": "^17.2.3"
},
"peerDependencies": {
"leaflet": "^1.6.0",
"react": ">=15.0.0",
"react-dom": ">=15.0.0",
"react-leaflet": "^2.6.1"
},
"jest": {
"globalSetup": "<rootDir>/__tests__/test-utils/global-setup.js",
"setupFilesAfterEnv": [
"<rootDir>/__tests__/test-utils/setup-env.js"
],
"testURL": "http://localhost/"
}
}