-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "react-native-use-transition",
"version": "1.0.0",
"description": "Hooks built purely based on react-native animated API to help you do transitions or animations.",
"main": "dist/index.js",
"scripts": {
"prepare": "install-peers",
"build": "rm -rf ./typings && NODE_ENV=production tsc -p tsconfig.json"
},
"typings": "typings/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/pxmage/react-native-use-transition"
},
"keywords": [
"react-native",
"transition",
"animation",
"useTransition",
"hooks",
"hook",
"react",
"mobile",
"ios",
"android"
],
"author": "pxmage",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"install-peers-cli": "^2.1.1",
"typescript": "^3.7.2"
}
}