jc-product-card-2
Version:
Este es un paquete de pruebas de despliegue de NPM
97 lines (96 loc) • 2.36 kB
JSON
{
"version": "0.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/jeanortiz02/jc-product-card"
},
"homepage": "https://jeancarlosortiz.com/",
"keywords": [
"react",
"typescript",
"product-card",
"component",
"card",
"product",
"jean",
"carlos",
"ortiz"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"test:watch": "tsdx test --watch"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "jc-product-card-2",
"author": "Jean Carlos Ortiz",
"module": "dist/jc-product-card-2.esm.js",
"size-limit": [
{
"path": "dist/jc-product-card-2.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/jc-product-card-2.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@rollup/plugin-image": "^3.0.3",
"@size-limit/preset-small-lib": "^11.1.6",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.10",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"husky": "^9.1.7",
"identity-obj-proxy": "^3.0.0",
"react": "^19.0.0",
"react-dom": "^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",
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.26.3",
"@types/react-test-renderer": "^19.0.0",
"babel-jest": "^29.7.0",
"jest": "^25.5.4",
"react-test-renderer": "^19.0.0"
},
"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"
}
}
}