-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.34 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.34 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
{
"name": "screendock",
"version": "1.0.0",
"description": "A minimalistic dock/screensaver app built with Expo and React Native.",
"author": "Ethan Barr",
"license": "MIT",
"main": "node_modules/expo/AppEntry.js",
"private": true,
"scripts": {
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"start": "expo start",
"prebuild": "expo prebuild",
"web-build": "npx expo export --output-dir"
},
"dependencies": {
"@expo/metro-runtime": "~5.0.4",
"babel-preset-expo": "^13.2.4",
"expo": "53.0.22",
"expo-dev-client": "~5.2.4",
"expo-location": "~18.1.6",
"expo-screen-orientation": "~8.1.7",
"expo-status-bar": "~2.2.3",
"nativewind": "^4.1.23",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@react-native-community/cli": "latest",
"@types/react": "~19.0.10",
"@types/react-native": "^0.72.8",
"eslint": "^9.25.1",
"eslint-config-expo": "^9.2.0",
"eslint-config-prettier": "^10.1.2",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.0",
"typescript": "~5.8.3"
}
}