-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.62 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
{
"name": "drawings",
"version": "1.3.2",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"format": "npm run lint && npm run pretty",
"lint": "eslint --fix --ignore-path .eslintignore --fix --ext .ts,.tsx,.js,.jsx .",
"pretty": "prettier --ignore-path .eslintignore --write ."
},
"dependencies": {
"@backpackapp-io/react-native-toast": "^0.11.0","@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"axios": "^1.6.2",
"expo": "~49.0.15",
"expo-application": "~5.3.0",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-insights": "~0.2.0",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.19",
"react": "18.2.0",
"react-native": "0.72.10","react-native-reanimated": "~3.10.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/node": "^20.8.8",
"@types/react": "~18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.32.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"prettier": "^3.0.0",
"react-native-svg-transformer": "^1.3.0",
"typescript": "^5.1.3"
},
"private": true
}