-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 895 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 895 Bytes
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
{
"name": "weebmanager",
"version": "0.0.1",
"private": true,
"scripts": {
"watch": "shadow-cljs watch weebmanager",
"android": "react-native run-android",
"start": "react-native start"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"react": "18.0.0",
"react-native": "0.69.1",
"react-native-gesture-handler": "^2.5.0",
"react-native-paper": "^4.12.2",
"react-native-reanimated": "^2.9.1",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-vector-icons": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/runtime": "^7.18.6",
"metro-react-native-babel-preset": "^0.71.2",
"react-test-renderer": "18.0.0",
"shadow-cljs": "^2.19.5"
}
}