@egjs/react-imready
Version:
This react module is used to wait for the image or video to be ready.
85 lines (84 loc) • 2.1 kB
JSON
{
"name": "@egjs/react-imready",
"version": "1.4.2",
"description": "This react module is used to wait for the image or video to be ready.",
"main": "dist/imready.cjs.js",
"module": "dist/imready.esm.js",
"types": "declaration/index.d.ts",
"sideEffects": false,
"devDependencies": {
"@egjs/build-helper": "^0.1.2",
"@types/chai": "^4.1.7",
"@types/karma-chai": "^0.1.1",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/sinon": "^7.0.10",
"karma": "^4.0.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-typescript": "^4.0.0",
"karma-viewport": "^1.0.4",
"mocha": "^6.0.2",
"print-coveralls": "^1.2.2",
"print-sizes": "^0.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.3",
"rollup": "^2.33.3",
"typescript": "~4.1"
},
"scripts": {
"start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"test": "karma start",
"test:chrome": "karma start --chrome",
"coverage": "karma start --coverage && print-coveralls --sort=desc"
},
"repository": {
"type": "git",
"url": "https://github.com/naver/egjs-imready"
},
"author": {
"name": "NAVER Corp."
},
"license": "MIT",
"keywords": [
"react",
"react-hook",
"react-hooks",
"react-use",
"use-imready",
"lazyloading",
"ready",
"imready",
"image",
"video",
"egjs"
],
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@cfcs/react": "^0.0.24",
"@egjs/imready": "~1.4.2"
}
}