react-light-marquee
Version:
What goes around comes around! An ode to the HTML marquee element.
62 lines (61 loc) • 1.25 kB
JSON
{
"name": "react-light-marquee",
"version": "0.1.17",
"private": false,
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"devDependencies": {
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0",
"@types/react": ">= 16.8.0",
"tsup": "^8.2.4",
"typescript": "^4.6.3"
},
"peerDependencies": {
"@types/react": ">= 16.8.0",
"react": ">= 16.8.0",
"react-dom": ">= 16.8.0"
},
"scripts": {
"build": "tsup"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/samuelpaulc/react-light-marquee.git"
},
"homepage": "https://github.com/samuelpaulc/react-light-marquee#readme",
"keywords": [
"marquee",
"react-marquee",
"reactjs-marquee",
"react",
"reactjs",
"react-component",
"reactjs-component",
"carousel",
"horizontal-marquee",
"vertical-marquee",
"pausable-marquee"
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}