UNPKG

react_size_chart

Version:

Vestfoy smart size charts react package

60 lines (59 loc) 1.53 kB
{ "name": "react_size_chart", "version": "1.1.2", "description": "Vestfoy smart size charts react package", "homepage": "https://www.vestofy.com", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "scripts": { "build": "yarn clean && yarn build:esm && yarn build:cjs && yarn copyAssets && yarn pack", "clean": "tsc --build --clean", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "copyAssets": "cp -r assets ./dist", "pack": "yarn pack --pack-destination ~/dist", "debugPack": "rm ../../testing/package.tgz && mv package.tgz ../../testing/package.tgz", "test": "jest --config jestconfig.json", "prepare": "npm run build" }, "type": "module", "files": [ "dist", "README.md" ], "keywords": [ "size-chart", "size-guide", "clothing-size", "apparel-sizing", "fit-guide", "size-recommender", "fit-recommender", "fashion-ecommerce", "ecommerce-ui", "product-sizing", "product-fit", "storefront-addon", "shopify-addon", "shopify-app", "react", "react-component", "ui-component", "headless-ui", "customer-fit", "vestofy" ], "author": "Vestofy", "license": "MIT", "dependencies": { "dangerously-set-html-content": "^1.1.0", "jquery": "^3.7.1", "react": "latest" }, "devDependencies": { "@types/bootstrap": "^5.2.10", "@types/jquery": "^3.5.30", "@types/react": "latest" } }