UNPKG

dr-prod-card

Version:

Este es un paquete de prueba de despliegue en NPM

92 lines (90 loc) 2.07 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/DanielRiveraA279/dr-prod-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": "dr-prod-card", "author": "DanielRiveraA279", "module": "dist/dr-prod-card.esm.js", "size-limit": [ { "path": "dist/dr-prod-card.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/dr-prod-card.esm.js", "limit": "10 KB" } ], "devDependencies": { "@types/react-test-renderer": "^18.0.0", "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.18.6", "@rollup/plugin-image": "2.1.1", "@size-limit/preset-small-lib": "^8.1.0", "@types/react": "^18.0.25", "@types/react-dom": "^18.0.9", "babel-jest": "^29.3.1", "husky": "^8.0.2", "identity-obj-proxy": "^3.0.0", "jest": "^29.3.1", "postcss": "^8.4.19", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "rollup-plugin-postcss": "4.0.1", "size-limit": "^8.1.0", "tsdx": "^0.14.1", "tslib": "^2.4.1", "typescript": "^4.8.4" }, "keywords": [ "product", "card", "daniel", "rivera" ], "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" } } }