yunjiwong-slider
Version:
banner-anim animation component for react
76 lines (74 loc) • 1.85 kB
JSON
{
"name": "yunjiwong-slider",
"version": "1.0.0",
"author": "dragonlln23",
"description": "banner-anim animation component for react",
"keywords": [
"react",
"react-component",
"react-banner-anim",
"banner-anim"
],
"homepage": "https://github.com/react-component/banner-anim",
"repository": {
"type": "git",
"url": "https://github.com/react-component/banner-anim.git"
},
"bugs": {
"url": "https://github.com/react-component/banner-anim/issues"
},
"files": [
"lib",
"assets/*.css",
"dist",
"es"
],
"licenses": "MIT",
"main": "./lib/index",
"module": "./es/index",
"config": {
"port": 8012,
"entry": {
"rc-banner-anim": [
"./assets/index.less",
"./src/index.js"
]
}
},
"scripts": {
"dist": "rc-tools run dist",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"compile": "rc-tools run compile --babel-runtime",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint",
"karma": "rc-test run karma",
"saucelabs": "rc-test run saucelabs",
"test": "rc-test run test",
"chrome-test": "rc-test run chrome-test",
"coverage": "rc-test run coverage"
},
"devDependencies": {
"core-js": "^2.5.1",
"expect.js": "0.3.x",
"pre-commit": "1.x",
"rc-test": "6.x",
"rc-tools": "6.x",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"rc-queue-anim": "^1.3.0"
},
"dependencies": {
"babel-runtime": "6.x",
"prop-types": "^15.5.0",
"rc-tween-one": "~1.5.0",
"style-utils": "~0.1.13",
"tween-functions": "1.x"
},
"pre-commit": [
"lint"
],
"_from": "rc-banner-anim@1.0.2",
"_resolved": "http://registry.npm.taobao.org/rc-banner-anim/download/rc-banner-anim-1.0.2.tgz"
}