react-pose-text
Version:
Easily animate characters and words with React Pose
57 lines (56 loc) • 1.5 kB
JSON
{
"name": "react-pose-text",
"version": "3.1.0",
"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",
"scripts": {
"build": "rollup -c && npm run measure",
"watch": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1",
"measure": "gzip -c dist/react-pose-text.js | wc -c",
"prettier": "prettier ./src/* --write",
"prepublishOnly": "npm run prettier && npm run build"
},
"repository": "https://github.com/Popmotion/popmotion/tree/master/packages/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",
"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
}