UNPKG

mfss-product-card

Version:

Este es un paquete de pruebas de despliegue en NPM

91 lines (89 loc) 2.05 kB
{ "version": "1.0.0-rc", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "repository": { "url": "https://github.com/MatiasFSS/mfss-product-card", "type": "git" }, "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "test:watch": "tsdx test --watch", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "mfss-product-card", "author": "Matias Sanchez", "module": "dist/mfss-product-card.esm.js", "size-limit": [ { "path": "dist/mfss-product-card.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/mfss-product-card.esm.js", "limit": "10 KB" } ], "devDependencies": { "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@rollup/plugin-image": "2.1.1", "@size-limit/preset-small-lib": "^11.2.0", "@types/react": "^19.1.8", "@types/react-dom": "^17.0.26", "babel-jest": "^30.0.0", "husky": "^9.1.7", "jest": "^30.0.0", "postcss": "^8.5.4", "react": "^19.1.0", "react-dom": "^17.0.2", "react-test-renderer": "^19.1.0", "rollup-plugin-postcss": "4.0.1", "size-limit": "^11.2.0", "tsdx": "^0.14.1", "tslib": "^2.8.1", "typescript": "^5.8.3", "@types/react-test-renderer": "^19.1.0" }, "keywords": [ "product", "card", "Matias", "Sanchez" ], "dependencies": { }, "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "identity-obj-proxy", "\\.(css|less|scss|sass)$": "identity-obj-proxy" } } }