forked from nandorojo/solito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 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
{
"name": "solito",
"version": "0.0.26",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"devDependencies": {
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@types/react": "^17.0.38",
"@types/react-native": "^0.66.9",
"eslint-config-nando": "^1.1.0",
"expo-module-scripts": "^2.0.0",
"moti": "^0.17.1",
"next": "^12.0.7"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/nandorojo/solito/issues"
},
"homepage": "https://github.com/nandorojo/solito.git#readme",
"main": "build/index.js",
"types": "index.d.ts",
"files": [
"!**/__tests__",
"./src",
"./build",
"./link",
"./router"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"author": {
"email": "[email protected]",
"name": "Fernando Rojo",
"url": "https://fernandotherojo.co"
}
}