-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.11 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
{
"main": "node_modules/expo/AppEntry.js",
"homepage": "https://imki123.github.io/catbook/",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"predeploy": "expo export:web",
"deploy": "gh-pages -d web-build",
"build": "eas build --platform android",
"build:ios": "eas build --platform ios"
},
"dependencies": {
"axios": "^1.2.2",
"expo": "^47.0.9",
"expo-cli": "^6.0.8",
"expo-constants": "^14.0.2",
"gh-pages": "^4.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "0.70.5",
"react-native-dropdown-picker": "^5.4.4",
"react-native-web": "^0.18.10"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "^7.19.1",
"@react-native-community/eslint-config": "^3.2.0",
"babel-preset-expo": "^9.2.2",
"eslint": "^8.30.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.1"
},
"private": true
}