-
-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
66 lines (66 loc) · 1.63 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
57
58
59
60
61
62
63
64
65
66
{
"name": "solito",
"version": "4.3.0",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"test": "expo-module test",
"prepare": "expo-module prepare",
"upgrade-expo": "bun ./scripts/upgrade-examples-expo.ts"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@react-navigation/bottom-tabs": "7.0.0",
"@react-navigation/drawer": "7.0.0",
"@react-navigation/native": "7.0.0",
"@react-navigation/native-stack": "7.0.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.7",
"concurrently": "^7.6.0",
"eslint-config-nando": "^1.1.0",
"expo-image": "latest",
"expo-module-scripts": "^3.4.1",
"jest": "^29.3.1",
"moti": "^0.17.1",
"next": "^13.5.5",
"react-native": "^0.72.6",
"react-native-fast-image": "^8.6.3"
},
"resolutions": {
"@types/react": "^18.0.7",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"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",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"author": {
"email": "[email protected]",
"name": "Fernando Rojo",
"url": "https://fernandotherojo.co"
},
"files": [
"build/**/*",
"index.d.ts",
"src/**/*",
"link/**/*",
"router/**/*",
"moti/**/*",
"image/**/*",
"navigation/**/*"
],
"packageManager": "[email protected]",
"dependencies": {
"typescript": "^5.0.4"
}
}