react-simple-marquee
Version:
Marquee build with React and CSS animation
80 lines (79 loc) • 2.15 kB
JSON
{
"name": "react-simple-marquee",
"version": "1.3.2",
"description": "Marquee build with React and CSS animation",
"main": "./build/index.js",
"scripts": {
"build:typescript": "tsc && npm pack",
"build:webpack": "webpack",
"build:rollup": "rollup -c",
"start": "rollup -c -w",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"keywords": [
"marquee",
"simple",
"react"
],
"author": "masonwongcs",
"contributors": [
{
"name": "Mason Wong",
"email": "masonwongcs@gmail.com",
"url": "https://masonwongcs.github.io"
},
{
"name": "Yapi",
"email": "yapi.tw@gmail.com",
"url": "http://yapi.surge.sh"
},
{
"name": "Kevin Kam",
"email": "k040691@icloud.com",
"url": "https://kevinkam.github.io/"
}
],
"license": "MIT",
"dependencies": {
"prop-types": "^15.7.2"
},
"prepublish": "tsc",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/preset-stage-0": "^7.8.3",
"@rollup/plugin-babel": "^5.3.0",
"@storybook/addon-essentials": "^7.0.10",
"@storybook/addon-interactions": "^7.0.10",
"@storybook/addon-links": "^7.0.10",
"@storybook/blocks": "^7.0.10",
"@storybook/react": "^7.0.10",
"@storybook/react-webpack5": "^7.0.10",
"@storybook/testing-library": "^0.0.14-next.2",
"@types/react": "^17.0.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^2.59.0",
"storybook": "^7.0.10",
"style-loader": "^1.0.1",
"typescript": "^4.4.4",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/masonwongcs/react-simple-marquee"
},
"homepage": "http://react-simple-marquee.surge.sh",
"typings": "types/index.d.ts",
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}