fbc-product-card
Version:
Este es un paquete de pruebas de despliegue en NPM
101 lines (100 loc) • 2.55 kB
JSON
{
"version": "1.0.0-rc",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"url": "https://github.com/FILIPRAIDER/fbc-product-card",
"type": "git"
},
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"test:watch": "tsdx test --watch --no-cache",
"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": "fbc-product-card",
"author": "FILIPRAIDER",
"module": "dist/fbc-product-card.esm.js",
"size-limit": [
{
"path": "dist/fbc-product-card.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/fbc-product-card.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-image": "^3.0.3",
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/jest": "^29.5.14",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/react-test-renderer": "^19.0.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@types/testing-library__react": "^10.2.0",
"babel-jest": "^29.7.0",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"postcss": "^8.4.49",
"postcss-load-config": "^6.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-test-renderer": "^19.0.0",
"rollup-plugin-postcss": "^4.0.2",
"size-limit": "^11.1.6",
"tsdx": "^0.14.1",
"tslib": "^2.8.1",
"typescript": "^3.9.10"
},
"dependencies": {
"@testing-library/user-event": "^14.5.2",
"fbc-product-card": "file:"
},
"keywords": [
"react",
"component",
"product",
"card",
"felipe",
"berrio"
],
"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"
}
}
}