UNPKG

framer-motion-ticker

Version:

A React component that acts like a ticker, or marquee.

78 lines (77 loc) 2.34 kB
{ "name": "framer-motion-ticker", "version": "1.0.10", "description": "A React component that acts like a ticker, or marquee.", "author": "Andres Movilla <amovilla1103@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/andremov/framer-motion-ticker" }, "bugs": { "url": "https://github.com/andremov/framer-motion-ticker/issues" }, "homepage": "https://github.com/andremov/framer-motion-ticker#readme", "scripts": { "prebuild": "rimraf dist && rimraf tsconfig.tsbuildinfo", "start": "nodemon --watch . --exec npm run build -e ts,tsx", "build": "npm run build:esm & npm run build:cjs & npm run build:types", "build:esm": "cross-env BABEL_ENV=esm babel src --extensions .tsx -d dist/esm", "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -d dist/cjs", "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", "pub": "npm run build && npm publish" }, "dependencies": { "framer-motion": "^10.9.1", "uuid": "^9.0.0" }, "devDependencies": { "@babel/cli": "^7.15.7", "@babel/core": "^7.15.8", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.15.0", "@types/node": "^18.15.10", "@types/react": "^18.0.29", "@types/react-dom": "^18.0.11", "@types/uuid": "^9.0.1", "@typescript-eslint/eslint-plugin": "^5.56.0", "@typescript-eslint/parser": "^5.56.0", "cross-env": "^7.0.3", "eslint": "^8.36.0", "esm": "^3.2.25", "nodemon": "^2.0.22", "prettier": "^2.8.7", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "typescript": "^5.0.2" }, "exports": { ".": { "types": "./dist/types/ticker.d.ts", "require": "./dist/cjs/ticker.js", "import": "./dist/esm/ticker.js", "default": "./dist/cjs/ticker.js" }, "./package.json": "./package.json" }, "esm": { "mode": "auto" }, "main": "dist/cjs/ticker.js", "module": "dist/esm/ticker.js", "types": "dist/types/ticker.d.ts", "typings": "dist/types/ticker.d.ts", "keywords": [ "framer", "motion", "framer-motion", "ticker", "carousel", "react", "component", "image gallery", "framer motion" ] }