react-native-pose
Version:
Pose animation system for React Native
47 lines (46 loc) • 1.02 kB
JSON
{
"name": "react-native-pose",
"version": "0.9.1",
"description": "Pose animation system for React Native",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"scripts": {
"build": "tsc",
"watch": "tsc -w",
"prettier": "prettier ./src/*",
"prepublishOnly": "npm run prettier && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/Popmotion/popmotion/tree/master/packages/react-native-pose"
},
"keywords": [
"animation",
"dom",
"declarative",
"popmotion"
],
"author": "Matt Perry",
"license": "MIT",
"presets": [
"env"
],
"devDependencies": {
"@types/react": "^16.3.12",
"@types/react-native": "^0.55.4",
"prettier": "1.11.1",
"typescript": "^2.9.2",
"webpack": "^3.11.0"
},
"prettier": {
"parser": "typescript",
"singleQuote": true
},
"peerDependencies": {
"react-native": ">=0.54.0"
},
"dependencies": {
"animated-pose": "^1.2.0",
"react-pose-core": "^0.5.0"
}
}