-
-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
51 lines (51 loc) · 1.46 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-native-shared-element",
"version": "0.8.9",
"description": "Native shared element transition primitives for react-native 💫",
"main": "build/index.js",
"types": "build/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare_disabled": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"copy-flow-typings": "mkdir -p ./build && cp ./flow-typed/index.js.flow ./build/index.js.flow",
"prepare": "yarn copy-flow-typings"
},
"keywords": [
"react-native-shared-element",
"expo",
"expo-shared-element",
"react-native",
"magic move",
"shared element",
"shared element transition",
"visual clone"
],
"repository": "https://github.com/IjzerenHein/react-native-shared-element",
"bugs": "https://github.com/IjzerenHein/react-native-shared-element/issues",
"author": "IjzerenHein <hrutjes@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/IjzerenHein/react-native-shared-element",
"files": [
"src/",
"build/",
"/ios",
"/*.podspec",
"/android",
"/windows",
"/web"
],
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-native": "^0.70.8",
"eslint": "^8.30.0",
"expo-module-scripts": "^3.0.4",
"prettier": "^2.8.1"
},
"dependencies": {}
}