-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
35 lines (35 loc) · 950 Bytes
/
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
{
"name": "@opentripplanner/from-to-location-picker",
"version": "2.1.8",
"description": "Location Picker Component",
"author": "@binh-dam-ibigroup",
"homepage": "https://github.com/opentripplanner/otp-ui/#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "esm/index.js",
"dependencies": {
"@opentripplanner/location-icon": "^1.4.1",
"flat": "^5.0.2"
},
"devDependencies": {
"@opentripplanner/types": "^6.0.0"
},
"peerDependencies": {
"react": "^16.14.0",
"react-intl": "^5.20.4",
"styled-components": "^5.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opentripplanner/otp-ui.git"
},
"scripts": {
"tsc": "tsc",
"build:cjs": "../../scripts/build-cjs.sh",
"build:esm": "../../scripts/build-esm.sh"
},
"bugs": {
"url": "https://github.com/opentripplanner/otp-ui/issues"
},
"gitHead": "644c72e0d08f8daf93b44eaf0deec88a1e16f414"
}