-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 989 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
38
{
"name": "rn_credit_card_flip",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~51.0.14",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-reanimated": "^3.7.0"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": false,
"description": "A react native component to add card details with flip animation",
"repository": {
"type": "git",
"url": "git+https://github.com/Shehan-lakshitha/rn_credit_card_flip.git"
},
"keywords": [
"React-native",
"npm",
"credit_card_flip"
],
"author": "Shehan Lakshitha",
"license": "ISC",
"bugs": {
"url": "https://github.com/Shehan-lakshitha/rn_credit_card_flip/issues"
},
"homepage": "https://github.com/Shehan-lakshitha/rn_credit_card_flip#readme"
}