forked from brandingbrand/flagship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 862 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
{
"name": "@brandingbrand/fslocator",
"version": "0.1.0",
"description": "Locator React Components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "tsc",
"tsc:watch": "tsc -w --preserveWatchOutput"
},
"license": "MIT",
"dependencies": {
"@brandingbrand/fscomponents": "^0.1.0",
"@brandingbrand/fsengage": "^0.1.0",
"@brandingbrand/fsfoundation": "^0.1.0",
"@brandingbrand/fsi18n": "^0.1.0",
"@brandingbrand/fsnetwork": "^0.1.0",
"google-map-react": "^1.0.4",
"lodash-es": "^4.17.10",
"react": "^16.3.2",
"react-native": "^0.55.4",
"react-native-geocoder": "^0.5.0",
"react-native-maps": "^0.21.0",
"react-native-open-settings": "^1.0.1",
"react-native-permissions": "^1.1.1"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}