react-sign
Version:
Easy load more in react. Is my component on user's viewport?!
95 lines (94 loc) • 2.22 kB
JSON
{
"version": "1.0.18",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/navid_nourani/is-in-viewport"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "react-sign",
"description": "Easy load more in react. Is my component on user's viewport?!",
"author": "Navid Nourani",
"module": "dist/react-sign.esm.js",
"size-limit": [
{
"path": "dist/mylib.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/mylib.esm.js",
"limit": "10 KB"
}
],
"keywords": [
"load more",
"loadmore",
"react observer",
"react interceptor",
"waypoint",
"react sign",
"element in viewport",
"react-sign",
"react-observer"
],
"devDependencies": {
"@babel/core": "^7.17.9",
"@size-limit/preset-small-lib": "^7.0.8",
"@storybook/addon-essentials": "^6.4.20",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.4.20",
"@storybook/addons": "^6.4.20",
"@storybook/react": "^6.4.20",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"babel-loader": "^8.2.4",
"husky": "^7.0.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-is": "^18.0.0",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
},
"dependencies": {},
"exports": {
".": {
"import": "./dist/react-sign.esm.js",
"require": "./dist/index.js"
}
}
}