forked from nandorojo/galeria
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.48 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.48 KB
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
52
53
54
55
56
{
"name": "@nandorojo/galeria",
"version": "1.2.0",
"description": "A native galeria.",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module",
"open:ios": "open -a \"Xcode\" example/ios",
"open:android": "open -a \"Android Studio\" example/android"
},
"keywords": [
"react-native",
"expo",
"galeria",
"Galeria"
],
"repository": "https://github.com/nandorojo/galeria",
"bugs": {
"url": "https://github.com/nandorojo/galeria/issues"
},
"author": "Fernando Rojo <frojo@sas.upenn.edu> (https://github.com/nandorojo)",
"license": "MIT",
"homepage": "https://github.com/nandorojo/galeria#readme",
"dependencies": {
"framer-motion": "^10.9.1",
"react-native-is-edge-to-edge": "^1.1.6"
},
"devDependencies": {
"@types/node": "^22.7.4",
"@types/react": "~18.3.12",
"@types/react-dom": "~18.3.0",
"expo": "^52.0.37",
"expo-module-scripts": "^4.0.4",
"prettier": "^3.0.3",
"react-dom": "18.3.1",
"react-native": "0.77.1",
"react-native-web": "^0.19.8",
"sf-symbols-typescript": "^2.1.0"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
},
"prettier": {
"singleQuote": true,
"semi": false
},
"packageManager": "yarn@4.1.0"
}