-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.37 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
{
"name": "PlanIt",
"license": "0BSD",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "npx expo start",
"start:clear": "npx expo start --clear",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint . --ext .js,.jsx",
"lint:fix": "eslint . --ext .js,.jsx --fix"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@react-native-community/hooks": "^100.1.0",
"expo": "~54.0.0",
"expo-constants": "~18.0.0",
"expo-linking": "~8.0.0",
"expo-router": "~6.0.23",
"expo-sqlite": "~16.0.0",
"lodash": "^4.17.21",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.6",
"@types/react": "~19.1.10",
"@typescript-eslint/eslint-plugin": "^8.42.0",
"@typescript-eslint/parser": "^8.42.0",
"babel-plugin-module-resolver": "^5.0.2",
"babel-preset-expo": "~54.0.10",
"eslint": "^9.34.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unused-imports": "^4.2.0",
"typescript": "~5.9.2"
},
"private": true
}