UNPKG

808 BJSONView Raw
1{
2 "name": "@brandingbrand/fscommerce",
3 "sideEffects": false,
4 "version": "7.10.0",
5 "description": "Commerce Data Layer for Flagship",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "license": "MIT",
9 "scripts": {
10 "prepare": "tsc",
11 "tsc:watch": "tsc -w --preserveWatchOutput"
12 },
13 "dependencies": {
14 "@brandingbrand/fsengage": "^7.10.0",
15 "@brandingbrand/fsfoundation": "^7.10.0",
16 "@brandingbrand/fsnetwork": "^7.10.0",
17 "decimal.js": "^10.0.1",
18 "lodash-es": "^4.17.10",
19 "qs": "^6.7.0",
20 "react": "16.8.3",
21 "react-native": "0.59.10",
22 "react-native-cookies": "^3.3.0",
23 "react-native-sensitive-info": "~5.4.0"
24 },
25 "publishConfig": {
26 "registry": "https://registry.npmjs.org/"
27 },
28 "gitHead": "ad7ac531a30a43161691fd42ae2d5c785202ef16"
29}