-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
56 lines (56 loc) · 1.26 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
52
53
54
55
56
{
"name": "expo-quick-actions",
"version": "4.0.2",
"description": "use native quick actions",
"main": "build/index",
"types": "build/index.d.ts",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"files": [
"app.plugin.js",
"plugin/build",
"build",
"hooks",
"icon",
"router",
"expo-module.config.json",
"ios",
"android",
"!android/build/"
],
"keywords": [
"react-native",
"expo",
"expo-quick-actions",
"ExpoQuickActions"
],
"repository": "",
"bugs": {
"url": "https://github.com/evanbacon/expo-quick-actions/issues"
},
"author": "Evan Bacon",
"license": "MIT",
"homepage": "https://github.com/evanbacon/expo-quick-actions/",
"dependencies": {
"@expo/image-utils": "~0.6.3",
"schema-utils": "^4.2.0",
"sf-symbols-typescript": "^2.0.0"
},
"devDependencies": {
"expo-module-scripts": "^4.0.2",
"expo-modules-core": "^2.0.6",
"expo-router": "^4",
"react": "^18.3.1",
"@types/react": "~18.3.12"
},
"peerDependencies": {
"expo": "*"
}
}