forked from nandorojo/burnt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "burnt",
"version": "0.10.0",
"description": "Cross-platform toasts, powered by native elements.",
"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",
"prepare": "expo-module prepare",
"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",
"burnt",
"Burnt"
],
"repository": "https://github.com/nandorojo/burnt",
"bugs": {
"url": "https://github.com/nandorojo/burnt/issues"
},
"author": "Fernando Rojo <[email protected]> (https://github.com/nandorojo)",
"license": "MIT",
"homepage": "https://github.com/nandorojo/burnt#readme",
"dependencies": {
"sf-symbols-typescript": "^1.0.0",
"sonner": "^0.3.5"
},
"devDependencies": {
"@types/react": "^18.0.25",
"@types/react-native": "^0.70.6",
"expo-module-scripts": "^3.0.3",
"expo-modules-core": "^1.0.3"
},
"peerDependencies": {
"expo": "*",
"react": "*",
"react-native": "*"
}
}