-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
67
68
69
{
"name": "NotionFly III",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@notionhq/client": "^2.2.3",
"@react-native-async-storage/async-storage": "~1.21.0",
"@react-native-material/core": "^1.3.7",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/drawer": "^6.6.4",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.18",
"expo": "^49.0.21",
"expo-constants": "~14.4.2",
"expo-screen-orientation": "~6.0.6",
"lucide-react-native": "^0.294.0",
"nativewind": "^2.0.11",
"postcss": "^8.4.32",
"react": "18.2.0",
"react-native": "^0.73.0",
"react-native-chart-kit": "^6.12.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"victory-native": "^36.7.0",
"zustand": "^4.4.7"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.3",
"@types/jest": "^26.0.23",
"@types/react": "^18.2.22",
"@types/react-native": "^0.70.14",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "^26.6.3",
"eslint": "^8.50.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.77.0",
"react-test-renderer": "18.1.0",
"typescript": "^5.1.3",
"tailwindcss": "^3.3.6"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}