UNPKG

react_size_chart

Version:

Vestfoy smart size charts react package

50 lines (49 loc) 1.29 kB
{ "name": "react_size_chart", "version": "1.0.6", "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", "clothing", "size chart", "size guide", "recommender", "size recommender", "guide", "vestofy", "e-commerce", "react" ], "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" } }