-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.22 KB
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
70
71
72
73
74
75
76
{
"name": "pronote",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "concurrently \"cd server && npm run dev\" \"expo start\" ",
"ts:check": "tsc",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"lint": "expo lint"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@10play/tentap-editor": "^0.5.0",
"@expo/vector-icons": "^14.0.0",
"@pchmn/expo-material3-theme": "^1.3.2",
"@rneui/base": "^0.0.0-edge.2",
"@rneui/themed": "^0.0.0-edge.2",
"@tanstack/react-query": "^5.37.1",
"expo": "~51.0.8",
"expo-asset": "~10.0.6",
"expo-constants": "~16.0.1",
"expo-env": "^1.1.1",
"expo-font": "~12.0.5",
"expo-image": "~1.12.9",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.14",
"expo-secure-store": "^13.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-web-browser": "~13.0.3",
"jsonwebtoken": "^9.0.2",
"license-crawler": "^0.0.5",
"mysql": "^2.18.1",
"nativewind": "^2.0.11",
"npm-license-crawler": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-paper": "^5.12.3",
"react-native-responsive-fontsize": "^0.5.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-shimmer-placeholder": "^2.0.9",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"react-query": "^3.39.3",
"simple-color": "^1.1.0",
"simpler-color": "^1.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@types/axios": "^0.14.0",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/react": "~18.2.45",
"@types/react-test-renderer": "^18.0.7",
"cross-env": "^7.0.3",
"jest": "^29.2.1",
"jest-expo": "~51.0.2",
"react-test-renderer": "18.2.0",
"tailwindcss": "^3.3.2",
"typescript": "~5.3.3"
},
"private": true
}