UNPKG

569 BJSONView Raw
1{
2 "name": "@brandingbrand/fsproductdetail",
3 "version": "0.2.0-alpha.0d466f67",
4 "description": "components for product detail pages",
5 "main": "dist/index.js",
6 "types": "./dist/index.d.ts",
7 "license": "MIT",
8 "scripts": {
9 "prepare": "tsc",
10 "tsc:watch": "tsc -w --preserveWatchOutput"
11 },
12 "dependencies": {
13 "@brandingbrand/fscommerce": "0.2.0-alpha.0d466f67",
14 "lodash-es": "^4.17.10",
15 "react": "^16.3.2",
16 "react-native": "^0.55.4",
17 "redux": "^4.0.0"
18 },
19 "publishConfig": {
20 "registry": "https://registry.npmjs.org/"
21 }
22}