bb-react-pose-text
Version:
Easily animate characters and words with React Pose
49 lines (48 loc) • 1.21 kB
JSON
{
"name": "bb-react-pose-text",
"version": "3.1.1",
"description": "Easily animate characters and words with React Pose",
"main": "./lib/index.js",
"module": "./dist/react-pose-text.es.js",
"types": "./lib/index.d.ts",
"repository": "https://github.com/teamboffinbrains/react-pose-text",
"keywords": [
"animation",
"dom",
"declarative",
"popmotion",
"react",
"react animation"
],
"author": "Matt Perry",
"license": "GPLv3",
"presets": [
"env"
],
"peerDependencies": {
"react": "^16.4.2",
"react-dom": "^16.4.2",
"bb-react-pose": "^3.1.0"
},
"devDependencies": {
"@types/react": "^16.3.16",
"prettier": "1.11.1",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"rollup": "^0.59.1",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript2": "^0.14.0",
"rollup-plugin-uglify": "^3.0.0"
},
"dependencies": {
"hey-listen": "^1.0.5"
},
"unpkg": "./dist/react-pose-text.js",
"prettier": {
"parser": "typescript",
"singleQuote": true
},
"private": false
}