UNPKG

617 BJSONView Raw
1{
2 "name": "@pietile-native-kit/fade-view",
3 "version": "1.0.0",
4 "description": "View that changes content gracefully",
5 "main": "src/index.js",
6 "license": "MIT",
7 "peerDependencies": {
8 "react": ">= 16.3.0",
9 "react-native": ">= 0.54.0"
10 },
11 "dependencies": {
12 "prop-types": "~15.6.0",
13 "react-fast-compare": "~2.0.0"
14 },
15 "devDependencies": {
16 "react": "~16.6.0",
17 "react-native": "~0.57.0"
18 },
19 "bugs": {
20 "url": "https://github.com/pietile/pietile-native-kit/issues"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/pietile/pietile-native-kit.git"
25 }
26}